Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add production bucket fix to release notes index
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 <[email protected]>
- Loading branch information