v1.11.10
hashicorp/vaultv1.11.10Apr 26, 2023by hc-github-team-es-release-engineering
AI Summary
A maintenance release updating Go to 1.19.8, adding detailed namespace output, and fixing various bugs in replication, LDAP, and the UI, specifically addressing race conditions in token forwarding and DR promotion.
Key Highlights
- Bumped Go version to 1.19.8
- Added detailed flag to output namespace IDs and metadata
- Fixed race conditions in token forwarding and DR promotion
- Fixed PKI leaf_not_after_behavior patching
- Fixed UI navigation and console formatting
Full Release Notes
## 1.11.10 ### April 26, 2023 CHANGES: * core: Bump Go version to 1.19.8. IMPROVEMENTS: * cli/namespace: Add detailed flag to output additional namespace information such as namespace IDs and custom metadata. [[GH-20243](https://github.com/hashicorp/vault/pull/20243)] * core/activity: add an endpoint to write test activity log data, guarded by a build flag [[GH-20019](https://github.com/hashicorp/vault/pull/20019)] * core: Add a `raft` sub-field to the `storage` and `ha_storage` details provided by the `/sys/config/state/sanitized` endpoint in order to include the `max_entry_size`. [[GH-20044](https://github.com/hashicorp/vault/pull/20044)] * sdk/ldaputil: added `connection_timeout` to tune connection timeout duration for all LDAP plugins. [[GH-20144](https://github.com/hashicorp/vault/pull/20144)] BUG FIXES: * auth/ldap: Add max_page_size configurable to LDAP configuration [[GH-19032](https://github.com/hashicorp/vault/pull/19032)] * core (enterprise): Fix intermittent issue with token entries sometimes not being found when using a newly created token in a request to a secondary, even when SSCT `new_token` forwarding is set. When this occurred, this would result in the following error to the client: `error performing token check: no lease entry found for token that ought to have one, possible eventual consistency issue`. * core (enterprise): Fix read on perf standbys failing with 412 after leadership change, unseal, restores or restarts when no writes occur * core/ssct (enterprise): Fixed race condition where a newly promoted DR may revert `sscGenCounter` resulting in 412 errors. * core: Fix regression breaking non-raft clusters whose nodes share the same cluster_addr/api_addr. [[GH-19721](https://github.com/hashicorp/vault/pull/19721)] * helper/random: Fix race condition in string generator helper [[GH-19875](https://github.com/hashicorp/vault/pull/19875)] * openapi: Fix many incorrect details in generated API spec, by using better techniques to parse path regexps [[GH-18554](https://github.com/hashicorp/vault/pull/18554)] * replication (enterprise): Fix replication status for Primary clusters showing its primary cluster's information (in case of DR) in secondaries field when known_secondaries field is nil * secrets/pki: Fix patching of leaf_not_after_behavior on issuers. [[GH-20341](https://github.com/hashicorp/vault/pull/20341)] * secrets/transform (enterprise): Address SQL connection leak when cleaning expired tokens * ui: Fix OIDC provider logo showing when domain doesn't match [[GH-20263](https://github.com/hashicorp/vault/pull/20263)] * ui: Fix bad link to namespace when namespace name includes `.` [[GH-19799](https://github.com/hashicorp/vault/pull/19799)] * ui: fixes browser console formatting for help command output [[GH-20064](https://github.com/hashicorp/vault/pull/20064)] * ui: remove use of htmlSafe except when first sanitized [[GH-20235](https://github.com/hashicorp/vault/pull/20235)]