-
Notifications
You must be signed in to change notification settings - Fork 862
Add deprecation notice for older image versions in release template #4126
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
Conversation
…s to mark them as deprecated - Added tags to signal that previous version images are no longer actively maintained. - Updated release template to include deprecation notice for older image versions.
@@ -51,6 +51,7 @@ and copy it into a release issue. Fill in relevant values, found inside {} | |||
- [ ] Run `make sdk-publish-csharp` to deploy to NuGet. Requires login credentials. | |||
Will need [NuGet API Key](https://www.nuget.org/account/apikeys) from Agones account. | |||
- [ ] Run `make post-build-release` to build the artifacts in GCS(These files will be attached in the release notes) and to push the latest images in the release repository and push chart on agones-chart. | |||
- [ ] Add a `deprecated-public-image-<version>` tags to previous version images to mark them as deprecated and signal that they are no longer actively maintained. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the back and force. Better to add this link https://cloud.google.com/artifact-registry/docs/docker/manage-images#tag-repo, which is the instruction of adding link via console
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gongmax I’ve created the make tag-deprecated-images
command to automate the process of tagging Docker images as deprecated.
Build Succeeded 🥳 Build Id: 36913987-47eb-48bc-a51d-b92ee803f5c6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 🥳 Build Id: 824d3755-3b74-4d18-bb4c-7f2eb88a0a84 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: