Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ Found | Fixed | Workaround | Edition | Issue
1.18.4 | No | **Yes** | All | [Failing credential refresh for Snowflake DB secrets engine key pair authentication](/vault/docs/v1.19.x/updates/important-changes#snowflake-keypair-refresh)
1.19.0 | No | No | All | [Writing configuration to local auth mount (ldap, aws, gcp, azure) ignores local flag](/vault/docs/v1.19.x/updates/important-changes#local-auth-known-issue)
1.19.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.19.x/updates/important-changes#missed-events)
1.19.0 | 1.19.11 | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.19.x/updates/important-changes#multi-seal-rewrap)
1.19.0 | 1.19.11 | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.19.x/updates/important-changes#multi-seal-rewrap)
1.19.0 | 1.19.10 | Upgrade. | Enterprise | [Rotation manager job creation will fail, spawning large number of goroutines](/vault/docs/v1.19.x/updates/important-changes#rotation-manager-goroutines)
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Found | Fixed | Workaround | Edition | Issue
1.20.0 | 1.20.1 | **Yes** | All | [Duplicate LDAP password rotations on standby node check-in](/vault/docs/v1.20.x/updates/important-changes#ldap-checkin)
1.20.0 | No | No | All | [Writing configuration to local auth mount (ldap, aws, gcp, azure) ignores local flag](/vault/docs/v1.20.x/updates/important-changes#local-auth-known-issue)
1.20.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.20.x/updates/important-changes#missed-events)
1.20.0 | 1.20.5 | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.20.x/updates/important-changes#multi-seal-rewrap)
1.20.0 | 1.20.5 | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.20.x/updates/important-changes#multi-seal-rewrap)
1.19.0 | 1.20.14 | Upgrade. | Enterprise | [Rotation manager job creation will fail, spawning large number of goroutines](/vault/docs/v1.19.x/updates/important-changes#rotation-manager-goroutines)
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,21 @@ Explicitly set the default endpoint and region when configuring sts:

## Known issues

### Rotation registrations failing ((#rotation-manager-goroutines))

| Change | Affected version | Fixed version
| ------------ | ---------------- | -------------
| Known Issue | 1.19.0 | 1.19.10

Rotation manager configurations and jobs may cause Vault to hold a lock
indefinitely and cause multiple downstream effects including failures to create
new rotation jobs and failed authentication for methods configured to use
rotation manager.

#### Workaround

Upgrade to 1.19.10 or the latest version of 1.20.x or 1.21.x.

### AWS auto join fails on startup ((#aws-auto-join)).

| Change | Status | Affected version | Fixed version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,21 @@ their existing schedule until you manually update rotation with an API call.

## Known issues

### Rotation registrations failing ((#rotation-manager-goroutines))

| Change | Affected version | Fixed version
| ------------ | ---------------- | -------------
| Known Issue | 1.20.0 | 1.20.4

Rotation manager configurations and jobs may cause Vault to hold a lock
indefinitely and cause multiple downstream effects including failures to create
new rotation jobs and failed authentication for methods configured to use
rotation manager.

#### Workaround

Upgrade to 1.20.4+ or 1.21.x.

### AWS auto join fails on startup ((#aws-auto-join)).

| Change | Status | Affected version | Fixed version
Expand Down
Loading