Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/pr-feed-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
16 changes: 15 additions & 1 deletion docs/.vuepress/public/feeds/development-atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,30 @@
<title>Rundeck Development Updates</title>
<link href="https://docs.rundeck.com/feeds/development.xml" rel="self" />
<link href="https://docs.rundeck.com/docs" />
<updated>2026-01-07T19:35:27.592Z</updated>
<updated>2026-01-14T20:31:02.566Z</updated>
<id>https://docs.rundeck.com/feeds/development</id>
<subtitle>Recent merged pull requests and development updates from Rundeck</subtitle>
<entry>
<title>Bump azureStorageVersion to 1.0.4</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeckpro-4556</id>
<updated>2026-01-12T14:59:04.000Z</updated>
<content type="text">Bump azureStorageVersion to 1.0.4 (Merged: Jan 12, 2026)</content>
</entry>
<entry>
<title>Update Remco to newer commit that remediates some CVEs</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeck-9936</id>
<updated>2026-01-07T17:28:56.000Z</updated>
<content type="text">Update Remco to newer commit that remediates some CVEs (Merged: Jan 7, 2026)</content>
</entry>
<entry>
<title>Allow executions up to 12 hours for Aws ssm using assume role</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeckpro-4537</id>
<updated>2026-01-06T20:16:48.000Z</updated>
<content type="text">Allow executions up to 12 hours for Aws ssm using assume role (Merged: Jan 6, 2026)</content>
</entry>
<entry>
<title>Hashi corp vault integration modification time issue</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
Expand Down
16 changes: 15 additions & 1 deletion docs/.vuepress/public/feeds/development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,29 @@
<link>https://docs.rundeck.com/docs</link>
<description>Recent merged pull requests and development updates from Rundeck</description>
<language>en-us</language>
<lastBuildDate>Wed, 07 Jan 2026 19:35:27 GMT</lastBuildDate>
<lastBuildDate>Wed, 14 Jan 2026 20:31:02 GMT</lastBuildDate>
<atom:link href="https://docs.rundeck.com/feeds/development.xml" rel="self" type="application/rss+xml" />
<item>
<title>Bump azureStorageVersion to 1.0.4</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Bump azureStorageVersion to 1.0.4 (Merged: Jan 12, 2026)</description>
<pubDate>Mon, 12 Jan 2026 14:59:04 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeckpro-4556</guid>
</item>
<item>
<title>Update Remco to newer commit that remediates some CVEs</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Update Remco to newer commit that remediates some CVEs (Merged: Jan 7, 2026)</description>
<pubDate>Wed, 07 Jan 2026 17:28:56 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeck-9936</guid>
</item>
<item>
<title>Allow executions up to 12 hours for Aws ssm using assume role</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Allow executions up to 12 hours for Aws ssm using assume role (Merged: Jan 6, 2026)</description>
<pubDate>Tue, 06 Jan 2026 20:16:48 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeckpro-4537</guid>
</item>
<item>
<title>Hashi corp vault integration modification time issue</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
Expand Down
17 changes: 13 additions & 4 deletions docs/history/updates/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand All @@ -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

Expand All @@ -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)


&lt;!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.--&gt;
&lt;!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.--&gt;
Promote workflow tab out from alpha state. The updated ui will be accessible for all users with the nextUi flag enabled.


Expand All @@ -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


Loading