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:
parent
ea1257be2e
commit
6fddb953e9
|
@ -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
2
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
|
||||
|
|
4
go.sum
4
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=
|
||||
|
|
Loading…
Reference in New Issue