mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Update CHANGELOG.md (#30456)
This commit is contained in:
parent
898258e1aa
commit
c019fa2bad
1 changed files with 47 additions and 0 deletions
47
CHANGELOG.md
47
CHANGELOG.md
|
|
@ -3,6 +3,24 @@
|
|||
- [v1.0.0 - v1.9.10](CHANGELOG-pre-v1.10.md)
|
||||
- [v0.11.6 and earlier](CHANGELOG-v0.md)
|
||||
|
||||
## 1.19.3
|
||||
### April 30, 2025
|
||||
|
||||
**Enterprise LTS:** Vault Enterprise 1.19 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.
|
||||
|
||||
CHANGES:
|
||||
|
||||
* auth/jwt: Update plugin to v0.23.2 [[GH-30434](https://github.com/hashicorp/vault/pull/30434)]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core (enterprise): fix issue with errors being swallowed on failed HSM logins.
|
||||
* database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [[GH-30320](https://github.com/hashicorp/vault/pull/30320)]
|
||||
* database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [[GH-30327](https://github.com/hashicorp/vault/pull/30327)]
|
||||
* identity: Fix non-deterministic merge behavior when two entities have conflicting local aliases. [[GH-30390](https://github.com/hashicorp/vault/pull/30390)]
|
||||
* plugins: plugin registration should honor the `plugin_tmpdir` config [[GH-29978](https://github.com/hashicorp/vault/pull/29978)]
|
||||
* secrets/aws: fix a case where GovCloud wasn't taken into account; fix a case where the region setting wasn't respected [[GH-30312](https://github.com/hashicorp/vault/pull/30312)]
|
||||
|
||||
## 1.19.2
|
||||
### April 18, 2025
|
||||
|
||||
|
|
@ -300,6 +318,15 @@ Unblocks customers that were stuck in a failing loop when attempting to rotate s
|
|||
* ui: No longer running decodeURIComponent on KVv2 list view allowing percent encoded data-octets in path name. [[GH-28698](https://github.com/hashicorp/vault/pull/28698)]
|
||||
* vault/diagnose: Fix time to expiration reporting within the TLS verification to not be a month off. [[GH-29128](https://github.com/hashicorp/vault/pull/29128)]
|
||||
|
||||
## 1.18.9 Enterprise
|
||||
### April 30, 2025
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core (enterprise): fix issue with errors being swallowed on failed HSM logins.
|
||||
* database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [[GH-30320](https://github.com/hashicorp/vault/pull/30320)]
|
||||
* database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [[GH-30327](https://github.com/hashicorp/vault/pull/30327)]
|
||||
|
||||
## 1.18.8 Enterprise
|
||||
### April 18, 2025
|
||||
|
||||
|
|
@ -734,6 +761,15 @@ use versioned plugins. [[GH-27881](https://github.com/hashicorp/vault/pull/27881
|
|||
* ui: fixes renew-self being called right after login for non-renewable tokens [[GH-28204](https://github.com/hashicorp/vault/pull/28204)]
|
||||
* ui: fixes toast (flash) alert message saying "created" when deleting a kv v2 secret [[GH-28093](https://github.com/hashicorp/vault/pull/28093)]
|
||||
|
||||
## 1.17.16 Enterprise
|
||||
### April 30, 2025
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core (enterprise): fix issue with errors being swallowed on failed HSM logins.
|
||||
* database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [[GH-30320](https://github.com/hashicorp/vault/pull/30320)]
|
||||
* database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [[GH-30327](https://github.com/hashicorp/vault/pull/30327)]
|
||||
|
||||
## 1.17.15 Enterprise
|
||||
### April 18, 2025
|
||||
|
||||
|
|
@ -1313,6 +1349,17 @@ autopilot to fail to discover new server versions and so not trigger an upgrade.
|
|||
* ui: fixed a bug where the replication pages did not update display when navigating between DR and performance [[GH-26325](https://github.com/hashicorp/vault/pull/26325)]
|
||||
* ui: fixes undefined start time in filename for downloaded client count attribution csv [[GH-26485](https://github.com/hashicorp/vault/pull/26485)]
|
||||
|
||||
## 1.16.20 Enterprise
|
||||
### April 30, 2025
|
||||
|
||||
**Enterprise LTS:** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* core (enterprise): fix issue with errors being swallowed on failed HSM logins.
|
||||
* database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [[GH-30320](https://github.com/hashicorp/vault/pull/30320)]
|
||||
* database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [[GH-30327](https://github.com/hashicorp/vault/pull/30327)]
|
||||
|
||||
## 1.16.19 Enterprise
|
||||
### April 18, 2025
|
||||
**Enterprise LTS: ** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](Long-term support for Vault | Vault | HashiCorp Developer ) release.
|
||||
|
|
|
|||
Loading…
Reference in a new issue