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

https://dl.k8s.io/release/stable.txt report the wrong version #1656

Open
mavimo opened this issue Sep 14, 2024 · 2 comments
Open

https://dl.k8s.io/release/stable.txt report the wrong version #1656

mavimo opened this issue Sep 14, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@mavimo
Copy link

mavimo commented Sep 14, 2024

What happened:

From the public documentation reported in:

We should relay on the version reported in:

to know the last released version.

A few days ago the version 1.31.1 was released:

and the stable.txt was properly updated (we know because we have automation that check the version reported every day to automate some update)

2 days ago the file start reporting that the last version is the 1.31.0 instead 1.31.1.

What you expected to happen:

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

curl -L -s https://dl.k8s.io/release/stable.txt

should report 1.31.1 instead of 1.31.0

Anything else we need to know?:

Environment:

  • Kubernetes client and server versions (use kubectl version): not relevant
  • Cloud provider or hardware configuration: not relevant
  • OS (e.g: cat /etc/os-release): not relevant
@mavimo mavimo added the kind/bug Categorizes issue or PR as related to a bug. label Sep 14, 2024
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Sep 14, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@unexge
Copy link

unexge commented Sep 16, 2024

Not sure if it's related – but seems like https://dl.k8s.io/release/stable.txt is down at the moment. Requests stuck and fails with:

<Error>
  <Code>AccessDenied</Code>
  <Message>Access denied.</Message>
  <Details>fastly-reader@k8s-infra-releases-prod.iam.gserviceaccount.com does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details>
</Error>

after some time.


Edit: It's appear to be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants