[roll] Roll infra/recipes [snap_branch] Report versioning history to an...
...upstream versioning server.
We'll send out separate cls accounting for the other recipes that create
release branches (i.e. `cherry_pick`, `create_branch`, and
`increment_version`) at a later date.
For now, only canary releases (created via `snap_branch`) are integrated
into android; that is why we're updating this recipe first.
`api.artifact_versioning.register_versioning` also now accepts `str`
instead of `ReleaseVersion` since android artifact versions won't use
`ReleaseVersion`, and we'll need to eventually support those.
Original-Bug: 422540705
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1342944
Original-Revision: 393079bb93b69cddf96a47745c0d4e78dc411d72
GitOrigin-RevId: 7db2c68b2d28036c50fcdcfac4c85afe2693933a
Change-Id: I1b94680ab98752b1126a9deff9225369f0437fee
diff --git a/infra/recipes b/infra/recipes
index e3a187c..2e64b16 100644
--- a/infra/recipes
+++ b/infra/recipes
@@ -11,6 +11,6 @@
path="infra/recipes"
remote="https://fuchsia.googlesource.com/infra/recipes"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="4c3e4a291924fa0ef420db7b9d393cd5ceefabbb"/>
+ revision="393079bb93b69cddf96a47745c0d4e78dc411d72"/>
</projects>
</manifest>