|
| 1 | +## v0.16.0 |
| 2 | +### March 9, 2026 |
| 3 | + |
| 4 | +Community fork of [hashicorp/vault-plugin-database-snowflake](https://github.com/hashicorp/vault-plugin-database-snowflake). |
| 5 | + |
| 6 | +NEW FEATURES: |
| 7 | + |
| 8 | +* Add Workload Identity Federation (WIF) authentication support for AWS, GCP, AZURE, and OIDC providers |
| 9 | + |
| 10 | +SECURITY: |
| 11 | + |
| 12 | +* Bump `github.com/dvsekhvalnov/jose2go` v1.6.0 -> v1.7.0 (CVE-2025-63811) |
| 13 | +* Bump `golang.org/x/crypto` v0.41.0 -> v0.45.0 |
| 14 | + |
| 15 | +MAINTENANCE: |
| 16 | + |
| 17 | +* Update module path to `github.com/bbhorrigan/vault-plugin-database-snowflake` |
| 18 | +* Replace HashiCorp-internal CI workflows with community equivalents |
| 19 | +* Add dependabot config for automated dependency updates |
| 20 | +* Update README, CODEOWNERS, and add MAINTAINERS.md |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +> Prior release history below is from the upstream HashiCorp repository. |
| 25 | +
|
1 | 26 | ## v0.15.0 |
2 | 27 | ### October 3, 2025 |
3 | 28 |
|
4 | 29 | * Automated dependency upgrades (#125) |
5 | | -* Update changelog for v0.14.2 release (#157) |
6 | 30 | * Update dependencies (#148) |
7 | 31 | * Refresh the connection when necessary (#134) |
8 | 32 | * Enable query parameters parsing in connection URL for keypair auth (#135) |
9 | | -* init changie (#131) |
10 | | -* Add backport assistant workflow (#130) |
11 | 33 | * Add backport assistant workflow (#128) |
12 | | -* [Compliance] - PR Template Changes Required (#126) |
13 | | -* Update CHANGELOG.md (#127) |
14 | | -* Update CHANGELOG for 0.14.1 (#123) |
15 | 34 | * escape dot in regex and add test to fix secvuln (#122) |
16 | | -* Automated dependency upgrades (#115) |
17 | 35 | * Add support for keypair root configuration (#109) |
18 | 36 |
|
19 | 37 | ## v0.14.2 |
20 | 38 | ### September 17, 2025 |
21 | 39 |
|
22 | 40 | * release/vault-1.20.x: Update dependencies (#153) |
23 | 41 | * Backport of Refresh the connection when necessary into release/vault-1.20.x (#147) |
24 | | -* Backport Enable query parameters parsing in connection URL for keypair auth into `release/vault-1.20.x` (#137) |
| 42 | +* Backport Enable query parameters parsing in connection URL for keypair auth into release/vault-1.20.x (#137) |
25 | 43 |
|
26 | | -## 0.14.1 |
| 44 | +## v0.14.1 |
27 | 45 | ### June 5, 2025 |
28 | 46 |
|
29 | 47 | IMPROVEMENTS: |
30 | 48 |
|
31 | | -* Added key-pair auth support for database configuration in Vault 1.20.x (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/116) |
| 49 | +* Added key-pair auth support for database configuration in Vault 1.20.x |
32 | 50 |
|
33 | | -## 0.14.0 |
| 51 | +## v0.14.0 |
34 | 52 | ### May 23, 2025 |
35 | 53 |
|
36 | 54 | IMPROVEMENTS: |
37 | 55 |
|
38 | | -* Updated dependencies (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/105) |
39 | | - |
40 | | -## 0.13.2 |
41 | | -### June 5, 2025 |
42 | | - |
43 | | -IMPROVEMENTS: |
44 | | - |
45 | | -* Added key-pair auth support for database configuration in Vault 1.19.6 (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/117) |
| 56 | +* Updated dependencies |
46 | 57 |
|
47 | | -## 0.13.0 |
| 58 | +## v0.13.0 |
48 | 59 | ### Feb 11, 2025 |
49 | 60 |
|
50 | 61 | IMPROVEMENTS: |
51 | 62 |
|
52 | | -* Updated dependencies (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/100) |
53 | | - |
54 | | -## 0.12.2 |
55 | | -### June 5, 2025 |
| 63 | +* Updated dependencies |
56 | 64 |
|
57 | | -IMPROVEMENTS: |
58 | | - |
59 | | -* Added key-pair auth support for database configuration in Vault 1.18.11 Enterprise (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/118) |
60 | | - |
61 | | -## 0.12.0 |
| 65 | +## v0.12.0 |
62 | 66 | ### Sept 4, 2024 |
63 | 67 |
|
64 | | -IMPROVEMENTS: |
65 | | -* Updated dependencies (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/92) |
66 | | - |
67 | | -## 0.11.2 |
68 | | -### June 5, 2025 |
69 | | - |
70 | 68 | IMPROVEMENTS: |
71 | 69 |
|
72 | | -* Added key-pair auth support for database configuration in Vault 1.17.18 Enterprise (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/119) |
| 70 | +* Updated dependencies |
73 | 71 |
|
74 | | -## 0.11.0 |
| 72 | +## v0.11.0 |
75 | 73 | ### May 20, 2024 |
76 | 74 |
|
77 | | -IMPROVEMENTS: |
78 | | -* Updated dependencies (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/90) |
79 | | -* Updated dependencies [GH-82](https://github.com/hashicorp/vault-plugin-database-snowflake/pull/82): |
80 | | - * `github.com/hashicorp/vault/sdk` v0.10.2 -> v0.11.0 |
81 | | - * `github.com/jackc/pgx/v4` v4.18.1 -> v4.18.2 |
82 | | - * `github.com/snowflakedb/gosnowflake` v1.7.2 -> v1.8.0 |
83 | | - |
84 | | -## 0.10.3 |
85 | | -### June 5, 2025 |
86 | | - |
87 | 75 | IMPROVEMENTS: |
88 | 76 |
|
89 | | -* Added key-pair auth support for database configuration in Vault 1.16.22 Enterprise (https://github.com/hashicorp/vault-plugin-database-snowflake/pull/120) |
| 77 | +* Updated dependencies |
| 78 | +* `github.com/snowflakedb/gosnowflake` v1.7.2 -> v1.8.0 |
90 | 79 |
|
91 | | -## 0.10.0 |
| 80 | +## v0.10.0 |
92 | 81 | ### Jan 31, 2024 |
93 | | -CHANGES: |
94 | | -* bump go.mod go version from 1.20 to 1.21 [GH-80](https://github.com/hashicorp/vault-plugin-database-snowflake/pull/80) |
95 | 82 |
|
96 | | -## 0.9.2 |
97 | | -### Jan 24, 2024 |
98 | 83 | CHANGES: |
99 | | -* downgrade go.mod go version from 1.21 to 1.20 [GH-78](https://github.com/hashicorp/vault-plugin-database-snowflake/pull/78) |
100 | 84 |
|
101 | | -## 0.9.1 |
| 85 | +* Bump go.mod go version from 1.20 to 1.21 |
| 86 | + |
| 87 | +## v0.9.1 |
102 | 88 | ### Jan 23, 2024 |
| 89 | + |
103 | 90 | IMPROVEMENTS: |
104 | | -* Updated dependencies: |
105 | | - * github.com/hashicorp/vault/sdk v0.9.2 -> v0.10.2 |
106 | | - * github.com/snowflakedb/gosnowflake v1.6.24 -> v1.7.2 |
107 | 91 |
|
108 | | -## 0.9.0 |
| 92 | +* `github.com/hashicorp/vault/sdk` v0.9.2 -> v0.10.2 |
| 93 | +* `github.com/snowflakedb/gosnowflake` v1.6.24 -> v1.7.2 |
| 94 | + |
| 95 | +## v0.9.0 |
109 | 96 | ### August 22, 2023 |
110 | 97 |
|
111 | 98 | IMPROVEMENTS: |
112 | | -* Updated dependencies [GH-68](https://github.com/hashicorp/vault-plugin-database-snowflake/pull/68):: |
113 | | - * `github.com/snowflakedb/gosnowflake` v1.6.23 -> v1.6.24 |
114 | | -* Updated dependencies [GH-67](https://github.com/hashicorp/vault-plugin-database-snowflake/pull/67):: |
115 | | - * `github.com/hashicorp/vault/sdk` v0.9.0 -> v0.9.2 |
116 | | - * `github.com/snowflakedb/gosnowflake` v1.6.18 -> v1.6.23 |
117 | | - * `github.com/stretchr/testify` v1.8.2 -> v1.8.4 |
| 99 | + |
| 100 | +* Updated dependencies |
0 commit comments