Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 0 additions & 195 deletions .changes/0.22.2.md

This file was deleted.

Empty file removed .changes/unreleased/.gitkeep
Empty file.
5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20250902-172955.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20250902-173257.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20250902-173412.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .changie.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ How was this change implemented?
[Example](https://github.com/hashicorp/vault/commit/2715f5cec982aabc7b7a6ae878c547f6f475bba6)
[ ] Add output for any tests not ran in CI to the PR description (eg, acceptance tests)
[ ] Backwards compatible
[ ] Changelog entry added. See [Updating the Changelog](https://github.com/hashicorp/vault-plugin-auth-kubernetes/blob/main/README.md#updating-the-changelog).

## PCI review checklist

Expand Down
38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,41 +131,3 @@ make setup-integration-test
make integration-test
```

## Updating the Changelog

All pull requests that introduce a user-facing change must include a changelog
entry. We use the [changie](https://changie.dev/) tool to manage these entries
and automate the release process.

---
### 1. Installing Changie

You only need to do this once. If you don't have `changie` installed, choose one of the options below.

* **Homebrew** (macOS):
```shell
brew install changie
```
* **Go Install**:
```shell
go install github.com/miniscruff/changie@latest
```
* **Other Methods**:
See the [official changie installation guide](https://changie.dev/guide/installation/) for other options, including pre-compiled binaries.

---
### 2. Creating an Entry

Once your code changes are complete, create the changelog entry:

1. **Run the command** in your terminal:
```shell
changie new
```
2. **Follow the prompts.** An interactive prompt will ask you to select the
kind of change (e.g., `BREAKING CHANGES`, `NOTES`, `FEATURES`) and write a concise description of
what you changed.

3. **Commit the new file.** After you're done, `changie` will create a new
YAML file in the `.changie/unreleased` directory. Commit this file along with your other
code changes before submitting your pull request.
Loading