Update vault-plugin-database-redis to v0.7.0 (#9888) (#9891)

* Update vault-plugin-database-redis to v0.7.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-10-06 16:17:39 -04:00 committed by GitHub
parent 7186ef5e38
commit f7cdadc610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/_9888.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
database/redis: Update plugin to [v0.7.0](https://github.com/hashicorp/vault-plugin-database-redis/releases/tag/v0.7.0)
```

2
go.mod
View file

@ -150,7 +150,7 @@ require (
github.com/hashicorp/vault-plugin-database-couchbase v0.15.0
github.com/hashicorp/vault-plugin-database-elasticsearch v0.19.0
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.16.0
github.com/hashicorp/vault-plugin-database-redis v0.6.1
github.com/hashicorp/vault-plugin-database-redis v0.7.0
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.8.0
github.com/hashicorp/vault-plugin-database-snowflake v0.15.0
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0

4
go.sum
View file

@ -1575,8 +1575,8 @@ github.com/hashicorp/vault-plugin-database-elasticsearch v0.19.0 h1:8vbxtLgvTEyv
github.com/hashicorp/vault-plugin-database-elasticsearch v0.19.0/go.mod h1:K0W2sRQPX2T0Rv4eRba5d048nDF1/XcjaI/IJ5EHD3I=
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.16.0 h1:/eF3lUTELNWU6NoHDLDdv0waibHHG281q7+RbwujGNU=
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.16.0/go.mod h1:er08o2cVwPpYbcOwlWDX7IdXzPs3gcgCiuujJ8jy6po=
github.com/hashicorp/vault-plugin-database-redis v0.6.1 h1:ZA9L13dwxHQMkO7/QwF277ryMxBcjiedF6jbMdRHT7k=
github.com/hashicorp/vault-plugin-database-redis v0.6.1/go.mod h1:Hus6qqbgqFxIAJQexX7t/NefW80b0nMXt9BmMQgSnvo=
github.com/hashicorp/vault-plugin-database-redis v0.7.0 h1:bX7TjGaGehMEWdimbjoIfsXTSQK/uMSsUwwjjvatcDQ=
github.com/hashicorp/vault-plugin-database-redis v0.7.0/go.mod h1:Hus6qqbgqFxIAJQexX7t/NefW80b0nMXt9BmMQgSnvo=
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.8.0 h1:WJArG0q8XOmnCqKXON/5i/8d0lOI/bsBSc0vSejpIOo=
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.8.0/go.mod h1:3NEQYiGDheoN2g73xAWzgHuzsIle+RnIr7qPO6hF+co=
github.com/hashicorp/vault-plugin-database-snowflake v0.15.0 h1:j1A0JaZvY1aQyxjPQTsW7KA8oS1wCtAe8/m/n1lOCBE=