2022-12-12T07:34:10 boundary 0.11.0 -> 0.11.2 https://repology.org/metapackage/boundary/versions 2022-12-12T07:34:13 attrpath: boundary 2022-12-12T07:34:13 Checking auto update branch... 2022-12-12T07:34:16 [version] 2022-12-12T07:34:16 [version] skipping because derivation has updateScript 2022-12-12T07:34:16 [rustCrateVersion] 2022-12-12T07:34:16 [rustCrateVersion] No cargoSha256 found 2022-12-12T07:34:16 [golangModuleVersion] 2022-12-12T07:34:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T07:34:16 [updateScript] 2022-12-12T07:34:39 [updateScript] Success 2022-12-12T07:34:39 [updateScript] this derivation will be built: /nix/store/r1cg6ids0iwmszfz64s7msk9d9gndgnp-packages.json.drv building '/nix/store/r1cg6ids0iwmszfz64s7msk9d9gndgnp-packages.json.drv'... Going to be running update for following packages: - boundary-0.11.0 Press Enter key to continue... Running update for: - boundary-0.11.0: UPDATING ... - boundary-0.11.0: DONE. Packages updated! 2022-12-12T07:34:39 2022-12-12T07:34:39 [quotedUrls] 2022-12-12T07:34:39 [quotedUrls] nothing found to replace 2022-12-12T07:34:39 Diff after rewrites: diff --git a/pkgs/tools/networking/boundary/default.nix b/pkgs/tools/networking/boundary/default.nix index 3721944575f..5c0e15828ff 100644 --- a/pkgs/tools/networking/boundary/default.nix +++ b/pkgs/tools/networking/boundary/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "boundary"; - version = "0.11.0"; + version = "0.11.2"; src = let @@ -15,10 +15,10 @@ stdenv.mkDerivation rec { aarch64-darwin = "darwin_arm64"; }; sha256 = selectSystem { - x86_64-linux = "sha256-Dje9uSdE0KBX6bqx4nOtkzeeZvlHFqIlETAEbnw2tp0="; - aarch64-linux = "sha256-0eSqfTwViFdDEoQ5kKjmJI+3jfmk1ZwJQh/UIM7LsA4="; - x86_64-darwin = "sha256-9cxBdp4BxwtfSsvRr5ZSCeMWvttf1r8WaNV38DG0Iog="; - aarch64-darwin = "sha256-04Jhvu742jx3yNCLVa1rbgS1A+Zb7CCuYkQ5OyQbVc0="; + x86_64-linux = "sha256-c/MCXLATfQP6Y7DDVSlbaDSyDFW0rke9JJG6CBmv5MQ="; + aarch64-linux = "sha256-Zg9cnnS4mCySY5mnl7+x9OwZyPeBgphFLlLV0JH4peg="; + x86_64-darwin = "sha256-JN4i5Bn8vn7Pddjxjwi0gg3NwhpJDJcmxZNoGFJr+RA="; + aarch64-darwin = "sha256-1kS4G+UDfvdo3HFY5kxHhXx7R6s0weNB6q40mPbDY2E="; }; in fetchzip { 2022-12-12T07:36:05 An auto update branch exists with message `boundary: 0.11.0 -> 0.11.1`. New version is 0.11.2. 2022-12-12T07:36:05 The auto update branch does not match or exceed the new version. 2022-12-12T07:36:07 Successfully finished processing 2022-12-12T07:36:07 cachix "/nix/store/f00pgpq2gpg3ddvxa423jk9xjjbdfxll-boundary-0.11.2" 2022-12-12T07:36:31 [check][nixpkgs-review] 2022-12-12T07:39:15 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-12T07:39:18 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for boundary is: "Enables identity-based access management for dynamic infrastructure" meta.homepage for boundary is: "https://boundaryproject.io/" meta.changelog for boundary is: "https://github.com/hashicorp/boundary/blob/v0.11.2/CHANGELOG.md" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.11.2 with grep in /nix/store/f00pgpq2gpg3ddvxa423jk9xjjbdfxll-boundary-0.11.2 - found 0.11.2 in filename of file in /nix/store/f00pgpq2gpg3ddvxa423jk9xjjbdfxll-boundary-0.11.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath boundary ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/f00pgpq2gpg3ddvxa423jk9xjjbdfxll-boundary-0.11.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 boundary https://github.com/r-ryantm/nixpkgs/archive/9cd961e067f451232a92315c02de376da7059f21.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/f00pgpq2gpg3ddvxa423jk9xjjbdfxll-boundary-0.11.2 ls -la /nix/store/f00pgpq2gpg3ddvxa423jk9xjjbdfxll-boundary-0.11.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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @06kellyjac @techknowlogick 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-12T07:39:21 Updated existing PR 2022-12-12T07:39:21 https://api.github.com/repos/NixOS/nixpkgs/pulls/204061 2022-12-12T12:23:34 boundary 0 -> 1 2022-12-12T12:23:36 attrpath: boundary 2022-12-12T12:23:36 Checking auto update branch... 2022-12-12T12:23:40 [version] 2022-12-12T12:23:40 [version] skipping because derivation has updateScript 2022-12-12T12:23:40 [rustCrateVersion] 2022-12-12T12:23:40 [rustCrateVersion] No cargoSha256 found 2022-12-12T12:23:40 [golangModuleVersion] 2022-12-12T12:23:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T12:23:40 [updateScript] 2022-12-12T12:23:59 [updateScript] Success 2022-12-12T12:23:59 [updateScript] Going to be running update for following packages: - boundary-0.11.0 Press Enter key to continue... Running update for: - boundary-0.11.0: UPDATING ... - boundary-0.11.0: DONE. Packages updated! 2022-12-12T12:23:59 2022-12-12T12:23:59 [quotedUrls] 2022-12-12T12:23:59 [quotedUrls] nothing found to replace 2022-12-12T12:23:59 Diff after rewrites: diff --git a/pkgs/tools/networking/boundary/default.nix b/pkgs/tools/networking/boundary/default.nix index 3721944575f..5c0e15828ff 100644 --- a/pkgs/tools/networking/boundary/default.nix +++ b/pkgs/tools/networking/boundary/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "boundary"; - version = "0.11.0"; + version = "0.11.2"; src = let @@ -15,10 +15,10 @@ stdenv.mkDerivation rec { aarch64-darwin = "darwin_arm64"; }; sha256 = selectSystem { - x86_64-linux = "sha256-Dje9uSdE0KBX6bqx4nOtkzeeZvlHFqIlETAEbnw2tp0="; - aarch64-linux = "sha256-0eSqfTwViFdDEoQ5kKjmJI+3jfmk1ZwJQh/UIM7LsA4="; - x86_64-darwin = "sha256-9cxBdp4BxwtfSsvRr5ZSCeMWvttf1r8WaNV38DG0Iog="; - aarch64-darwin = "sha256-04Jhvu742jx3yNCLVa1rbgS1A+Zb7CCuYkQ5OyQbVc0="; + x86_64-linux = "sha256-c/MCXLATfQP6Y7DDVSlbaDSyDFW0rke9JJG6CBmv5MQ="; + aarch64-linux = "sha256-Zg9cnnS4mCySY5mnl7+x9OwZyPeBgphFLlLV0JH4peg="; + x86_64-darwin = "sha256-JN4i5Bn8vn7Pddjxjwi0gg3NwhpJDJcmxZNoGFJr+RA="; + aarch64-darwin = "sha256-1kS4G+UDfvdo3HFY5kxHhXx7R6s0weNB6q40mPbDY2E="; }; in fetchzip { 2022-12-12T12:25:27 An auto update branch exists with message `boundary: 0.11.0 -> 0.11.2`. New version is 0.11.2. 2022-12-12T12:25:27 An auto update branch exists with an equal or greater version