database/elasticsearch: upgrade plugin version (#20767)
* Upgrade vault-plugin-database-elasticsearch to v0.13.2
This commit is contained in:
parent
ae2ebb1b1b
commit
bd528daeef
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
database/elasticsearch: Upgrade plugin dependencies
|
||||
```
|
2
go.mod
2
go.mod
|
@ -129,7 +129,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.15.0
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.14.0
|
||||
github.com/hashicorp/vault-plugin-database-couchbase v0.9.2
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.13.1
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.13.2
|
||||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.9.0
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.0
|
||||
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1828,8 +1828,8 @@ github.com/hashicorp/vault-plugin-auth-oci v0.14.0 h1:B7uyigqgUAO3gebvi8mMmsq7l4
|
|||
github.com/hashicorp/vault-plugin-auth-oci v0.14.0/go.mod h1:SYdTtQhzMxqOCbdC0E0UOrkc4eGXXcJmXXbe1MHVPtE=
|
||||
github.com/hashicorp/vault-plugin-database-couchbase v0.9.2 h1:UWPWUADWUE08a3qeZixd/diIcNIm0NTqdPNTNbUljuQ=
|
||||
github.com/hashicorp/vault-plugin-database-couchbase v0.9.2/go.mod h1:BvyZMbDEhvT4chbb7lgnL8xsVy9rF+hbDWuJ/eKkgpI=
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.13.1 h1:nVO6F8V69E2fAQklh/Ds+EypVMutN4iIlt3sat9qW9M=
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.13.1/go.mod h1:wO8EPQs5bsBERD6MSQ+7Az+YJ4TFclCNxBo3r3VKeao=
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.13.2 h1:N81xJfdVjAo49dUu5Wo95C0fv5scpbYL9z4ykWeHxJg=
|
||||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.13.2/go.mod h1:P4cUbvtXgvfWZassvJzyXC4nIGRUO72ds9rE5WpQnuw=
|
||||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.9.0 h1:wlWrg1z5Pyx+FTUCOzA9yh0FTI+pfA9tMrsFPFBcjjA=
|
||||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.9.0/go.mod h1:4Ew6RNnA1NXtpLV0ijkwpE6pJE46G+suDKnTVMm+kXA=
|
||||
github.com/hashicorp/vault-plugin-database-redis v0.2.0 h1:Fg1inevnDhj58+/y5SY1CihLftytG1D+3QqbUJbHYUM=
|
||||
|
|
Loading…
Reference in New Issue