diff --git a/content/vault/global/partials/important-changes/summary-tables/1_19.mdx b/content/vault/global/partials/important-changes/summary-tables/1_19.mdx index 044a5ff78f..93b55e4d0a 100644 --- a/content/vault/global/partials/important-changes/summary-tables/1_19.mdx +++ b/content/vault/global/partials/important-changes/summary-tables/1_19.mdx @@ -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) \ No newline at end of file +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) \ No newline at end of file diff --git a/content/vault/global/partials/important-changes/summary-tables/1_20.mdx b/content/vault/global/partials/important-changes/summary-tables/1_20.mdx index f810a2d59f..fb2146eb7f 100644 --- a/content/vault/global/partials/important-changes/summary-tables/1_20.mdx +++ b/content/vault/global/partials/important-changes/summary-tables/1_20.mdx @@ -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) \ No newline at end of file +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) \ No newline at end of file diff --git a/content/vault/v1.19.x/content/docs/updates/important-changes.mdx b/content/vault/v1.19.x/content/docs/updates/important-changes.mdx index a337a078c5..d793e637dc 100644 --- a/content/vault/v1.19.x/content/docs/updates/important-changes.mdx +++ b/content/vault/v1.19.x/content/docs/updates/important-changes.mdx @@ -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 diff --git a/content/vault/v1.20.x/content/docs/updates/important-changes.mdx b/content/vault/v1.20.x/content/docs/updates/important-changes.mdx index 2bcddec032..bda1ce6113 100644 --- a/content/vault/v1.20.x/content/docs/updates/important-changes.mdx +++ b/content/vault/v1.20.x/content/docs/updates/important-changes.mdx @@ -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