You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/history/updates/index.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Recent Updates
3
3
description: Latest merged changes from the Rundeck development team
4
-
date: 2026-01-07T19:35:27.567Z
4
+
date: 2026-01-14T20:31:02.542Z
5
5
feed: true
6
6
index: true
7
7
---
@@ -18,16 +18,25 @@ This page shows recently merged pull requests from both the Runbook Automation p
18
18
19
19
## Recent Changes
20
20
21
+
#### ::circle-dot:: Bump azureStorageVersion to 1.0.4
22
+
23
+
24
+
Bump aiohttp to 3.13.3 minimum for CVE-2025-69223, CVE-2025-69227, and CVE-2025-69228
21
25
22
26
#### ::circle-dot:: Update Remco to newer commit that remediates some CVEs [PR #9936](https://github.com/rundeck/rundeck/pull/9936)
23
27
24
28
25
29
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.
26
30
31
+
#### ::circle-dot:: Allow executions up to 12 hours for Aws ssm using assume role
32
+
33
+
34
+
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.
35
+
27
36
#### ::circle-dot:: Hashi corp vault integration modification time issue
28
37
29
38
30
-
-Fixed an issue where Vault keys displayed incorrect modification and creation timestamps in Rundeck due to missing metadata.
39
+
Fixed an issue where Vault keys displayed incorrect modification and creation timestamps in Rundeck due to missing metadata.
31
40
32
41
#### ::circle-dot:: Issues with ansible inline workflow executions where it shows an unwanted output
33
42
@@ -42,7 +51,7 @@ This page shows recently merged pull requests from both the Runbook Automation p
42
51
#### ::circle-dot:: Promote workflow tab out of alphaUi [PR #9928](https://github.com/rundeck/rundeck/pull/9928)
43
52
44
53
45
-
<!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.-->
54
+
<!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.-->
46
55
Promote workflow tab out from alpha state. The updated ui will be accessible for all users with the nextUi flag enabled.
47
56
48
57
@@ -66,6 +75,6 @@ The development updates are automatically generated from both our private reposi
0 commit comments