-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
kops: add 1.31, 1.32, 1.33, drop 1.27, 1.28, 1.29, 1.30, set default 1.33 #413580
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
base: master
Are you sure you want to change the base?
Conversation
Thanks, copying from
With that in mind, should we drop 1.29 now too? |
pkgs/top-level/all-packages.nix
Outdated
; | ||
kops = kops_1_29; | ||
kops = kops_1_32; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention this in the 25.11 release notes, including any breaking changes.
Glancing at the following...
- https://kops.sigs.k8s.io/releases/1.30-notes/
- https://kops.sigs.k8s.io/releases/1.31-notes/
- https://kops.sigs.k8s.io/releases/1.32-notes/
... it looks like we should probably link/mention https://kops.sigs.k8s.io/tutorial/upgrading-kubernetes/, at least.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given https://endoflife.date/kubernetes, I suppose we should backport this to 25.05 as well.
6da236c
to
09dc59d
Compare
kops: add 1.31, 1.32, drop 1.27, 1.28, 1.29 set default 1.32
09dc59d
to
ddc00ea
Compare
In the time this PR was in review there was a new major and a new minor kOps release. I have therefore updated the versions of the packages so that the PR does not become obsolete. |
Things done
Why
kOps introduces new major Kubernetes version support with each major release. Considering only latest 3 versions of Kubernetes are maintained and the latest major Kubernetes version is 1.34, nixpkgs have for a while provided kOps packages without support for up-to-date kubernetes. This PR aims to fix that.
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.