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

k3s: update to latest versions #393941

Merged
merged 4 commits into from
Mar 28, 2025
Merged

k3s: update to latest versions #393941

merged 4 commits into from
Mar 28, 2025

Conversation

rorosen
Copy link
Contributor

@rorosen rorosen commented Mar 28, 2025

Things done

Version updates for all k3s packages.

Closes #391969

@NixOS/k3s

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: k3s Kubernates distribution (https://k3s.io/) label Mar 28, 2025
@rorosen rorosen added backport release-24.11 Backport PR automatically 6.topic: k3s Kubernates distribution (https://k3s.io/) and removed 6.topic: k3s Kubernates distribution (https://k3s.io/) labels Mar 28, 2025
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Mar 28, 2025
@rorosen
Copy link
Contributor Author

rorosen commented Mar 28, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 393941


x86_64-linux

✅ 4 packages built:
  • k3s
  • k3s_1_29
  • k3s_1_30
  • k3s_1_31

@marcusramberg
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 393941


aarch64-linux

✅ 4 packages built:
  • k3s (k3s_1_32)
  • k3s_1_29
  • k3s_1_30
  • k3s_1_31

@marcusramberg marcusramberg merged commit 1511dd1 into NixOS:master Mar 28, 2025
36 of 39 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Mar 28, 2025

Backport failed for release-24.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.11
git worktree add -d .worktree/backport-393941-to-release-24.11 origin/release-24.11
cd .worktree/backport-393941-to-release-24.11
git switch --create backport-393941-to-release-24.11
git cherry-pick -x a874a55667d2c24bff0d9774fa79fdd336ce508e 88772e4590d9fae94eb0bfcfb6360c41b876bc21 9cb770073d5bd799406764553e1f040cbabac3b2 15cf69dd7d464c4747619980e5ce38f56b1551cc

ereslibre added a commit to ereslibre/homelab that referenced this pull request Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: k3s Kubernates distribution (https://k3s.io/) 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 backport release-24.11 Backport PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k3s: containerd crashes "failed to recover state: failed to get metadata for stored sandbox"
2 participants