diff --git a/docs/.vuepress/pr-feed-config.json b/docs/.vuepress/pr-feed-config.json index 4634db131..a8be4dac4 100644 --- a/docs/.vuepress/pr-feed-config.json +++ b/docs/.vuepress/pr-feed-config.json @@ -3,7 +3,7 @@ "version": "5.18.0", "lastSelfHostedDate": "2025-12-16", "lastSaasRelease": "2025-11-24", - "lastSaasCut": "rba/5.19-RBA-20260107-18ac2eb-9f53a6c", + "lastSaasCut": "rba/5.19-RBA-20260114-b13ab43-06d8f74", "description": "Last self-hosted release version and date" } } diff --git a/docs/.vuepress/public/feeds/development-atom.xml b/docs/.vuepress/public/feeds/development-atom.xml index fc120325d..f06bb047a 100644 --- a/docs/.vuepress/public/feeds/development-atom.xml +++ b/docs/.vuepress/public/feeds/development-atom.xml @@ -3,9 +3,16 @@ Rundeck Development Updates - 2026-01-07T19:35:27.592Z + 2026-01-14T20:31:02.566Z https://docs.rundeck.com/feeds/development Recent merged pull requests and development updates from Rundeck + + Bump azureStorageVersion to 1.0.4 + + rundeck-pr-rundeckpro-4556 + 2026-01-12T14:59:04.000Z + Bump azureStorageVersion to 1.0.4 (Merged: Jan 12, 2026) + Update Remco to newer commit that remediates some CVEs @@ -13,6 +20,13 @@ 2026-01-07T17:28:56.000Z Update Remco to newer commit that remediates some CVEs (Merged: Jan 7, 2026) + + Allow executions up to 12 hours for Aws ssm using assume role + + rundeck-pr-rundeckpro-4537 + 2026-01-06T20:16:48.000Z + Allow executions up to 12 hours for Aws ssm using assume role (Merged: Jan 6, 2026) + Hashi corp vault integration modification time issue diff --git a/docs/.vuepress/public/feeds/development.xml b/docs/.vuepress/public/feeds/development.xml index 337a48810..8c827d240 100644 --- a/docs/.vuepress/public/feeds/development.xml +++ b/docs/.vuepress/public/feeds/development.xml @@ -5,8 +5,15 @@ https://docs.rundeck.com/docs Recent merged pull requests and development updates from Rundeck en-us - Wed, 07 Jan 2026 19:35:27 GMT + Wed, 14 Jan 2026 20:31:02 GMT + + Bump azureStorageVersion to 1.0.4 + https://docs.rundeck.com/docs/history/updates/ + Bump azureStorageVersion to 1.0.4 (Merged: Jan 12, 2026) + Mon, 12 Jan 2026 14:59:04 GMT + rundeck-pr-rundeckpro-4556 + Update Remco to newer commit that remediates some CVEs https://docs.rundeck.com/docs/history/updates/ @@ -14,6 +21,13 @@ Wed, 07 Jan 2026 17:28:56 GMT rundeck-pr-rundeck-9936 + + Allow executions up to 12 hours for Aws ssm using assume role + https://docs.rundeck.com/docs/history/updates/ + Allow executions up to 12 hours for Aws ssm using assume role (Merged: Jan 6, 2026) + Tue, 06 Jan 2026 20:16:48 GMT + rundeck-pr-rundeckpro-4537 + Hashi corp vault integration modification time issue https://docs.rundeck.com/docs/history/updates/ diff --git a/docs/history/updates/index.md b/docs/history/updates/index.md index 070e7428d..835f02014 100644 --- a/docs/history/updates/index.md +++ b/docs/history/updates/index.md @@ -1,7 +1,7 @@ --- title: Recent Updates description: Latest merged changes from the Rundeck development team -date: 2026-01-07T19:35:27.567Z +date: 2026-01-14T20:31:02.542Z feed: true index: true --- @@ -18,16 +18,25 @@ This page shows recently merged pull requests from both the Runbook Automation p ## Recent Changes +#### ::circle-dot:: Bump azureStorageVersion to 1.0.4 + + + Bump aiohttp to 3.13.3 minimum for CVE-2025-69223, CVE-2025-69227, and CVE-2025-69228 #### ::circle-dot:: Update Remco to newer commit that remediates some CVEs [PR #9936](https://github.com/rundeck/rundeck/pull/9936) Enhanced Docker image security by updating Remco (the configuration management tool) to a newer version that remediates three security vulnerabilities (CVE-2025-4673, CVE-2025-22872, and CVE-2025-47906), strengthening the security posture of Rundeck container deployments. +#### ::circle-dot:: Allow executions up to 12 hours for Aws ssm using assume role + + + Enhanced AWS SSM node executor to support execution durations up to 12 hours when using AssumeRole authentication, enabling longer-running operations for cross-account AWS deployments. The system now automatically validates and adjusts timeout values to ensure compliance with AWS service limits, preventing execution failures due to timeout configuration errors. + #### ::circle-dot:: Hashi corp vault integration modification time issue - -Fixed an issue where Vault keys displayed incorrect modification and creation timestamps in Rundeck due to missing metadata. + Fixed an issue where Vault keys displayed incorrect modification and creation timestamps in Rundeck due to missing metadata. #### ::circle-dot:: Issues with ansible inline workflow executions where it shows an unwanted output @@ -42,7 +51,7 @@ This page shows recently merged pull requests from both the Runbook Automation p #### ::circle-dot:: Promote workflow tab out of alphaUi [PR #9928](https://github.com/rundeck/rundeck/pull/9928) - <!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.--> + <!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.--> Promote workflow tab out from alpha state. The updated ui will be accessible for all users with the nextUi flag enabled. @@ -66,6 +75,6 @@ The development updates are automatically generated from both our private reposi --- -**List Last updated:** 2026-01-07 +**List Last updated:** 2026-01-14