Skip to content

Commit 9eeac40

Browse files
hc-github-team-secure-vault-corehc-github-team-secure-vault-ecosystem
authored andcommitted
Update vault-plugin-database-snowflake to v0.10.0 (#25143)
* Automated dependency upgrades * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
1 parent 6b74475 commit 9eeac40

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

changelog/25143.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
database/snowflake: Update plugin to v0.10.0
3+
```

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ require (
143143
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.10.1
144144
github.com/hashicorp/vault-plugin-database-redis v0.2.2
145145
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3
146-
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1
146+
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0
147147
github.com/hashicorp/vault-plugin-mock v0.16.1
148148
github.com/hashicorp/vault-plugin-secrets-ad v0.16.2
149149
github.com/hashicorp/vault-plugin-secrets-alicloud v0.15.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2293,8 +2293,8 @@ github.com/hashicorp/vault-plugin-database-redis v0.2.2 h1:nMpNIDP1Cvw5aMLXp3Obv
22932293
github.com/hashicorp/vault-plugin-database-redis v0.2.2/go.mod h1:POHYpUTsdJwGE1DSHaDlLjB/CpzBHLfIIVVXElBtbcs=
22942294
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3 h1:Y2/teLlrYR80LATq4T2EZJgeQFkYUvExH1WUfssi2IU=
22952295
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.2.3/go.mod h1:eGj+U2NroyrtKqdNAoOG7is2mbmSIoTvDA0EETqWTDI=
2296-
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1 h1:KWwZfBVY1AGhuGogzsghQafEb/6jXBdeqjh9tIJzKgU=
2297-
github.com/hashicorp/vault-plugin-database-snowflake v0.9.1/go.mod h1:COMbAUyRr1KgNLv0R3n0/olFoy3JkXq57VYd5+9ulPw=
2296+
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0 h1:XmGY3YsEwhs/LHHO6I9MmiHcI0peL31cQCbHMCniMro=
2297+
github.com/hashicorp/vault-plugin-database-snowflake v0.10.0/go.mod h1:COMbAUyRr1KgNLv0R3n0/olFoy3JkXq57VYd5+9ulPw=
22982298
github.com/hashicorp/vault-plugin-mock v0.16.1 h1:5QQvSUHxDjEEbrd2REOeacqyJnCLPD51IQzy71hx8P0=
22992299
github.com/hashicorp/vault-plugin-mock v0.16.1/go.mod h1:83G4JKlOwUtxVourn5euQfze3ZWyXcUiLj2wqrKSDIM=
23002300
github.com/hashicorp/vault-plugin-secrets-ad v0.16.2 h1:AkNt0No686jr0gKxQZQi2QM3b5RrHnbbeHPvUlCxIV0=

0 commit comments

Comments
 (0)