-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identifying stable release for a minor version #11091
Comments
Yes this occurred to me also to have a per-stable-version "latest" tag that users can track if they wish. Marking help wanted for someone to look into script updates. cc @lizan |
@mattklein123 @lizan Is there any updates on this issue or thoughts about the path forward? I'd be happy to close this issue for now if there is no workaround or plan in the foreseeable future. |
I can work up a PR for this, feel free to assign it to me |
@aminjam per-stable-version "latest" tag sounds good to me. |
Please don't close this. We should definitely do this but we need someone to work on it. @sunjayBhatia that would be awesome! |
Enables users of tagged releases to stay on the latest release of a major/minor combination Resolves #11091 Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
Enables users of tagged releases to stay on the latest release of a major/minor combination Resolves envoyproxy#11091 Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io> Signed-off-by: Auni Ahsan <auni@google.com>
Enables users of tagged releases to stay on the latest release of a major/minor combination Resolves envoyproxy#11091 Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io> Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Enables users of tagged releases to stay on the latest release of a major/minor combination Resolves envoyproxy#11091 Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io> Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Enables users of tagged releases to stay on the latest release of a major/minor combination Resolves envoyproxy#11091 Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io> Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Enables users of tagged releases to stay on the latest release of a major/minor combination Resolves envoyproxy#11091 Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io> Signed-off-by: yashwant121 <yadavyashwant36@gmail.com>
Summary
As downstream consumers of envoy binary, we would like to find a process to discover and bump the envoy binary when a new version of a given minor has been released.
Facts
I see that in #10800 the community has stopped publishing
latest
tag for envoy docker image and I found the following Stable release of Envoy doc that describes the release schedule for a given minor version.Problem
While it's technically possible to consume/watch the latest github release for enovy, extract the version info, and
docker pull
the given tag, there are a few downsides to this approach:Questions
1.minor.x
(e.g. 1.14.x) docker image tag in order to get the latest patched envoy binary for a given minor?envoyproxy/envoy
The text was updated successfully, but these errors were encountered: