From 658c1d2132326bca4b92a1f8b0af40d5c2d09105 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 30 Aug 2026 16:50:55 +1000 Subject: [PATCH] Bump arrstack plugin catalog to v0.2.0 The v0.2.0 RPM is installed on all five OpenBao nodes; the catalog sha256 must match the running binary or OpenBao refuses to launch the plugin. --- config/plugins/vault-plugin-secrets-arrstack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/plugins/vault-plugin-secrets-arrstack.yaml b/config/plugins/vault-plugin-secrets-arrstack.yaml index fc92851..2c1426a 100644 --- a/config/plugins/vault-plugin-secrets-arrstack.yaml +++ b/config/plugins/vault-plugin-secrets-arrstack.yaml @@ -4,10 +4,10 @@ # Puppet (openbao-plugin-secrets-arrstack RPM -> # /opt/openbao-plugins/vault-plugin-secrets-arrstack). # -# sha256 pins the released v0.1.0 binary; bump it in lockstep with any RPM +# sha256 pins the released v0.2.0 binary; bump it in lockstep with any RPM # upgrade or OpenBao will refuse to launch the plugin. Registration only # succeeds once the Puppet PR has installed the binary on the nodes. type: secret command: vault-plugin-secrets-arrstack -version: "0.1.0" -sha256: "f8ee60ca7ba14819976acb7dc4cfb6799e3e8da8f871d0bb2bd18d1d9e537972" +version: "0.2.0" +sha256: "9ea7f16013b3bcbadfcb15b08fd1545f8069893cf864bfdaa57e7e7e72612fa1" -- 2.47.3