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

Release Notes Index broken #3833

Closed
ashnehete opened this issue Nov 19, 2024 · 3 comments · Fixed by #3834 or #3838
Closed

Release Notes Index broken #3833

ashnehete opened this issue Nov 19, 2024 · 3 comments · Fixed by #3834 or #3838
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject kind/bug Categorizes issue or PR as related to a bug. needs-priority sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@ashnehete
Copy link
Contributor

What happened:

release-notes-index.json has an issue while building the URL resulting in a wrong entry.

One example entry from the file is,

"v1.31.2": "https://storage.googleapis.com/https://storage.googleapis.com/https://dl.k8s.io/release/v1.31.2/release-notes.json",

What you expected to happen:

"v1.31.2": "https://dl.k8s.io/release/v1.31.2/release-notes.json",

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

This is currently breaking relnotes.k8s.io.

Environment:

  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Others:
@ashnehete ashnehete added area/release-eng Issues or PRs related to the Release Engineering subproject kind/bug Categorizes issue or PR as related to a bug. sig/release Categorizes an issue or PR as relevant to SIG Release. labels Nov 19, 2024
@ashnehete
Copy link
Contributor Author

Although the latest entry is correct,

  "v1.32.0-beta.0": "https://dl.k8s.io/release/v1.32.0-beta.0/release-notes.json"

@saschagrunert
Copy link
Member

Ah that's directly related to #3793 :(

@saschagrunert
Copy link
Member

Waiting for the next set of patches, it may be possible that we have to follow-up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject kind/bug Categorizes issue or PR as related to a bug. needs-priority sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
3 participants