database/snowflake: update plugin to v0.6.1 (#17593)

* database/snowflake: update plugin to v0.6.1

* add changelog entry
This commit is contained in:
Calvin Leung Huang 2022-10-18 15:49:37 -07:00 committed by GitHub
parent cc5db86fe1
commit 9e6256178e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

3
changelog/17593.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
database/snowflake: Allow parallel requests to Snowflake
```

2
go.mod
View File

@ -118,7 +118,7 @@ require (
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.8.0
github.com/hashicorp/vault-plugin-database-redis v0.1.0
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.1.0
github.com/hashicorp/vault-plugin-database-snowflake v0.6.0
github.com/hashicorp/vault-plugin-database-snowflake v0.6.1
github.com/hashicorp/vault-plugin-mock v0.16.1
github.com/hashicorp/vault-plugin-secrets-ad v0.14.0
github.com/hashicorp/vault-plugin-secrets-alicloud v0.13.0

4
go.sum
View File

@ -1125,8 +1125,8 @@ github.com/hashicorp/vault-plugin-database-redis v0.1.0 h1:fDT32ZphGdvVdenvieWb+
github.com/hashicorp/vault-plugin-database-redis v0.1.0/go.mod h1:bzrD2dQUClKcl89yYsaZqboFDEzst+TpXROWuhVxLEM=
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.1.0 h1:qwDcp1vdlT0Io0x5YjtvhXtndfQB66jnDICg7NHxKQk=
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.1.0/go.mod h1:gB/SMtnIf0NdDyPSIo0KgSNp1ajTvLDiwP+lIAy8uHs=
github.com/hashicorp/vault-plugin-database-snowflake v0.6.0 h1:T13MXwD0xKA2vKGIdHdv17UOlm03zzR+q2MCLv+q/bM=
github.com/hashicorp/vault-plugin-database-snowflake v0.6.0/go.mod h1:QJ8IL/Qlu4Me1KkL0OpaWO7aMFL0TNoSEKVB5F+lCiM=
github.com/hashicorp/vault-plugin-database-snowflake v0.6.1 h1:jnWNKqRmRXNpXOC4FvAOXHxPKAmDZRVS+d5fcbRQ/Xw=
github.com/hashicorp/vault-plugin-database-snowflake v0.6.1/go.mod h1:QJ8IL/Qlu4Me1KkL0OpaWO7aMFL0TNoSEKVB5F+lCiM=
github.com/hashicorp/vault-plugin-mock v0.16.1 h1:5QQvSUHxDjEEbrd2REOeacqyJnCLPD51IQzy71hx8P0=
github.com/hashicorp/vault-plugin-mock v0.16.1/go.mod h1:83G4JKlOwUtxVourn5euQfze3ZWyXcUiLj2wqrKSDIM=
github.com/hashicorp/vault-plugin-secrets-ad v0.14.0 h1:64qTDXSj3tw1li7lWh13OJoYIbJ/dp9F0kWdHo6vBiU=