-
…in reply to @simonw
simonw Cloud Run now allows you to create tagged endpoints that point to specific revisions, including the latest one:
gcloud alpha run services update-traffic --update-tags
-
…in reply to @steren
simonw We received strong signal from our customers that exposing revisions by default was not desired, even if the URL cannot be guessed. So it is a conscious design decision that Cloud Run requires you to "tag" a revision to be able to access it directly.