2022-12-14T16:01:54 sonobuoy 0.56.12 -> 0.56.13 https://github.com/vmware-tanzu/sonobuoy/releases 2022-12-14T16:01:56 attrpath: sonobuoy 2022-12-14T16:01:56 Checking auto update branch... 2022-12-14T16:01:57 No auto update branch exists 2022-12-14T16:02:00 [version] 2022-12-14T16:02:00 [version] generic version rewriter does not support multiple hashes 2022-12-14T16:02:00 [rustCrateVersion] 2022-12-14T16:02:00 [rustCrateVersion] No cargoSha256 found 2022-12-14T16:02:00 [golangModuleVersion] 2022-12-14T16:02:05 [golangModuleVersion] Found old vendorSha256 = sha256-SRR4TmNHbMOOMv6AXv/Qpn2KUQh+ZsFlzc5DpdyPLEU= 2022-12-14T16:02:14 [golangModuleVersion] Replaced vendorSha256 with sha256-SRR4TmNHbMOOMv6AXv/Qpn2KUQh+ZsFlzc5DpdyPLEU= 2022-12-14T16:02:43 [golangModuleVersion] Finished updating vendorSha256 2022-12-14T16:02:43 [updateScript] 2022-12-14T16:02:43 [updateScript] skipping because derivation has no updateScript 2022-12-14T16:02:43 2022-12-14T16:02:43 [quotedUrls] 2022-12-14T16:02:44 [quotedUrls] nothing found to replace 2022-12-14T16:02:44 Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/sonobuoy/default.nix b/pkgs/applications/networking/cluster/sonobuoy/default.nix index bbea935af9a..ae7753d758a 100644 --- a/pkgs/applications/networking/cluster/sonobuoy/default.nix +++ b/pkgs/applications/networking/cluster/sonobuoy/default.nix @@ -5,7 +5,7 @@ let rev = "5b97033257d0276c7b0d1b20412667a69d79261e"; in buildGoModule rec { pname = "sonobuoy"; - version = "0.56.12"; # Do not forget to update `rev` above + version = "0.56.13"; # Do not forget to update `rev` above ldflags = let t = "github.com/vmware-tanzu/sonobuoy"; @@ -20,7 +20,7 @@ buildGoModule rec { owner = "vmware-tanzu"; repo = "sonobuoy"; rev = "v${version}"; - sha256 = "sha256-i+fg5tPkpnNl1Oef1KPmhHC+5t4y9vvfRpw9DHbsf4w="; + sha256 = "sha256-T0G0S8bj0QO1/eC/XMwiJ0ZcJC6KYB6gmj/bq2yYgAE="; }; vendorSha256 = "sha256-SRR4TmNHbMOOMv6AXv/Qpn2KUQh+ZsFlzc5DpdyPLEU="; 2022-12-14T16:04:11 Successfully finished processing 2022-12-14T16:04:11 cachix "/nix/store/k5ba5kqkf0vjnkg261j8q6a7fc62lv1i-sonobuoy-0.56.13" 2022-12-14T16:04:19 [check][nixpkgs-review] 2022-12-14T16:07:02 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-14T16:07:05 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/vmware-tanzu/sonobuoy/releases. meta.description for sonobuoy is: "Diagnostic tool that makes it easier to understand the\nstate of a Kubernetes cluster.\n" meta.homepage for sonobuoy is: "https://sonobuoy.io" meta.changelog for sonobuoy is: "" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/vmware-tanzu/sonobuoy/releases/tag/v0.56.13) - [Compare changes on GitHub](https://github.com/vmware-tanzu/sonobuoy/compare/v0.56.12...v0.56.13) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.56.13 with grep in /nix/store/k5ba5kqkf0vjnkg261j8q6a7fc62lv1i-sonobuoy-0.56.13 - found 0.56.13 in filename of file in /nix/store/k5ba5kqkf0vjnkg261j8q6a7fc62lv1i-sonobuoy-0.56.13 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath sonobuoy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/k5ba5kqkf0vjnkg261j8q6a7fc62lv1i-sonobuoy-0.56.13 \ --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 sonobuoy https://github.com/r-ryantm/nixpkgs/archive/9dd65f0e33ac8684933162093df4e6e19f43da0f.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/k5ba5kqkf0vjnkg261j8q6a7fc62lv1i-sonobuoy-0.56.13 ls -la /nix/store/k5ba5kqkf0vjnkg261j8q6a7fc62lv1i-sonobuoy-0.56.13/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](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @carlosdagos @saschagrunert @wilsonehusin for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-12-14T16:07:08 https://api.github.com/repos/NixOS/nixpkgs/pulls/206094