From e70e4fcb12bbd5fc7e32d6d9ef5fb64d96ef5145 Mon Sep 17 00:00:00 2001 From: ktroller Date: Fri, 24 Apr 2026 10:59:29 -0300 Subject: [PATCH 1/2] W-21551268: Clarify wording in Failed Automated Updates section Reword the IMPORTANT note to say "does not receive any patches for two consecutive months" instead of "fails to be automatically updated after two monthly patching cycles" for clarity. Made-with: Cursor --- .../ROOT/pages/cloudhub-app-runtime-version-updates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc b/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc index 08766c193..2af9b827d 100644 --- a/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc +++ b/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc @@ -253,7 +253,7 @@ Possible failure reasons include but are not limited to: [IMPORTANT] -Using a runtime version that is more than three months old can introduce security vulnerabilities. If your application fails to be automatically updated after two monthly patching cycles, the application is stopped and force-updated to the latest patch version. Applications that fail to start require your action to address patches. +Using a runtime version that is more than three months old can introduce security vulnerabilities. If your application doesn't receive any patches for two consecutive months, the application is stopped and force-updated to the latest patch version. Applications that fail to start require your action to address patches. == See Also From 37bce66ed9fe7d27ecab15f499c3ab83083e3c61 Mon Sep 17 00:00:00 2001 From: Kevin Troller Date: Tue, 28 Apr 2026 13:21:55 -0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Isaac Eldridge --- .../ROOT/pages/cloudhub-app-runtime-version-updates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc b/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc index 2af9b827d..341e85813 100644 --- a/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc +++ b/cloudhub/modules/ROOT/pages/cloudhub-app-runtime-version-updates.adoc @@ -253,7 +253,7 @@ Possible failure reasons include but are not limited to: [IMPORTANT] -Using a runtime version that is more than three months old can introduce security vulnerabilities. If your application doesn't receive any patches for two consecutive months, the application is stopped and force-updated to the latest patch version. Applications that fail to start require your action to address patches. +To avoid introducing security vulnerabilities, if your application doesn't receive any patches for two consecutive months, the application is stopped and force-updated to the latest patch version. Applications that fail to start require your action to address patches. == See Also