From 979c188c3437099863e0b53c57942ef7ed6523a3 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 30 Aug 2026 15:28:47 +1000 Subject: [PATCH] Bump openbao-plugin-secrets-arrstack to 0.2.0 (#522) ## Why Plugin 0.2.0 adds per-role method scoping; the binary must land on the vault nodes before the catalog sha256 bump in terraform-vault. ## How - Bump the `openbao-plugin-secrets-arrstack` pin in `hieradata/roles/infra/storage/vault.yaml` from `0.1.0` to `0.2.0`. Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/522 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- hieradata/roles/infra/storage/vault.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/roles/infra/storage/vault.yaml b/hieradata/roles/infra/storage/vault.yaml index 915afbb..f43c043 100644 --- a/hieradata/roles/infra/storage/vault.yaml +++ b/hieradata/roles/infra/storage/vault.yaml @@ -47,4 +47,4 @@ profiles::packages::include: openbao-plugin-secrets-ghp: ensure: '0.1.0' openbao-plugin-secrets-arrstack: - ensure: '0.1.0' + ensure: '0.2.0'