2022-12-13T15:24:37 kube-score 1.14.0 -> 1.16.0 https://github.com/zegl/kube-score/releases 2022-12-13T15:24:40 attrpath: kube-score 2022-12-13T15:24:40 Checking auto update branch... 2022-12-13T15:24:40 No auto update branch exists 2022-12-13T15:24:45 [version] 2022-12-13T15:24:45 [version] generic version rewriter does not support multiple hashes 2022-12-13T15:24:45 [rustCrateVersion] 2022-12-13T15:24:45 [rustCrateVersion] No cargoSha256 found 2022-12-13T15:24:45 [golangModuleVersion] 2022-12-13T15:24:48 [golangModuleVersion] Found old vendorSha256 = sha256-0Zi62FmX4rFl3os2ehtussSSUPJtxLq7622CEdeKZCs= 2022-12-13T15:24:57 [golangModuleVersion] Replaced vendorSha256 with sha256-pcNdszOfsYKiASOUNKflbr89j/wb9ILQvjMJYsiGPWo= 2022-12-13T15:26:23 [golangModuleVersion] Finished updating vendorSha256 2022-12-13T15:26:23 [updateScript] 2022-12-13T15:26:23 [updateScript] skipping because derivation has no updateScript 2022-12-13T15:26:23 2022-12-13T15:26:23 [quotedUrls] 2022-12-13T15:26:23 [quotedUrls] nothing found to replace 2022-12-13T15:26:23 Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/kube-score/default.nix b/pkgs/applications/networking/cluster/kube-score/default.nix index c1383e8688d..2986d1153c3 100644 --- a/pkgs/applications/networking/cluster/kube-score/default.nix +++ b/pkgs/applications/networking/cluster/kube-score/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "kube-score"; - version = "1.14.0"; + version = "1.16.0"; src = fetchFromGitHub { owner = "zegl"; repo = pname; rev = "v${version}"; - sha256 = "sha256-6/+S1aj2qoUPz+6+8Z4Z5dpfyOi/DnrLLUpPgBn/OxU="; + sha256 = "sha256-dKvPLAT9e8gNJkKDF7dQPGLSkv9QUjQklUX8Dm8i33E="; }; - vendorSha256 = "sha256-0Zi62FmX4rFl3os2ehtussSSUPJtxLq7622CEdeKZCs="; + vendorSha256 = "sha256-pcNdszOfsYKiASOUNKflbr89j/wb9ILQvjMJYsiGPWo="; meta = with lib; { description = "Kubernetes object analysis with recommendations for improved reliability and security"; 2022-12-13T15:28:33 Successfully finished processing 2022-12-13T15:28:33 cachix "/nix/store/9lj1hclq1kvd28bqd791ir866pmfbzkb-kube-score-1.16.0" 2022-12-13T15:28:43 [check][nixpkgs-review] 2022-12-13T15:32:34 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-13T15:32:37 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/zegl/kube-score/releases. meta.description for kube-score is: "Kubernetes object analysis with recommendations for improved reliability and security" meta.homepage for kube-score is: "https://github.com/zegl/kube-score" meta.changelog for kube-score is: "" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/zegl/kube-score/releases/tag/v1.16.0) - [Compare changes on GitHub](https://github.com/zegl/kube-score/compare/v1.14.0...v1.16.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.16.0 with grep in /nix/store/9lj1hclq1kvd28bqd791ir866pmfbzkb-kube-score-1.16.0 - found 1.16.0 in filename of file in /nix/store/9lj1hclq1kvd28bqd791ir866pmfbzkb-kube-score-1.16.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath kube-score ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9lj1hclq1kvd28bqd791ir866pmfbzkb-kube-score-1.16.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 kube-score https://github.com/r-ryantm/nixpkgs/archive/20e51b30ea8769b17fa042aab163bdb0aca90325.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/9lj1hclq1kvd28bqd791ir866pmfbzkb-kube-score-1.16.0 ls -la /nix/store/9lj1hclq1kvd28bqd791ir866pmfbzkb-kube-score-1.16.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](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @j4m3s-s 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-13T15:32:39 https://api.github.com/repos/NixOS/nixpkgs/pulls/205925