From 186e99d81d608617d2472fdc51d47fcc9750a1d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Jan 2026 20:31:02 +0000 Subject: [PATCH 1/2] Update PR feed configuration for rba/5.19-RBA-20260114-b13ab43-06d8f74 - Updated lastSaasCut to rba/5.19-RBA-20260114-b13ab43-06d8f74 - Regenerated PR feed files - Updated markdown page and RSS/Atom feeds --- docs/.vuepress/pr-feed-config.json | 2 +- .../public/feeds/development-atom.xml | 23 ++++++++++++++++++- docs/.vuepress/public/feeds/development.xml | 23 ++++++++++++++++++- docs/history/updates/index.md | 21 ++++++++++++++--- 4 files changed, 63 insertions(+), 6 deletions(-) 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..47616acdf 100644 --- a/docs/.vuepress/public/feeds/development-atom.xml +++ b/docs/.vuepress/public/feeds/development-atom.xml @@ -3,9 +3,23 @@ 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 + + Implement performance optimization for the Job UI Metrics + + rundeck-pr-rundeckpro-4502 + 2026-01-14T18:57:46.000Z + Implement performance optimization for the Job UI Metrics (Merged: Jan 14, 2026) + + + 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 +27,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..cb8e2795e 100644 --- a/docs/.vuepress/public/feeds/development.xml +++ b/docs/.vuepress/public/feeds/development.xml @@ -5,8 +5,22 @@ 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 + + Implement performance optimization for the Job UI Metrics + https://docs.rundeck.com/docs/history/updates/ + Implement performance optimization for the Job UI Metrics (Merged: Jan 14, 2026) + Wed, 14 Jan 2026 18:57:46 GMT + rundeck-pr-rundeckpro-4502 + + + 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 +28,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..908e9e506 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 --- @@ -19,15 +19,30 @@ This page shows recently merged pull requests from both the Runbook Automation p ## Recent Changes +#### ::circle-dot:: Implement performance optimization for the Job UI Metrics + + + Significantly improved the performance of Job UI Metrics by introducing batch processing that fetches metrics for all jobs in a single API call instead of making individual requests for each job, reducing page load times from minutes to seconds in projects with many jobs and eliminating timeout issues caused by excessive database queries. + +#### ::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 @@ -66,6 +81,6 @@ The development updates are automatically generated from both our private reposi --- -**List Last updated:** 2026-01-07 +**List Last updated:** 2026-01-14 From 0fe321af61742a4e33b00182a864695e59fe28c8 Mon Sep 17 00:00:00 2001 From: Rundeck CI Date: Thu, 15 Jan 2026 15:08:53 -0800 Subject: [PATCH 2/2] This feature will be turned on in a future version in SaaS. --- docs/.vuepress/public/feeds/development-atom.xml | 7 ------- docs/.vuepress/public/feeds/development.xml | 7 ------- docs/history/updates/index.md | 8 +------- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/docs/.vuepress/public/feeds/development-atom.xml b/docs/.vuepress/public/feeds/development-atom.xml index 47616acdf..f06bb047a 100644 --- a/docs/.vuepress/public/feeds/development-atom.xml +++ b/docs/.vuepress/public/feeds/development-atom.xml @@ -6,13 +6,6 @@ 2026-01-14T20:31:02.566Z https://docs.rundeck.com/feeds/development Recent merged pull requests and development updates from Rundeck - - Implement performance optimization for the Job UI Metrics - - rundeck-pr-rundeckpro-4502 - 2026-01-14T18:57:46.000Z - Implement performance optimization for the Job UI Metrics (Merged: Jan 14, 2026) - Bump azureStorageVersion to 1.0.4 diff --git a/docs/.vuepress/public/feeds/development.xml b/docs/.vuepress/public/feeds/development.xml index cb8e2795e..8c827d240 100644 --- a/docs/.vuepress/public/feeds/development.xml +++ b/docs/.vuepress/public/feeds/development.xml @@ -7,13 +7,6 @@ en-us Wed, 14 Jan 2026 20:31:02 GMT - - Implement performance optimization for the Job UI Metrics - https://docs.rundeck.com/docs/history/updates/ - Implement performance optimization for the Job UI Metrics (Merged: Jan 14, 2026) - Wed, 14 Jan 2026 18:57:46 GMT - rundeck-pr-rundeckpro-4502 - Bump azureStorageVersion to 1.0.4 https://docs.rundeck.com/docs/history/updates/ diff --git a/docs/history/updates/index.md b/docs/history/updates/index.md index 908e9e506..835f02014 100644 --- a/docs/history/updates/index.md +++ b/docs/history/updates/index.md @@ -18,12 +18,6 @@ This page shows recently merged pull requests from both the Runbook Automation p ## Recent Changes - -#### ::circle-dot:: Implement performance optimization for the Job UI Metrics - - - Significantly improved the performance of Job UI Metrics by introducing batch processing that fetches metrics for all jobs in a single API call instead of making individual requests for each job, reducing page load times from minutes to seconds in projects with many jobs and eliminating timeout issues caused by excessive database queries. - #### ::circle-dot:: Bump azureStorageVersion to 1.0.4 @@ -57,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.