From 6fddb953e9254542ef5dad8b9694467ad7e7bfad Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Tue, 4 Oct 2022 13:54:38 -0400 Subject: [PATCH] VAULT-8631 Upgrade vault-plugin-secrets to v0.13.3, to enable synchronous KVV2 creation (#17406) * VAULT-8631 Upgrade vault-plugin-secrets to v0.13.2 * VAULT-8631 Update version, go mod tidy * VAULT-8631 Add changelog --- changelog/17406.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelog/17406.txt diff --git a/changelog/17406.txt b/changelog/17406.txt new file mode 100644 index 000000000..29bf04aa1 --- /dev/null +++ b/changelog/17406.txt @@ -0,0 +1,3 @@ +```release-note:improvement +secrets/kv: new KVv2 mounts and KVv1 mounts without any keys will upgrade synchronously, allowing for instant use +``` diff --git a/go.mod b/go.mod index aa7da5eb9..578ce8274 100644 --- a/go.mod +++ b/go.mod @@ -126,7 +126,7 @@ require ( github.com/hashicorp/vault-plugin-secrets-gcp v0.14.0 github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0 github.com/hashicorp/vault-plugin-secrets-kubernetes v0.2.0 - github.com/hashicorp/vault-plugin-secrets-kv v0.13.1 + github.com/hashicorp/vault-plugin-secrets-kv v0.13.3 github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.8.0 github.com/hashicorp/vault-plugin-secrets-openldap v0.9.0 github.com/hashicorp/vault-plugin-secrets-terraform v0.6.0 diff --git a/go.sum b/go.sum index c34cb3af0..07ffaf8d9 100644 --- a/go.sum +++ b/go.sum @@ -1141,8 +1141,8 @@ github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0 h1:R36pNaaN4tJyIrPJej7/ github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0/go.mod h1:n2VKlYDCuO8+OXN4S1Im8esIL53/ENRFa4gXrvhCVIM= github.com/hashicorp/vault-plugin-secrets-kubernetes v0.2.0 h1:iPue19f7LW63lAo8YFsm0jmo49gox0oIYFPAtVtnzGg= github.com/hashicorp/vault-plugin-secrets-kubernetes v0.2.0/go.mod h1:WO0wUxGh1PxhwdBHD7mXU5XQTqLwMZiJrUwVuzx3tIg= -github.com/hashicorp/vault-plugin-secrets-kv v0.13.1 h1:reGVLE2LH7PDBIBN3AYzpXYRzfPqEYydY3DPsjN/E5Y= -github.com/hashicorp/vault-plugin-secrets-kv v0.13.1/go.mod h1:ikPuEWi2rHaGQCHZuPdn/6D3Bq/25ElX3G9pGeDr0Yg= +github.com/hashicorp/vault-plugin-secrets-kv v0.13.3 h1:TUKpQY6fmTiUhaZ71/WTamEuK2JH7ESB92T4VZsq4+g= +github.com/hashicorp/vault-plugin-secrets-kv v0.13.3/go.mod h1:ikPuEWi2rHaGQCHZuPdn/6D3Bq/25ElX3G9pGeDr0Yg= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.8.0 h1:VREm+cJGUXcPCakaYVxQt8wTVqTwJclsIIk2XuqpPbs= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.8.0/go.mod h1:PLx2vxXukfsKsDRo/PlG4fxmJ1d+H2h82wT3vf4buuI= github.com/hashicorp/vault-plugin-secrets-openldap v0.9.0 h1:/6FQzNB4zjep7O14pkVOapwRJvnQ4gINGAc1Ss1IYg8=