Skip to content

Commit 172bc5e

Browse files
committed
init changie
1 parent d0a7723 commit 172bc5e

File tree

6 files changed

+179
-2
lines changed

6 files changed

+179
-2
lines changed

.changes/0.21.0.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
## v0.21.0 (Jun 3rd, 2025)
2+
* Updated dependencies:
3+
* Go version: 1.23.6 -> 1.24.3
4+
* `cloud.google.com/go/kms` v1.20.1 -> v1.22.0
5+
* `github.com/hashicorp/vault/api` v1.15.0 -> v1.16.0
6+
* `github.com/hashicorp/vault/sdk` v0.14.0 -> v0.17.0
7+
* `golang.org/x/oauth2` v0.23.0 -> v0.30.0
8+
* `google.golang.org/api` v0.204.0 -> v0.235.0
9+
* `google.golang.org/genproto` v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20250528174236-200df99c418a
10+
* `google.golang.org/grpc` v1.67.1 -> v1.72.2
11+
12+
## v0.20.0 (Feb 13th, 2025)
13+
* Go version: 1.22.3 -> 1.23.6
14+
15+
## v0.19.0 (Feb 12th, 2025)
16+
* Updated dependencies:
17+
* https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/58
18+
* https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/62
19+
20+
21+
## v0.19.0 (Sep 9th, 2024)
22+
* Updated dependencies:
23+
* `github.com/googleapis/enterprise-certificate-proxy` v0.3.3 -> v0.3.4
24+
25+
26+
## v0.18.0 (Sep 5th, 2024)
27+
* Updated dependencies:
28+
* `cloud.google.com/go/kms` v1.17.0 -> v1.19.0
29+
* `github.com/docker/docker` v25.0.5 -> v25.0.6
30+
* `github.com/hashicorp/vault/api` v1.13.0 -> v1.14.0
31+
* `github.com/hashicorp/vault/sdk` v0.12.0 -> v0.13.0
32+
* `golang.org/x/oauth2` v0.20.0 -> v0.23.0
33+
* `google.golang.org/api` v0.181.0 -> v0.196.0
34+
* `google.golang.org/genproto` v0.0.0-20240520151616-dc85e6b867a5 -> v0.0.0-20240903143218-8af14fe29dc1
35+
* `google.golang.org/grpc` v1.64.0 -> v1.66.0
36+
* `github.com/hashicorp/go-retryablehttp` v0.7.6 -> v0.7.7
37+
38+
39+
## v0.17.0 (May 21st, 2024)
40+
IMPROVEMENTS:
41+
* Updated dependencies:
42+
* `cloud.google.com/go/kms` v1.15.6 -> v1.17.0
43+
* `github.com/docker/docker` v25.0.2 -> v25.0.5
44+
* `github.com/golang/protobuf` v1.5.3 -> v1.5.4
45+
* `github.com/hashicorp/go-hclog` v1.6.2 -> v1.6.3
46+
* `github.com/hashicorp/vault/api` v1.11.0 -> v1.13.0
47+
* `github.com/hashicorp/vault/sdk` v0.10.2 -> v0.12.0
48+
* `golang.org/x/oauth2` v0.16.0 -> v0.20.0
49+
* `google.golang.org/api` v0.161.0 -> v0.181.0
50+
* `google.golang.org/genproto` v0.0.0-20240125205218-1f4bbc51befe -> v0.0.0-20240520151616-dc85e6b867a5
51+
* `google.golang.org/grpc` v1.61.0 -> v1.64.0
52+
53+
54+
## v0.16.0 (February 2nd, 2024)
55+
56+
IMPROVEMENTS:
57+
58+
* Updated dependencies:
59+
* `cloud.google.com/go/kms` v1.15.1 -> v1.15.6
60+
* `github.com/hashicorp/go-hclog` v1.5.0 -> v1.6.2
61+
* `github.com/hashicorp/vault/api` v1.9.2 -> v1.11.0
62+
* `github.com/hashicorp/vault/sdk` v0.9.2 -> v0.10.2
63+
* `golang.org/x/oauth2` v0.11.0 -> v0.16.0
64+
* `google.golang.org/api` v0.138.0 -> v0.161.0
65+
* `google.golang.org/genproto` v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20240125205218-1f4bbc51befe
66+
* `google.golang.org/grpc` v1.57.0 -> v1.61.0
67+
68+
FIXES:
69+
* Fixed an issue where the newly introduced key metadata cache would cause a nil dereference error [GH-37](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/37)
70+
71+
## v0.15.2 (September 22th, 2023)
72+
73+
IMPROVEMENTS:
74+
75+
* Added cache on key metadata lookup to avoid quota issues [GH-33](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/33)
76+
77+
## v0.15.1 (September 5th, 2023)
78+
79+
IMPROVEMENTS:
80+
81+
* Updated dependencies:
82+
* `cloud.google.com/go/kms` v1.6.0 -> v1.15.1
83+
* `github.com/gammazero/workerpool` v0.0.0-20190406235159-88d534f22b56 -> v1.1.3
84+
* `github.com/golang/protobuf` v1.5.2 -> v1.5.3
85+
* `github.com/hashicorp/go-hclog` v0.16.2 -> v1.5.0
86+
* `github.com/hashicorp/vault/api` v1.9.0 -> v1.9.2
87+
* `github.com/hashicorp/vault/sdk` v0.9.0 -> v0.9.2
88+
* `golang.org/x/oauth2` v0.4.0 -> v0.11.0
89+
* `google.golang.org/api` v0.103.0 -> v0.138.0
90+
* `google.golang.org/genproto` v0.0.0-20230110181048-76db0878b65f -> v0.0.0-20230822172742-b8732ec3820d
91+
* `google.golang.org/grpc` v1.47.0 -> v1.57.0
92+
93+
## v0.15.0
94+
95+
IMPROVEMENTS:
96+
97+
* enable plugin multiplexing [GH-26](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/26)
98+
* update dependencies
99+
* `github.com/hashicorp/vault/api` v1.9.0
100+
* `github.com/hashicorp/vault/sdk` v0.8.1
101+
102+
## v0.14.0
103+
104+
CHANGES:
105+
106+
* Changes user-agent header value to use correct Vault version information and include
107+
the plugin type and name in the comment section. [[GH-21](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/21)]
108+
* CreateOperation should only be implemented alongside ExistenceCheck [[GH-20](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/pull/20)]
109+
110+
IMPROVEMENTS:
111+
112+
* Dependency updates
113+
* google.golang.org/api v0.5.0 => v0.83.0
114+
* github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820 => v1.8.3
115+
* github.com/hashicorp/vault/sdk v0.1.14-0.20200215224050-f6547fa8e820 => v0.7.0
116+
* golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 => v0.5.0
117+
* golang.org/x/net 0.0.0-20220722155237-a158d28d115b => v0.5.0

.changes/unreleased/.gitkeep

Whitespace-only changes.

.changie.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changesDir: .changes
2+
unreleasedDir: unreleased
3+
changelogPath: CHANGELOG.md
4+
versionExt: md
5+
versionFormat: '## {{.Version}} ({{.Time.Format "January 02, 2006"}})'
6+
kindFormat: '{{.Kind}}:'
7+
changeFormat: '* {{.Body}} ([#{{.Custom.Issue}}](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/issues/{{.Custom.Issue}}))'
8+
custom:
9+
- key: Issue
10+
label: Issue/PR Number
11+
type: int
12+
minInt: 1
13+
kinds:
14+
- label: BREAKING CHANGES
15+
- label: NOTES
16+
- label: FEATURES
17+
- label: ENHANCEMENTS
18+
- label: BUG FIXES
19+
newlines:
20+
afterKind: 1
21+
beforeKind: 1
22+
endOfVersion: 2

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ How was this change implemented?
1818
[Example](https://github.com/hashicorp/vault/commit/2715f5cec982aabc7b7a6ae878c547f6f475bba6)
1919
[ ] Add output for any tests not ran in CI to the PR description (eg, acceptance tests)
2020
[ ] Backwards compatible
21+
[ ] Changelog entry added. See [Updating the Changelog](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/blob/main/README.md#updating-the-changelog).
2122

2223
## PCI review checklist
2324

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## Unreleased
2-
31
## v0.21.0 (Jun 3rd, 2025)
42
* Updated dependencies:
53
* Go version: 1.23.6 -> 1.24.3

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,42 @@ against a production project!
132132

133133
[kms]: https://cloud.google.com/kms
134134
[vault]: https://www.vaultproject.io
135+
136+
## Updating the Changelog
137+
138+
All pull requests that introduce a user-facing change must include a changelog
139+
entry. We use the [changie](https://changie.dev/) tool to manage these entries
140+
and automate the release process.
141+
142+
---
143+
### 1. Installing Changie
144+
145+
You only need to do this once. If you don't have `changie` installed, choose one of the options below.
146+
147+
* **Homebrew** (macOS):
148+
```shell
149+
brew install changie
150+
```
151+
* **Go Install**:
152+
```shell
153+
go install github.com/miniscruff/changie@latest
154+
```
155+
* **Other Methods**:
156+
See the [official changie installation guide](https://changie.dev/guide/installation/) for other options, including pre-compiled binaries.
157+
158+
---
159+
### 2. Creating an Entry
160+
161+
Once your code changes are complete, create the changelog entry:
162+
163+
1. **Run the command** in your terminal:
164+
```shell
165+
changie new
166+
```
167+
2. **Follow the prompts.** An interactive prompt will ask you to select the
168+
kind of change (e.g., `BREAKING CHANGES`, `NOTES`, `FEATURES`) and write a concise description of
169+
what you changed.
170+
171+
3. **Commit the new file.** After you're done, `changie` will create a new
172+
YAML file in the `.changie/unreleased` directory. Commit this file along with your other
173+
code changes before submitting your pull request.

0 commit comments

Comments
 (0)