Skip to content

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.30.1 with grep in /nix/store/8wn9bkjxbsxr464i82k6909jqv6qw7k5-kops-1.30.1
  • found 1.30.1 in filename of file in /nix/store/8wn9bkjxbsxr464i82k6909jqv6qw7k5-kops-1.30.1

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/8wn9bkjxbsxr464i82k6909jqv6qw7k5-kops-1.30.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 kops https://github.com/r-ryantm/nixpkgs/archive/f88c9b6822aac67c8cb5c2c0fd022a71e4e262cd.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/f88c9b6822aac67c8cb5c2c0fd022a71e4e262cd#kops

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

ls -la /nix/store/8wn9bkjxbsxr464i82k6909jqv6qw7k5-kops-1.30.1
ls -la /nix/store/8wn9bkjxbsxr464i82k6909jqv6qw7k5-kops-1.30.1/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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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.

@ofborg ofborg bot requested review from zimbatm, yurrriq and offlinehacker October 20, 2024 07:44
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Oct 20, 2024
@mattpolzin
Copy link
Contributor

This is just updating the 1.29 release to be the same as the 1.30 release. Seems someone should remove the update script from this package unless there's an easy way to fix. IIRC, the only way to stop auto-update from just doing this again is to leave this open as a draft.

@mattpolzin mattpolzin marked this pull request as draft October 28, 2024 13:07
@yurrriq
Copy link
Member

yurrriq commented Nov 5, 2024

Is it the case that if we leave this in draft that @r-ryantm won't try to re-open it?

@r-ryantm r-ryantm changed the title kops: 1.29.2 -> 1.30.1 kops: 1.29.2 -> 1.30.2 Dec 1, 2024
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Dec 1, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.30.2 with grep in /nix/store/vpa9xsf25707v7q8jrq3x2kvg88mly69-kops-1.30.2
  • found 1.30.2 in filename of file in /nix/store/vpa9xsf25707v7q8jrq3x2kvg88mly69-kops-1.30.2

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/vpa9xsf25707v7q8jrq3x2kvg88mly69-kops-1.30.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 kops https://github.com/r-ryantm/nixpkgs/archive/8758cd92705c0c78631a1f7a0ca61ff8258de121.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/8758cd92705c0c78631a1f7a0ca61ff8258de121#kops

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

ls -la /nix/store/vpa9xsf25707v7q8jrq3x2kvg88mly69-kops-1.30.2
ls -la /nix/store/vpa9xsf25707v7q8jrq3x2kvg88mly69-kops-1.30.2/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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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.

@r-ryantm r-ryantm changed the title kops: 1.29.2 -> 1.30.2 kops: 1.29.2 -> 1.30.3 Dec 13, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.30.3 with grep in /nix/store/iv248wcy8pmgrgl3gwh2b05fn94axggy-kops-1.30.3
  • found 1.30.3 in filename of file in /nix/store/iv248wcy8pmgrgl3gwh2b05fn94axggy-kops-1.30.3

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/iv248wcy8pmgrgl3gwh2b05fn94axggy-kops-1.30.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 kops https://github.com/r-ryantm/nixpkgs/archive/d4e364731824cbb7c17b890e649da1d7439b9e69.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d4e364731824cbb7c17b890e649da1d7439b9e69#kops

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

ls -la /nix/store/iv248wcy8pmgrgl3gwh2b05fn94axggy-kops-1.30.3
ls -la /nix/store/iv248wcy8pmgrgl3gwh2b05fn94axggy-kops-1.30.3/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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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.

@r-ryantm r-ryantm changed the title kops: 1.29.2 -> 1.30.3 kops: 1.29.2 -> 1.30.4 Feb 22, 2025
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.30.4 with grep in /nix/store/vhyy6z2msxhl1bi55aia7pz95mmj7047-kops-1.30.4
  • found 1.30.4 in filename of file in /nix/store/vhyy6z2msxhl1bi55aia7pz95mmj7047-kops-1.30.4

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/vhyy6z2msxhl1bi55aia7pz95mmj7047-kops-1.30.4 \
  --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 kops https://github.com/r-ryantm/nixpkgs/archive/a055266322a54e1c78e3eb08347b5b0761defaf8.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a055266322a54e1c78e3eb08347b5b0761defaf8#kops

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

ls -la /nix/store/vhyy6z2msxhl1bi55aia7pz95mmj7047-kops-1.30.4
ls -la /nix/store/vhyy6z2msxhl1bi55aia7pz95mmj7047-kops-1.30.4/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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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.

@yurrriq
Copy link
Member

yurrriq commented May 11, 2025

@ryantm, (how) can we correct this behaviour?

@r-ryantm r-ryantm changed the title kops: 1.29.2 -> 1.30.4 kops: 1.29.2 -> 1.32.0 May 19, 2025
@r-ryantm r-ryantm force-pushed the auto-update/kops branch from a055266 to 32021a4 Compare May 19, 2025 04:32
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.32.0 with grep in /nix/store/dg701xkmgn8ngg3z05xvm7iin186m7hm-kops-1.32.0
  • found 1.32.0 in filename of file in /nix/store/dg701xkmgn8ngg3z05xvm7iin186m7hm-kops-1.32.0

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/dg701xkmgn8ngg3z05xvm7iin186m7hm-kops-1.32.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 kops https://github.com/r-ryantm/nixpkgs/archive/32021a42573a3d985a5fa0121453c758c0da029f.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/32021a42573a3d985a5fa0121453c758c0da029f#kops

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

ls -la /nix/store/dg701xkmgn8ngg3z05xvm7iin186m7hm-kops-1.32.0
ls -la /nix/store/dg701xkmgn8ngg3z05xvm7iin186m7hm-kops-1.32.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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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.

@r-ryantm r-ryantm changed the title kops: 1.29.2 -> 1.32.0 kops: 1.29.2 -> 1.32.1 Jul 7, 2025
@r-ryantm r-ryantm force-pushed the auto-update/kops branch from 32021a4 to 0368ce3 Compare July 7, 2025 16:17
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Jul 7, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.32.1 with grep in /nix/store/ifpn13afkm1z7brz6wbzjg62ab7ckxn1-kops-1.32.1
  • found 1.32.1 in filename of file in /nix/store/ifpn13afkm1z7brz6wbzjg62ab7ckxn1-kops-1.32.1

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/ifpn13afkm1z7brz6wbzjg62ab7ckxn1-kops-1.32.1 \
  --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 kops https://github.com/r-ryantm/nixpkgs/archive/0368ce3e87480a54b2567f0dde9dfafbaca965ab.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/0368ce3e87480a54b2567f0dde9dfafbaca965ab#kops

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

ls -la /nix/store/ifpn13afkm1z7brz6wbzjg62ab7ckxn1-kops-1.32.1
ls -la /nix/store/ifpn13afkm1z7brz6wbzjg62ab7ckxn1-kops-1.32.1/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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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.

@r-ryantm r-ryantm changed the title kops: 1.29.2 -> 1.32.1 kops: 1.29.2 -> 1.33.0 Aug 11, 2025
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/kubernetes/kops/releases.

meta.description for kops is: Easiest way to get a production Kubernetes up and running

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

meta.changelog for kops is: https://github.com/kubernetes/kops/tree/master/docs/releases

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.33.0 with grep in /nix/store/7iv4gnrq4vh7na1lgjnq72n34vcvpwf7-kops-1.33.0
  • found 1.33.0 in filename of file in /nix/store/7iv4gnrq4vh7na1lgjnq72n34vcvpwf7-kops-1.33.0

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

3 package rebuild(s)

First fifty rebuilds by attrpath

kops
kops_1_29
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/7iv4gnrq4vh7na1lgjnq72n34vcvpwf7-kops-1.33.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 kops https://github.com/r-ryantm/nixpkgs/archive/d23af4c1bbb4e4e4e5157139f882ea4a5b4c3488.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d23af4c1bbb4e4e4e5157139f882ea4a5b4c3488#kops

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

ls -la /nix/store/7iv4gnrq4vh7na1lgjnq72n34vcvpwf7-kops-1.33.0
ls -la /nix/store/7iv4gnrq4vh7na1lgjnq72n34vcvpwf7-kops-1.33.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


x86_64-linux

✅ 1 package built:
  • kops

Maintainer pings

cc @offlinehacker @zimbatm @DiegoLelis @yurrriq 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 the 12.approvals: 1 This PR was reviewed and approved by one person. label Aug 11, 2025
@nixpkgs-ci nixpkgs-ci bot added the 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. label Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 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.

4 participants