docs: update auth/jwt changelog for 1.16.5 and 1.15.11 (#27629)

This commit is contained in:
John-Michael Faircloth
2024-06-27 12:15:01 -05:00
committed by GitHub
parent c18e603d67
commit 41bb992c32

View File

@@ -232,10 +232,6 @@ autopilot to fail to discover new server versions and so not trigger an upgrade.
**Enterprise LTS:** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.
CHANGES:
* auth/jwt: Revert [GH-295](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/295) which changed the way JWT `aud` claims were validated.
BUG FIXES:
* cli/debug: Fix resource leak in CLI debug command. [[GH-26167](https://github.com/hashicorp/vault/pull/26167)]
@@ -735,10 +731,6 @@ leading to failure to complete merkle sync without a full re-index. [[GH-23013](
## 1.15.11 Enterprise
### June 26, 2024
CHANGES:
* auth/jwt: Revert [GH-295](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/295) which changed the way JWT `aud` claims were validated.
BUG FIXES:
* cli/debug: Fix resource leak in CLI debug command. [[GH-26167](https://github.com/hashicorp/vault/pull/26167)]