Update vault-plugin-database-elasticsearch to v0.17.0 (#29542)

* Update vault-plugin-database-elasticsearch to v0.17.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Michael Blaum <96261585+hashiblaum@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core
2025-02-11 12:10:50 -08:00
committed by GitHub
parent 9e38a88883
commit 9ba523a0d0
3 changed files with 6 additions and 3 deletions

3
changelog/29542.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:change
database/elasticsearch: Update plugin to v0.17.0
```

2
go.mod
View File

@@ -145,7 +145,7 @@ require (
github.com/hashicorp/vault-plugin-auth-kubernetes v0.20.0
github.com/hashicorp/vault-plugin-auth-oci v0.17.0
github.com/hashicorp/vault-plugin-database-couchbase v0.13.0
github.com/hashicorp/vault-plugin-database-elasticsearch v0.16.0
github.com/hashicorp/vault-plugin-database-elasticsearch v0.17.0
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.13.0
github.com/hashicorp/vault-plugin-database-redis v0.4.0
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.5.0

4
go.sum
View File

@@ -1578,8 +1578,8 @@ github.com/hashicorp/vault-plugin-auth-oci v0.17.0 h1:t2PNAWSZNNm7sf+l2vK4wod0fQ
github.com/hashicorp/vault-plugin-auth-oci v0.17.0/go.mod h1:vCuIzHclwIyL+Vk6OfIoqjOomuvPmwRUbnnxlxHCyqM=
github.com/hashicorp/vault-plugin-database-couchbase v0.13.0 h1:ql81GB+20ggmRCS/qKnsRwvYdUYW8Dhv1uhH5lY9mns=
github.com/hashicorp/vault-plugin-database-couchbase v0.13.0/go.mod h1:lfCapwEocUz/lno6ABwxa/OXEHGdsAUejcI0Mlod6TE=
github.com/hashicorp/vault-plugin-database-elasticsearch v0.16.0 h1:gArlFh8W0SVQA3OmYZ/IwD6H4RxLphAtKB71jOEKawE=
github.com/hashicorp/vault-plugin-database-elasticsearch v0.16.0/go.mod h1:IqiX9rT/8wCsriRogV4kOCIgAV21yEgjK1D+Oucda3Y=
github.com/hashicorp/vault-plugin-database-elasticsearch v0.17.0 h1:GPZFTWjSv85GWDtrxZ6uYXsxNu4utgr+m2+lP7KCOwU=
github.com/hashicorp/vault-plugin-database-elasticsearch v0.17.0/go.mod h1:I2MnIah+ltWlJtmXFA2+KUaaW68TR0QM9JOPmq+Tbdo=
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.13.0 h1:QfqA3GYVtuVOBe02snoEoU1BS6u3hUkzObd27lVb6FQ=
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.13.0/go.mod h1:4JKUfOniWUxWjnrsBKyPpy3u7dCxkncYAH6VM0BCPhg=
github.com/hashicorp/vault-plugin-database-redis v0.4.0 h1:caNySLrAoKnwYun2kLlwntMKDp+T4yFl/ToCI+ebu1A=