-
Notifications
You must be signed in to change notification settings - Fork 506
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
Re-add production bucket fix to release notes index #3838
Re-add production bucket fix to release notes index #3838
Conversation
The index still contains entries referring to the production bucket after the recent patches: ``` > curl -sfL https://dl.k8s.io/release/release-notes-index.json | jq . | rg -v dl.k8s.io { "v1.29.11": "gs://767373bbdcb8270361b96548387bf2a9ad0d48758c35/release/v1.29.11/release-notes.json", "v1.30.7": "gs://767373bbdcb8270361b96548387bf2a9ad0d48758c35/release/v1.30.7/release-notes.json", "v1.31.3": "gs://767373bbdcb8270361b96548387bf2a9ad0d48758c35/release/v1.31.3/release-notes.json", } ``` We fix that by slightly modifying the existing function and the tests. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@preechapon-cmd: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@preechapon-cmd: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, preechapon-cmd, saschagrunert 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
The index still contains entries referring to the production bucket after the recent patches:
We fix that by slightly modifying the existing function and the tests.
Which issue(s) this PR fixes:
Fixes #3833
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?