From 2493fc73558474c3cf7f5fc2b755541a88892fcb Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core Date: Wed, 12 Feb 2025 17:15:53 -0800 Subject: [PATCH] Update vault-plugin-database-redis to v0.5.0 (#29597) Co-authored-by: hc-github-team-secure-vault-ecosystem --- changelog/29597.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelog/29597.txt diff --git a/changelog/29597.txt b/changelog/29597.txt new file mode 100644 index 0000000000..b8e388144a --- /dev/null +++ b/changelog/29597.txt @@ -0,0 +1,3 @@ +```release-note:change +database/redis: Update plugin to v0.5.0 +``` diff --git a/go.mod b/go.mod index 575b9e2e4b..d1bafe39e6 100644 --- a/go.mod +++ b/go.mod @@ -147,7 +147,7 @@ require ( github.com/hashicorp/vault-plugin-database-couchbase v0.13.0 github.com/hashicorp/vault-plugin-database-elasticsearch v0.17.0 github.com/hashicorp/vault-plugin-database-mongodbatlas v0.14.0 - github.com/hashicorp/vault-plugin-database-redis v0.4.0 + github.com/hashicorp/vault-plugin-database-redis v0.5.0 github.com/hashicorp/vault-plugin-database-redis-elasticache v0.6.0 github.com/hashicorp/vault-plugin-database-snowflake v0.13.0 github.com/hashicorp/vault-plugin-mock v0.16.1 diff --git a/go.sum b/go.sum index 29a3fefc42..191042efe6 100644 --- a/go.sum +++ b/go.sum @@ -1582,8 +1582,8 @@ github.com/hashicorp/vault-plugin-database-elasticsearch v0.17.0 h1:GPZFTWjSv85G 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.14.0 h1:llor1sH0gXaLbQFOidLSbSXKPPFBs16OpyKeAqbBdyI= github.com/hashicorp/vault-plugin-database-mongodbatlas v0.14.0/go.mod h1:hxuULBD5X4N1hi6PvMdbUdVTE94I/6dPWtT2+rRTTTM= -github.com/hashicorp/vault-plugin-database-redis v0.4.0 h1:caNySLrAoKnwYun2kLlwntMKDp+T4yFl/ToCI+ebu1A= -github.com/hashicorp/vault-plugin-database-redis v0.4.0/go.mod h1:OAKaJH4fj4t0MXPBU8FTb7Ca+DzyQD8wjvq4Dq7I8pU= +github.com/hashicorp/vault-plugin-database-redis v0.5.0 h1:p0vLmwUs6Dyiwki6ibtizQ7b4rtx+y78J8kSkr4rsiQ= +github.com/hashicorp/vault-plugin-database-redis v0.5.0/go.mod h1:RaY5jao0wibpMeH/1Jz0QwpH9GQ+vRay2wz5of08QsY= github.com/hashicorp/vault-plugin-database-redis-elasticache v0.6.0 h1:IkP+Ilb/jC2FLU4KAH9+ai0aaCP+GVmGdmIl981ZFs0= github.com/hashicorp/vault-plugin-database-redis-elasticache v0.6.0/go.mod h1:AxZkp+gtaDtQL5aKB4/NrTTOMpwefSIy3GTbIRQtxoM= github.com/hashicorp/vault-plugin-database-snowflake v0.13.0 h1:Q+q7y5yHrLZgsecQkdaf2/+FusXtQnE7jBjCdW+p5R0=