Skip to content

cmctl: 1.13.3 -> 1.14.1#277874

Merged
wegank merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/cmctl
Feb 7, 2024
Merged

cmctl: 1.13.3 -> 1.14.1#277874
wegank merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/cmctl

Conversation

@r-ryantm
Copy link
Copy Markdown
Contributor

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

meta.description for cmctl is: A CLI tool for managing cert-manager service on Kubernetes clusters

meta.homepage for cmctl is: https://cert-manager.io/

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

Checks done


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

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cmctl
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ii7vacaz9vvl8rllbkq2vp4qaj73w0ma-cmctl-1.12.7 \
  --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 cmctl https://github.com/r-ryantm/nixpkgs/archive/ed8c2a1dd3ce319eed2ac6121796462860959cd7.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/ed8c2a1dd3ce319eed2ac6121796462860959cd7#cmctl

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

ls -la /nix/store/ii7vacaz9vvl8rllbkq2vp4qaj73w0ma-cmctl-1.12.7
ls -la /nix/store/ii7vacaz9vvl8rllbkq2vp4qaj73w0ma-cmctl-1.12.7/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.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • cmctl

Maintainer pings

cc @JoshVanL for testing.

@ofborg ofborg bot requested a review from JoshVanL December 31, 2023 09:35
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Dec 31, 2023
Copy link
Copy Markdown
Contributor

@JoshVanL JoshVanL left a comment

Choose a reason for hiding this comment

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

Decreases version because of broken update script, close PR.

@wegank wegank marked this pull request as draft January 3, 2024 19:56
Copy link
Copy Markdown
Contributor

@JoshVanL JoshVanL left a comment

Choose a reason for hiding this comment

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

Please close.

@r-ryantm r-ryantm changed the title cmctl: 1.13.3 -> 1.12.7 cmctl: 1.13.3 -> 1.14.0 Feb 1, 2024
@r-ryantm
Copy link
Copy Markdown
Contributor Author

r-ryantm commented Feb 1, 2024

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

meta.description for cmctl is: A CLI tool for managing cert-manager service on Kubernetes clusters

meta.homepage for cmctl is: https://cert-manager.io/

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

Checks done


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

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cmctl
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/l79g43wrk6lv1iiabpwqiah8h6gahzks-cmctl-1.14.0 \
  --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 cmctl https://github.com/r-ryantm/nixpkgs/archive/45c3c7b0e7ab908066b680c91b17aca00a741bf4.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/45c3c7b0e7ab908066b680c91b17aca00a741bf4#cmctl

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

ls -la /nix/store/l79g43wrk6lv1iiabpwqiah8h6gahzks-cmctl-1.14.0
ls -la /nix/store/l79g43wrk6lv1iiabpwqiah8h6gahzks-cmctl-1.14.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.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • cmctl

Maintainer pings

cc @JoshVanL for testing.

@ofborg ofborg bot requested a review from JoshVanL February 1, 2024 10:45
Copy link
Copy Markdown
Contributor

@JoshVanL JoshVanL left a comment

Choose a reason for hiding this comment

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

1.14 is currently bugged, let's hold off until cert-manager/cert-manager#6697

@r-ryantm r-ryantm changed the title cmctl: 1.13.3 -> 1.14.0 cmctl: 1.13.3 -> 1.14.1 Feb 4, 2024
@r-ryantm
Copy link
Copy Markdown
Contributor Author

r-ryantm commented Feb 4, 2024

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

meta.description for cmctl is: A CLI tool for managing cert-manager service on Kubernetes clusters

meta.homepage for cmctl is: https://cert-manager.io/

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

Checks done


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

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

1 package rebuild(s)

First fifty rebuilds by attrpath
cmctl
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/hfa94fm61kyhmkqimgh8lgqw3p0wdkvn-cmctl-1.14.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 cmctl https://github.com/r-ryantm/nixpkgs/archive/6c994d39d273ff30c0a12a5460d0581706008744.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/6c994d39d273ff30c0a12a5460d0581706008744#cmctl

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

ls -la /nix/store/hfa94fm61kyhmkqimgh8lgqw3p0wdkvn-cmctl-1.14.1
ls -la /nix/store/hfa94fm61kyhmkqimgh8lgqw3p0wdkvn-cmctl-1.14.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.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • cmctl

Maintainer pings

cc @JoshVanL for testing.

Copy link
Copy Markdown
Contributor

@JoshVanL JoshVanL left a comment

Choose a reason for hiding this comment

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

Good version which works. Please merge.

@wallrj
Copy link
Copy Markdown

wallrj commented Feb 7, 2024

@wegank This PR is still marked as a draft which is blocking it being merged. PTAL.

@wegank wegank marked this pull request as ready for review February 7, 2024 13:06
@wegank wegank merged commit ab726dc into NixOS:master Feb 7, 2024
@r-ryantm r-ryantm deleted the auto-update/cmctl branch February 7, 2024 14:07
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-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants