Skip to content

Commit

Permalink
v0.18.0: adds changelog entry (#268)
Browse files Browse the repository at this point in the history
* v0.18.0: adds changelog entry

* update fix text
  • Loading branch information
austingebauer authored Jan 2, 2024
1 parent e5f0241 commit 7177968
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
## Unreleased

## v0.18.0

IMPROVEMENTS:
* Include role name in Entity Alias metadata https://github.com/hashicorp/vault-plugin-auth-jwt/pull/160
* Updated dependencies:
* `github.com/hashicorp/cap` v0.3.4 -> v0.4.0
* `github.com/hashicorp/go-sockaddr` v1.0.2 -> v1.0.5
* `github.com/hashicorp/vault/api` v1.9.2 -> v1.10.0
* `github.com/hashicorp/vault/sdk` v0.9.2 -> v0.10.0
* `golang.org/x/oauth2` v0.11.0 -> v0.12.0
* `google.golang.org/api` v0.138.0 -> v0.143.0

FIXES:
* Add missing error check for parsing CLI flags https://github.com/hashicorp/vault-plugin-auth-jwt/pull/245

## 0.17.2

FIXES:
* Ensure SIGTSTP is only used in unix builds [[GH-255](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/255)]

## 0.17.1

IMPROVEMENTS:
* Close HTTP listener if stop or kill signal is received [[GH-251](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/251)]

Expand Down

0 comments on commit 7177968

Please sign in to comment.