|
3 | 3 | - [v1.0.0 - v1.9.10](CHANGELOG-pre-v1.10.md)
|
4 | 4 | - [v0.11.6 and earlier](CHANGELOG-v0.md)
|
5 | 5 |
|
| 6 | +## 1.18.4 |
| 7 | +### January 30, 2025 |
| 8 | + |
| 9 | +CHANGES: |
| 10 | + |
| 11 | +* auth/cf: Update plugin to v0.19.1 [[GH-29295](https://github.com/hashicorp/vault/pull/29295)] |
| 12 | +* sdk: Updated golang and dependency versions to be consistent across core, API, SDK to address [[GO-2024-3333](https://pkg.go.dev/vuln/GO-2024-3333)] and ensure version consistency [[GH-29422](https://github.com/hashicorp/vault/pull/29422)] |
| 13 | + |
| 14 | +IMPROVEMENTS: |
| 15 | + |
| 16 | +* plugins (enterprise): The Database secrets engine now allows skipping the automatic rotation of static roles during import. |
| 17 | +* events (enterprise): Use the `path` event metadata field when authorizing a client's `subscribe` capability for consuming an event, instead of requiring `data_path` to be present in the event metadata. |
| 18 | +* ui: Adds navigation for LDAP hierarchical libraries [[GH-29293](https://github.com/hashicorp/vault/pull/29293)] |
| 19 | +* ui: Adds params to postgresql database to improve editing a connection in the web browser. [[GH-29200](https://github.com/hashicorp/vault/pull/29200)] |
| 20 | + |
| 21 | +BUG FIXES: |
| 22 | + |
| 23 | +* activity: Include activity records from clients created by deleted or disabled auth mounts in Export API response. [[GH-29376](https://github.com/hashicorp/vault/pull/29376)] |
| 24 | +* core: Prevent integer overflows of the barrier key counter on key rotation requests [[GH-29176](https://github.com/hashicorp/vault/pull/29176)] |
| 25 | +* database/mssql: Fix a bug where contained databases would silently fail root rotation if a custom root rotation statement was not provided. [[GH-29399](https://github.com/hashicorp/vault/pull/29399)] |
| 26 | +* plugins: Fix a bug that causes zombie dbus-daemon processes on certain systems. [[GH-29334](https://github.com/hashicorp/vault/pull/29334)] |
| 27 | +* sdk/database: Fix a bug where slow database connections can cause goroutines to be blocked. [[GH-29097](https://github.com/hashicorp/vault/pull/29097)] |
| 28 | +* secrets/pki: Fix a bug that prevented the full CA chain to be used when enforcing name constraints. [[GH-29255](https://github.com/hashicorp/vault/pull/29255)] |
| 29 | +* sentinel (enterprise): No longer report inaccurate log messages for when failing an advisory policy. |
| 30 | +* ui (enterprise): Fixes login to web UI when MFA is enabled for SAML auth methods [[GH-28873](https://github.com/hashicorp/vault/pull/28873)] |
| 31 | +* ui: Fixes login to web UI when MFA is enabled for OIDC (i.e. azure, auth0) and Okta auth methods [[GH-28873](https://github.com/hashicorp/vault/pull/28873)] |
| 32 | +* ui: Fixes navigation for quick actions in LDAP roles' popup menu [[GH-29293](https://github.com/hashicorp/vault/pull/29293)] |
| 33 | + |
| 34 | + |
6 | 35 | ## 1.18.3
|
7 | 36 | ### December 18, 2024
|
8 | 37 |
|
@@ -317,6 +346,34 @@ use versioned plugins. [[GH-27881](https://github.com/hashicorp/vault/pull/27881
|
317 | 346 | * ui: fixes renew-self being called right after login for non-renewable tokens [[GH-28204](https://github.com/hashicorp/vault/pull/28204)]
|
318 | 347 | * ui: fixes toast (flash) alert message saying "created" when deleting a kv v2 secret [[GH-28093](https://github.com/hashicorp/vault/pull/28093)]
|
319 | 348 |
|
| 349 | +## 1.17.11 Enterprise |
| 350 | +### January 30, 2025 |
| 351 | + |
| 352 | +CHANGES: |
| 353 | + |
| 354 | +* auth/cf: Update plugin to v0.19.1 [[GH-29295](https://github.com/hashicorp/vault/pull/29295)] |
| 355 | +* sdk: Updated golang and dependency versions to be consistent across core, API, SDK to address [[GO-2024-3333](https://pkg.go.dev/vuln/GO-2024-3333)] and ensure version consistency [[GH-29422](https://github.com/hashicorp/vault/pull/29422)] |
| 356 | + |
| 357 | +IMPROVEMENTS: |
| 358 | + |
| 359 | +* plugins (enterprise): The Database secrets engine now allows skipping the automatic rotation of static roles during import. |
| 360 | +* events (enterprise): Use the `path` event metadata field when authorizing a client's `subscribe` capability for consuming an event, instead of requiring `data_path` to be present in the event metadata. |
| 361 | +* ui: Adds navigation for LDAP hierarchical libraries [[GH-29293](https://github.com/hashicorp/vault/pull/29293)] |
| 362 | +* ui: Adds params to postgresql database to improve editing a connection in the web browser. [[GH-29200](https://github.com/hashicorp/vault/pull/29200)] |
| 363 | + |
| 364 | +BUG FIXES: |
| 365 | + |
| 366 | +* activity: Include activity records from clients created by deleted or disabled auth mounts in Export API response. [[GH-29376](https://github.com/hashicorp/vault/pull/29376)] |
| 367 | +* core: Prevent integer overflows of the barrier key counter on key rotation requests [[GH-29176](https://github.com/hashicorp/vault/pull/29176)] |
| 368 | +* database/mssql: Fix a bug where contained databases would silently fail root rotation if a custom root rotation statement was not provided. [[GH-29399](https://github.com/hashicorp/vault/pull/29399)] |
| 369 | +* plugins: Fix a bug that causes zombie dbus-daemon processes on certain systems. [[GH-29334](https://github.com/hashicorp/vault/pull/29334)] |
| 370 | +* sdk/database: Fix a bug where slow database connections can cause goroutines to be blocked. [[GH-29097](https://github.com/hashicorp/vault/pull/29097)] |
| 371 | +* secrets/pki: Fix a bug that prevented the full CA chain to be used when enforcing name constraints. [[GH-29255](https://github.com/hashicorp/vault/pull/29255)] |
| 372 | +* sentinel (enterprise): No longer report inaccurate log messages for when failing an advisory policy. |
| 373 | +* ui (enterprise): Fixes login to web UI when MFA is enabled for SAML auth methods [[GH-28873](https://github.com/hashicorp/vault/pull/28873)] |
| 374 | +* ui: Fixes login to web UI when MFA is enabled for OIDC (i.e. azure, auth0) and Okta auth methods [[GH-28873](https://github.com/hashicorp/vault/pull/28873)] |
| 375 | +* ui: Fixes navigation for quick actions in LDAP roles' popup menu [[GH-29293](https://github.com/hashicorp/vault/pull/29293)] |
| 376 | + |
320 | 377 | ## 1.17.10 Enterprise
|
321 | 378 | ### December 18, 2024
|
322 | 379 |
|
@@ -786,6 +843,37 @@ autopilot to fail to discover new server versions and so not trigger an upgrade.
|
786 | 843 | * 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)]
|
787 | 844 | * ui: fixes undefined start time in filename for downloaded client count attribution csv [[GH-26485](https://github.com/hashicorp/vault/pull/26485)]
|
788 | 845 |
|
| 846 | +## 1.16.15 Enterprise |
| 847 | +### January 30, 2025 |
| 848 | + |
| 849 | +**Enterprise LTS:** Vault Enterprise 1.16 is a [Long-Term Support (LTS)](https://developer.hashicorp.com/vault/docs/enterprise/lts) release. |
| 850 | + |
| 851 | +CHANGES: |
| 852 | + |
| 853 | +* auth/cf: Update plugin to v0.19.1 [[GH-29295](https://github.com/hashicorp/vault/pull/29295)] |
| 854 | +* sdk: Updated golang and dependency versions to be consistent across core, API, SDK to address [[GO-2024-3333](https://pkg.go.dev/vuln/GO-2024-3333)] and ensure version consistency [[GH-29422](https://github.com/hashicorp/vault/pull/29422)] |
| 855 | + |
| 856 | +IMPROVEMENTS: |
| 857 | + |
| 858 | +* plugins (enterprise): The Database secrets engine now allows skipping the automatic rotation of static roles during import. |
| 859 | +* events (enterprise): Use the `path` event metadata field when authorizing a client's `subscribe` capability for consuming an event, instead of requiring `data_path` to be present in the event metadata. |
| 860 | +* ui: Adds navigation for LDAP hierarchical libraries [[GH-29293](https://github.com/hashicorp/vault/pull/29293)] |
| 861 | +* ui: Adds params to postgresql database to improve editing a connection in the web browser. [[GH-29200](https://github.com/hashicorp/vault/pull/29200)] |
| 862 | + |
| 863 | +BUG FIXES: |
| 864 | + |
| 865 | +* activity: Include activity records from clients created by deleted or disabled auth mounts in Export API response. [[GH-29376](https://github.com/hashicorp/vault/pull/29376)] |
| 866 | +* core: Prevent integer overflows of the barrier key counter on key rotation requests [[GH-29176](https://github.com/hashicorp/vault/pull/29176)] |
| 867 | +* database/mssql: Fix a bug where contained databases would silently fail root rotation if a custom root rotation statement was not provided. [[GH-29399](https://github.com/hashicorp/vault/pull/29399)] |
| 868 | +* plugins: Fix a bug that causes zombie dbus-daemon processes on certain systems. [[GH-29334](https://github.com/hashicorp/vault/pull/29334)] |
| 869 | +* sdk/database: Fix a bug where slow database connections can cause goroutines to be blocked. [[GH-29097](https://github.com/hashicorp/vault/pull/29097)] |
| 870 | +* secrets/pki: Fix a bug that prevented the full CA chain to be used when enforcing name constraints. [[GH-29255](https://github.com/hashicorp/vault/pull/29255)] |
| 871 | +* sentinel (enterprise): No longer report inaccurate log messages for when failing an advisory policy. |
| 872 | +* ui (enterprise): Fixes login to web UI when MFA is enabled for SAML auth methods [[GH-28873](https://github.com/hashicorp/vault/pull/28873)] |
| 873 | +* ui: Fixes login to web UI when MFA is enabled for OIDC (i.e. azure, auth0) and Okta auth methods [[GH-28873](https://github.com/hashicorp/vault/pull/28873)] |
| 874 | +* ui: Fixes navigation for quick actions in LDAP roles' popup menu [[GH-29293](https://github.com/hashicorp/vault/pull/29293)] |
| 875 | + |
| 876 | + |
789 | 877 | ## 1.16.14 Enterprise
|
790 | 878 | ### December 18, 2024
|
791 | 879 |
|
|
0 commit comments