Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/31223.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
activity (enterprise): Fix `development_cluster` setting being overwritten on performance secondaries upon cluster reload.
```
4 changes: 2 additions & 2 deletions website/content/docs/updates/important-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ None.
| ------------ | ---------------- | --------------------
| Known issue | 1.20.0 | 1.20.1

Users receive an error when navigating to a KV v2 secret with an underscore in the name (e.g. `my_secret`)
Users receive an error when navigating to a KV v2 secret with an underscore in the name (e.g. `my_secret`)
if the user does not have policy permissions granting `read` access to the [`/subkeys` endpoint](/vault/api-docs/secret/kv/kv-v2#read-secret-subkeys).

#### Recommendation
Expand Down Expand Up @@ -236,7 +236,7 @@ rotations on the LDAP server.

| Change | Affected version | Fixed version
| ------------ |------------------| --------------------
| Known issue | 1.20.0 | N/A
| Known issue | 1.20.0 | 1.20.1

If the Vault process receives a `SIGHUP` and reloads a secondary performance
replication cluster, the cluster reverts to the locally configured
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Found | Recommendations | Edition | Issue
### Known issues

Found | Fixed | Workaround | Edition | Issue
------ |------- | ---------- | ---------- | -----
------ |--------| ---------- | ---------- | -----
1.20.0 | No | **Yes** | All | [Duplicate unseal/seal wrap HSM keys](/vault/docs/v1.20.x/updates/important-changes#hsm-keys)
1.20.0 | No | **Yes** | Enterprise | [Development cluster setting overwritten on secondary cluster reload](/vault/docs/v1.20.x/updates/important-changes#development-cluster-reload)
1.20.0 | 1.20.1 | **Yes** | Enterprise | [Development cluster setting overwritten on secondary cluster reload](/vault/docs/v1.20.x/updates/important-changes#development-cluster-reload)
1.20.0 | No | **Yes** | All | [UI login fails for auth mounts with underscores and unauthenticated listing](/vault/docs/v1.20.x/updates/important-changes#ui-login-underscore)
1.20.0 | No | **Yes** | All | [UI navigation to a KV v2 secret with an underscore errors without permissions to read subkeys](/vault/docs/v1.20.x/updates/important-changes#ui-kvv2-underscore-secrets)
Loading