[Backport release-25.11] k3s: update k3s_1_32, k3s_1_33 and k3s_1_34#492870
Open
nixpkgs-ci[bot] wants to merge 4 commits intorelease-25.11from
Open
[Backport release-25.11] k3s: update k3s_1_32, k3s_1_33 and k3s_1_34#492870nixpkgs-ci[bot] wants to merge 4 commits intorelease-25.11from
k3s_1_32, k3s_1_33 and k3s_1_34#492870nixpkgs-ci[bot] wants to merge 4 commits intorelease-25.11from
Conversation
`k3s check config` fails due to the check script expecting `IP_NF_FILTER`, `IP_NF_NAT` and `IP_NF_TARGET_MASQUERADE`. However, these options are considered legacy in Linux 6.18 (the current default in nixpkgs). When/if upstream adapts the check script, it can be added to the tests again. (cherry picked from commit 35e3fdf)
https://github.com/k3s-io/k3s/releases/tag/v1.32.12%2Bk3s1 (cherry picked from commit c894481)
https://github.com/k3s-io/k3s/releases/tag/v1.33.8%2Bk3s1 (cherry picked from commit 5a2c0f2)
https://github.com/k3s-io/k3s/releases/tag/v1.34.4%2Bk3s1 (cherry picked from commit dc68ac7)
13 tasks
maevii
approved these changes
Feb 21, 2026
Member
maevii
left a comment
There was a problem hiding this comment.
nixpkgs-review result
Generated using nixpkgs-review.
Command: nixpkgs-review pr 492870 --additional-package nixosTests.k3s.all
Commit: 5cc066002e75cb2f969dba2b80611676505aa41c
x86_64-linux
⏩ 5 packages marked as broken and skipped:
- nixosTests.k3s.all.auto-deploy-k3s_1_31
- nixosTests.k3s.all.configuration-k3s_1_31
- nixosTests.k3s.all.etcd-k3s_1_31
- nixosTests.k3s.all.multi-node-k3s_1_31
- nixosTests.k3s.all.single-node-k3s_1_31
✅ 15 tests built:
- nixosTests.k3s.all.auto-deploy-k3s_1_32
- nixosTests.k3s.all.auto-deploy-k3s_1_33
- nixosTests.k3s.all.auto-deploy-k3s_1_34
- nixosTests.k3s.all.configuration-k3s_1_32
- nixosTests.k3s.all.configuration-k3s_1_33
- nixosTests.k3s.all.configuration-k3s_1_34
- nixosTests.k3s.all.etcd-k3s_1_32
- nixosTests.k3s.all.etcd-k3s_1_33
- nixosTests.k3s.all.etcd-k3s_1_34
- nixosTests.k3s.all.multi-node-k3s_1_32
- nixosTests.k3s.all.multi-node-k3s_1_33
- nixosTests.k3s.all.multi-node-k3s_1_34
- nixosTests.k3s.all.single-node-k3s_1_32
- nixosTests.k3s.all.single-node-k3s_1_33
- nixosTests.k3s.all.single-node-k3s_1_34
✅ 3 packages built:
- k3s (k3s_1_34)
- k3s_1_32
- k3s_1_33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bot-based backport to
release-25.11, triggered by a label in #491421.Before merging, ensure that this backport is acceptable for the release.
Even as a non-committer, if you find that it is not acceptable, leave a comment.
Tip
If you maintain all packages touched by this pull request, and they are all located under
pkgs/by-name/*, you can comment@NixOS/nixpkgs-merge-bot mergeto automatically merge this PR using thenixpkgs-merge-bot.