-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add a file to get the current latest version. #3608
Comments
@iamsurfing how about using https://dl.k8s.io/release/stable.txt ? |
It is OK in Internet, but it is not good while using mirror. container--->mirror1--->dl.k8s.io If mirror1 sync successful but mirror2 sync failed, the build will failed. It is more obvious in enterprise. Add the file can make build script more robust. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/lifecycle frozen |
What would you like to be added:
Add a file to get the current latest version like this.
curl https://pkgs.k8s.io/core:/stable:/latest.txt
v1.30
Why is this needed:
CI/CD can always use the latest version.
The text was updated successfully, but these errors were encountered: