Skip to content
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

Merged

Commits on Nov 21, 2024

  1. 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 <sgrunert@redhat.com>
    saschagrunert committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    98c41c9 View commit details
    Browse the repository at this point in the history