v1.11.11
hashicorp/vaultv1.11.11Jun 7, 2023by hc-github-team-es-release-engineering
AI Summary
A maintenance release focusing on Go updates and bug fixes, including support for dumping pprof files to the filesystem and resolving race conditions in replication and token lockout handling.
Key Highlights
- Added support for dumping pprof files via SIGUSR2
- Bumped Go version to 1.19.9
- Fixed race conditions in replication and token lockout handling
- Fixed log shipper buffer size issues for 32-bit architectures
- Fixed PKI subject key identifier in read responses
Full Release Notes
## 1.11.11 ### June 08, 2023 CHANGES: * core: Bump Go version to 1.19.9. * core: Revert #19676 (VAULT_GRPC_MIN_CONNECT_TIMEOUT env var) as we decided it was unnecessary. [[GH-20826](https://github.com/hashicorp/vault/pull/20826)] IMPROVEMENTS: * command/server: Add support for dumping pprof files to the filesystem via SIGUSR2 when `VAULT_PPROF_WRITE_TO_FILE=true` is set on the server. [[GH-20609](https://github.com/hashicorp/vault/pull/20609)] * secrets/pki: add subject key identifier to read key response [[GH-20642](https://github.com/hashicorp/vault/pull/20642)] * ui: update TTL picker for consistency [[GH-18114](https://github.com/hashicorp/vault/pull/18114)] BUG FIXES: * api: Properly Handle nil identity_policies in Secret Data [[GH-20636](https://github.com/hashicorp/vault/pull/20636)] * auth/ldap: Set default value for `max_page_size` properly [[GH-20453](https://github.com/hashicorp/vault/pull/20453)] * cli: CLI should take days as a unit of time for ttl like flags [[GH-20477](https://github.com/hashicorp/vault/pull/20477)] * core (enterprise): Fix log shipper buffer size overflow issue for 32 bit architecture. * core (enterprise): Fix logshipper buffer size to default to DefaultBufferSize only when reported system memory is zero. * core (enterprise): Remove MFA Enforcment configuration for namespace when deleting namespace * core: prevent panic on login after namespace is deleted that had mfa enforcement [[GH-20375](https://github.com/hashicorp/vault/pull/20375)] * replication (enterprise): Fix a race condition with invalid tokens during WAL streaming that was causing Secondary clusters to be unable to connect to a Primary. * replication (enterprise): fix bug where secondary grpc connections would timeout when connecting to a primary host that no longer exists. * secrets/transform (enterprise): Fix a caching bug affecting secondary nodes after a tokenization key rotation