Skip to content

Commit 567a8d8

Browse files
ej-hashicirej2000mladlow
authored
Updates for minor versions in changelog.md (#31119)
* Updates for minor versions in changelog.md * Remove one extra enterprise Sorry @ej-hashi ! I think I said to change this but looking at the PR one more time this was actually not an enterprise-only release. --------- Co-authored-by: Eric Jones <cirej2013@gmail.com> Co-authored-by: Meggie <meggie@hashicorp.com>
1 parent abac619 commit 567a8d8

1 file changed

Lines changed: 112 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 112 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,42 @@ intermediate certificates. [[GH-30034](https://github.com/hashicorp/vault/pull/3
183183
* ui: MFA methods now display the namespace path instead of the namespace id. [[GH-29588](https://github.com/hashicorp/vault/pull/29588)]
184184
* ui: Redirect users authenticating with Vault as an OIDC provider to log in again when token expires. [[GH-30838](https://github.com/hashicorp/vault/pull/30838)]
185185

186+
## 1.19.6 Enterprise
187+
### June 25, 2025
188+
189+
**Enterprise LTS:** Vault Enterprise 1.19 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.
190+
191+
SECURITY:
192+
193+
* core: require a nonce when cancelling a rekey operation that was initiated within the last 10 minutes. [[GH-30794](https://github.com/hashicorp/vault/pull/30794)],[[HCSEC-2025-11](https://discuss.hashicorp.com/t/hcsec-2025-11-vault-vulnerable-to-recovery-key-cancellation-denial-of-service/75570)]
194+
195+
CHANGES:
196+
197+
* api: Update the default API client to check for the `Retry-After` header and, if it exists, wait for the specified duration before retrying the request. [[GH-30887](https://github.com/hashicorp/vault/pull/30887)]
198+
* auth/azure: Update plugin to v0.20.5
199+
* core: Bump Go version to 1.24.4.
200+
* quotas/rate-limit: Round up the `Retry-After` value to the nearest second when calculating the retry delay. [[GH-30887](https://github.com/hashicorp/vault/pull/30887)]
201+
* secrets/azure: Update plugin to v0.21.4 [[GH-30833](https://github.com/hashicorp/vault/pull/30833)]
202+
* secrets/database: Update vault-plugin-database-snowflake to v0.13.2 [[GH-30867](https://github.com/hashicorp/vault/pull/30867)]
203+
204+
IMPROVEMENTS:
205+
206+
* core: Improve memory use of path management for namespaces, auth methods, and secrets engines. Now Vault should handle larger numbers of namespaces and multiple instances of the same secrets engine or auth method more efficiently. [[GH-31022](https://github.com/hashicorp/vault/pull/31022)]
207+
208+
DEPRECATIONS:
209+
210+
* core: deprecate duplicate attributes in HCL configuration files and policy definitions [[GH-30386](https://github.com/hashicorp/vault/pull/30386)]
211+
212+
BUG FIXES:
213+
214+
* core: Fix string contains check in Identity APIs to be case-insensitive. [[GH-31045](https://github.com/hashicorp/vault/pull/31045)]
215+
* core: Omit automatic version control information of the main module from compiled Vault binaries [[GH-30926](https://github.com/hashicorp/vault/pull/30926)]
216+
* secrets/database: Treat all rotation_schedule values as UTC to ensure consistent behavior. [[GH-30606](https://github.com/hashicorp/vault/pull/30606)]
217+
* secrets/transit (enterprise): ensure verify endpoint always returns valid field in batch_results with CMAC
218+
* secrets/transit: ensure verify endpoint always returns valid field in batch_results with HMAC [[GH-30852](https://github.com/hashicorp/vault/pull/30852)]
219+
* ui/kmip: Fixes KMIP credentials view and displays `private_key` after generating [[GH-30778](https://github.com/hashicorp/vault/pull/30778)]
220+
* ui: Redirect users authenticating with Vault as an OIDC provider to log in again when token expires. [[GH-30838](https://github.com/hashicorp/vault/pull/30838)]
221+
186222
## 1.19.5
187223
### May 30, 2025
188224

@@ -549,7 +585,31 @@ Unblocks customers that were stuck in a failing loop when attempting to rotate s
549585
* 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)]
550586
* 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)]
551587

552-
## 1.18.10
588+
## 1.18.11 Enterprise
589+
### June 25, 2025
590+
591+
SECURITY:
592+
593+
* core: require a nonce when cancelling a rekey operation that was initiated within the last 10 minutes. [[GH-30794](https://github.com/hashicorp/vault/pull/30794)],[[HCSEC-2025-11](https://discuss.hashicorp.com/t/hcsec-2025-11-vault-vulnerable-to-recovery-key-cancellation-denial-of-service/75570)]
594+
595+
CHANGES:
596+
597+
* api: Update the default API client to check for the `Retry-After` header and, if it exists, wait for the specified duration before retrying the request. [[GH-30887](https://github.com/hashicorp/vault/pull/30887)]
598+
* auth/azure: Update plugin to v0.19.5
599+
* core: Bump Go version to 1.23.10.
600+
* quotas/rate-limit: Round up the `Retry-After` value to the nearest second when calculating the retry delay. [[GH-30887](https://github.com/hashicorp/vault/pull/30887)]
601+
* secrets/azure: Update plugin to v0.20.3
602+
* secrets/database: Update vault-plugin-database-snowflake to v0.12.2
603+
604+
BUG FIXES:
605+
606+
* core: Fix string contains check in Identity APIs to be case-insensitive. [[GH-31045](https://github.com/hashicorp/vault/pull/31045)]
607+
* secrets/database: Treat all rotation_schedule values as UTC to ensure consistent behavior. [[GH-30606](https://github.com/hashicorp/vault/pull/30606)]
608+
* secrets/transit (enterprise): ensure verify endpoint always returns valid field in batch_results with CMAC
609+
* secrets/transit: ensure verify endpoint always returns valid field in batch_results with HMAC [[GH-30852](https://github.com/hashicorp/vault/pull/30852)]
610+
* ui: Redirect users authenticating with Vault as an OIDC provider to log in again when token expires. [[GH-30838](https://github.com/hashicorp/vault/pull/30838)]
611+
612+
## 1.18.10 Enterprise
553613
### May 30, 2025
554614

555615
CHANGES:
@@ -1019,7 +1079,32 @@ use versioned plugins. [[GH-27881](https://github.com/hashicorp/vault/pull/27881
10191079
* ui: fixes renew-self being called right after login for non-renewable tokens [[GH-28204](https://github.com/hashicorp/vault/pull/28204)]
10201080
* ui: fixes toast (flash) alert message saying "created" when deleting a kv v2 secret [[GH-28093](https://github.com/hashicorp/vault/pull/28093)]
10211081

1022-
## 1.17.17
1082+
## 1.17.18 Enterprise
1083+
### June 25, 2025
1084+
1085+
SECURITY:
1086+
1087+
* core: require a nonce when cancelling a rekey operation that was initiated within the last 10 minutes. [[GH-30794](https://github.com/hashicorp/vault/pull/30794)],[[HCSEC-2025-11](https://discuss.hashicorp.com/t/hcsec-2025-11-vault-vulnerable-to-recovery-key-cancellation-denial-of-service/75570)]
1088+
1089+
CHANGES:
1090+
1091+
* api: Update the default API client to check for the `Retry-After` header and, if it exists, wait for the specified duration before retrying the request. [[GH-30887](https://github.com/hashicorp/vault/pull/30887)]
1092+
* auth/azure: Update plugin to v0.18.4
1093+
* core: Bump Go version to 1.23.10
1094+
* quotas/rate-limit: Round up the `Retry-After` value to the nearest second when calculating the retry delay. [[GH-30887](https://github.com/hashicorp/vault/pull/30887)]
1095+
* secrets/azure: Update plugin to v0.19.4
1096+
* secrets/database: Update vault-plugin-database-snowflake to v0.11.2
1097+
1098+
BUG FIXES:
1099+
1100+
* core: Fix string contains check in Identity APIs to be case-insensitive. [[GH-31045](https://github.com/hashicorp/vault/pull/31045)]
1101+
* secrets/database: Treat all rotation_schedule values as UTC to ensure consistent behavior. [[GH-30606](https://github.com/hashicorp/vault/pull/30606)]
1102+
* secrets/transit (enterprise): ensure verify endpoint always returns valid field in batch_results with CMAC
1103+
* secrets/transit: ensure verify endpoint always returns valid field in batch_results with HMAC [[GH-30852](https://github.com/hashicorp/vault/pull/30852)]
1104+
* ui: Redirect users authenticating with Vault as an OIDC provider to log in again when token expires. [[GH-30838](https://github.com/hashicorp/vault/pull/30838)]
1105+
1106+
1107+
## 1.17.17 Enterprise
10231108
### May 30, 2025
10241109

10251110
CHANGES:
@@ -1634,9 +1719,33 @@ autopilot to fail to discover new server versions and so not trigger an upgrade.
16341719
* 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)]
16351720
* ui: fixes undefined start time in filename for downloaded client count attribution csv [[GH-26485](https://github.com/hashicorp/vault/pull/26485)]
16361721

1637-
## 1.16.21
1722+
## 1.16.22 Enterprise
1723+
### June 25, 2025
1724+
1725+
**Enterprise LTS:** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.
1726+
1727+
SECURITY:
1728+
1729+
* core: require a nonce when cancelling a rekey operation that was initiated within the last 10 minutes. [[GH-30794](https://github.com/hashicorp/vault/pull/30794)],[[HCSEC-2025-11](https://discuss.hashicorp.com/t/hcsec-2025-11-vault-vulnerable-to-recovery-key-cancellation-denial-of-service/75570)]
1730+
1731+
CHANGES:
1732+
1733+
* auth/azure: Update plugin to v0.17.5
1734+
* core: Bump Go version to 1.23.10
1735+
* secrets/azure: Update plugin to v0.17.5
1736+
* secrets/database: Update vault-plugin-database-snowflake to v0.10.3
1737+
1738+
BUG FIXES:
1739+
1740+
* core: Fix string contains check in Identity APIs to be case-insensitive. [[GH-31045](https://github.com/hashicorp/vault/pull/31045)]
1741+
* secrets/database: Treat all rotation_schedule values as UTC to ensure consistent behavior. [[GH-30606](https://github.com/hashicorp/vault/pull/30606)]
1742+
1743+
## 1.16.21 Enterprise
16381744
### May 30, 2025
16391745

1746+
**Enterprise LTS:** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release.
1747+
1748+
16401749
CHANGES:
16411750

16421751
* Update vault-plugin-auth-cf to v0.18.2

0 commit comments

Comments
 (0)