Skip to content

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for kubectl is: Kubernetes CLI

meta.homepage for kubectl is: https://github.com/kubernetes/kubectl

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 1.35.0 with grep in /nix/store/4zliwidp7nw6zqwja8c99vxj64gzh9xa-kubectl-1.35.0
  • found 1.35.0 in filename of file in /nix/store/4zliwidp7nw6zqwja8c99vxj64gzh9xa-kubectl-1.35.0

Rebuild report (if merged into master) (click to expand)
16 total rebuild path(s)

16 package rebuild(s)

First fifty rebuilds by attrpath

aks-mcp-server
chart-testing
gefyra
gsctl
holos
kns
kubecolor
kubectl
kubectl-convert
kubernetes
kubetail
kubie
litmusctl
nuv
tubekit
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/4zliwidp7nw6zqwja8c99vxj64gzh9xa-kubectl-1.35.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A kubectl https://github.com/r-ryantm/nixpkgs/archive/a69390d5f0c6542d96092b1a18fa0c86a1e43a0a.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a69390d5f0c6542d96092b1a18fa0c86a1e43a0a#kubectl

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/4zliwidp7nw6zqwja8c99vxj64gzh9xa-kubectl-1.35.0
ls -la /nix/store/4zliwidp7nw6zqwja8c99vxj64gzh9xa-kubectl-1.35.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: a69390d5f0c6542d96092b1a18fa0c86a1e43a0a


x86_64-linux

✅ 18 packages built:
  • aks-mcp-server
  • chart-testing
  • gefyra
  • gsctl
  • holos
  • kns
  • kubecolor
  • kubectl
  • kubectl-convert (kubectl-convert.convert, kubectl-convert.man, kubectl.convert)
  • kubectl.man
  • kubernetes
  • kubernetes.man
  • kubernetes.pause
  • kubetail
  • kubie
  • litmusctl
  • nuv
  • tubekit

Maintainer pings

cc @johanot @offlinehacker @saschagrunert @srhb for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Dec 20, 2025
Copy link
Contributor

@johanot johanot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kubelet flag --pod-infra-container-image has been without effect since Kubernetes v1.29 and now fully removed in v1.35. Hence, the nixos/kubernetes module is broken with version >=1.35 with that flag still in. If a nixpkgs committer sees this, I recommend merging #470971 and subsequently rebasing this PR with master; to get the nixos tests to pass here.

@johanot
Copy link
Contributor

johanot commented Jan 5, 2026

@srhb can you help here? :)

@srhb
Copy link
Contributor

srhb commented Jan 6, 2026

Sure, let me take a look at your recommendation :)

@srhb srhb force-pushed the auto-update/kubectl branch from a69390d to 605e742 Compare January 6, 2026 05:45
@srhb srhb requested a review from johanot January 6, 2026 05:45
Copy link
Contributor

@johanot johanot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests now pass both locally and with ofborg 🚀

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jan 6, 2026
@srhb srhb added this pull request to the merge queue Jan 7, 2026
Merged via the queue into NixOS:master with commit d267dd8 Jan 7, 2026
31 of 33 checks passed
@r-ryantm r-ryantm deleted the auto-update/kubectl branch January 7, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants