Skip to content

Commit 07da646

Browse files
hc-github-team-secure-vault-corehc-github-team-secure-vault-ecosystem
authored andcommitted
Update vault-plugin-secrets-kv to v0.24.0 (hashicorp#30826)
* Update vault-plugin-secrets-kv to v0.24.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
1 parent 1858090 commit 07da646

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

changelog/30826.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
secrets/kv: Update plugin to v0.24.0
3+
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ require (
157157
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3
158158
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.20.0
159159
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0
160-
github.com/hashicorp/vault-plugin-secrets-kv v0.23.0
160+
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0
161161
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0
162162
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.4
163163
github.com/hashicorp/vault-plugin-secrets-terraform v0.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,8 +1606,8 @@ github.com/hashicorp/vault-plugin-secrets-gcpkms v0.20.0 h1:gFPxVPaFJjyPUF3GE7Lw
16061606
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.20.0/go.mod h1:SgKyMgD4+Jj4jDRgFOactHENY7Vov6Hi0UdYWVO9NGY=
16071607
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0 h1:Fw7s2f1WNW1GZgd3jb+7mkx6jPH528AFwWMHg9LarCQ=
16081608
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0/go.mod h1:MHNHjEfrXPzWB2J/xmgzojb76wsw0/oUd8z3QLDzzbM=
1609-
github.com/hashicorp/vault-plugin-secrets-kv v0.23.0 h1:LpjG8L77PGqLsS5fYYEW6Lxvom8rusdT6AvGRI7gWj8=
1610-
github.com/hashicorp/vault-plugin-secrets-kv v0.23.0/go.mod h1:U+aKQtbJH78mP/X6k/nxaPXIzdqLyNfo1LaP9570yAQ=
1609+
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0 h1:LRL9eeEgQxVzf05IEJWg6uApFZeDOCJEU9M0LbnVB1U=
1610+
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0/go.mod h1:U+aKQtbJH78mP/X6k/nxaPXIzdqLyNfo1LaP9570yAQ=
16111611
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0 h1:N7zUrgQqvDVUsOZW4x49Cbx6WcjEU5Qwe8hrr4lYvV8=
16121612
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0/go.mod h1:nRcr6W9rb3vDMLDGb/ZovsFhrEM8Q1WLNUKDGRaDplM=
16131613
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.4 h1:hIzo90tKFGCF6smDwAnv0hdO41836JzSLX2dvAsK0mI=

0 commit comments

Comments
 (0)