-
Notifications
You must be signed in to change notification settings - Fork 505
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
Skip release archive #3717
Skip release archive #3717
Conversation
24f07c5
to
c0b8dd3
Compare
898b58a
to
5e77b9d
Compare
Don't archive the release any more and move the announcement to the release artifacts (`kubernetes-release/release/v1.x.y`). Signed-off-by: Sascha Grunert <[email protected]>
I don't think we need to write the log files, I can follow-up on that. PTAL @kubernetes/release-engineering |
@@ -117,7 +117,7 @@ func runAnnounce(opts *sendAnnounceOptions, announceRootOpts *announceOptions, r | |||
|
|||
tag := util.AddTagPrefix(announceRootOpts.tag) | |||
u := fmt.Sprintf( | |||
"%s/archive/anago-%s/announcement.html", | |||
"%s/release/%s/announcement.html", |
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.
Switching this is not impactful for the patch releases ?
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.
It impacts everything, patches and minors.
/lgtm In case other releng folx want to chime in. |
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.
/lgtm
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, saschagrunert, xmudrii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@kubernetes/release-engineering PTAL |
/hold cancel |
What type of PR is this?
/kind deprecation
What this PR does / why we need it:
Don't archive the release any more and move the announcement to the release artifacts (
kubernetes-release/release/v1.x.y
).Which issue(s) this PR fixes:
Fixes #3716
Special notes for your reviewer:
Test run: https://console.cloud.google.com/cloud-build/builds/30395f84-a680-4315-a144-7049da5f7805
Output: https://console.cloud.google.com/storage/browser/kubernetes-release-gcb/release/v1.31.1
Does this PR introduce a user-facing change?