mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* 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:
parent
7186ef5e38
commit
f7cdadc610
3 changed files with 6 additions and 3 deletions
3
changelog/_9888.txt
Normal file
3
changelog/_9888.txt
Normal 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
2
go.mod
|
|
@ -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
4
go.sum
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue