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
This commit is contained in:
Violet Hynes
2022-10-04 13:54:38 -04:00
committed by GitHub
parent eb338de819
commit 26c370e5a5
3 changed files with 6 additions and 3 deletions

3
changelog/17406.txt Normal file
View File

@@ -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
```

2
go.mod
View File

@@ -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

4
go.sum
View File

@@ -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=