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,20 @@ 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.20.0 | 1.19.10, 1.20.4, 1.21.0

Rotation manager configurations and jobs may cause a lock to be held indefinitely. This
can have a down stream effect on being able to create new rotation jobs, authentication
using configs with rotation manager configured, or other unknown effects.

#### Workaround

Upgrade to one of the following versions - 1.19.10, 1.20.4, 1.21.0

### 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,20 @@ 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.19.0, 1.20.0 | 1.19.10, 1.20.4, 1.21.0

Rotation manager configurations and jobs may cause a lock to be held indefinitely. This
can have a down stream effect on being able to create new rotation jobs, authentication
using configs with rotation manager configured, or other unknown effects.

#### Workaround

Upgrade to one of the following versions - 1.19.10, 1.20.4, 1.21.0

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

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