Skip to content
Merged
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.17.0",
"lastSelfHostedDate": "2025-11-04",
"lastSaasRelease": "2025-11-10",
"lastSaasCut": "rba/5.18-RBA-20251105-6fe6750-a6d9e14",
"lastSaasCut": "rba/5.18-RBA-20251112-962cc37-f110d73",
"description": "Last self-hosted release version and date"
}
}
30 changes: 29 additions & 1 deletion docs/.vuepress/public/feeds/development-atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,37 @@
<title>Rundeck Development Updates</title>
<link href="https://docs.rundeck.com/feeds/development.xml" rel="self" />
<link href="https://docs.rundeck.com/docs" />
<updated>2025-11-11T20:27:05.300Z</updated>
<updated>2025-11-12T21:27:32.430Z</updated>
<id>https://docs.rundeck.com/feeds/development</id>
<subtitle>Recent merged pull requests and development updates from Rundeck</subtitle>
<entry>
<title>Fixes datacenter value in Vmware resource model</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeckpro-4469</id>
<updated>2025-11-12T17:04:59.000Z</updated>
<content type="text">Fixes datacenter value in Vmware resource model (Merged: Nov 12, 2025)</content>
</entry>
<entry>
<title>Fixes missing no output message when looking at a step in the execution page</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeck-9886</id>
<updated>2025-11-10T16:11:36.000Z</updated>
<content type="text">Fixes missing no output message when looking at a step in the execution page (Merged: Nov 10, 2025)</content>
</entry>
<entry>
<title>Set sleep time on sftp plugin</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeckpro-4465</id>
<updated>2025-11-07T17:16:07.000Z</updated>
<content type="text">Set sleep time on sftp plugin (Merged: Nov 7, 2025)</content>
</entry>
<entry>
<title>Fix the loading icon showing when a step already succeeded</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeck-9884</id>
<updated>2025-11-06T21:42:20.000Z</updated>
<content type="text">Fix the loading icon showing when a step already succeeded (Merged: Nov 6, 2025)</content>
</entry>
<entry>
<title>Multiline Job Options (Beta)</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
Expand Down
30 changes: 29 additions & 1 deletion docs/.vuepress/public/feeds/development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,36 @@
<link>https://docs.rundeck.com/docs</link>
<description>Recent merged pull requests and development updates from Rundeck</description>
<language>en-us</language>
<lastBuildDate>Tue, 11 Nov 2025 20:27:05 GMT</lastBuildDate>
<lastBuildDate>Wed, 12 Nov 2025 21:27:32 GMT</lastBuildDate>
<atom:link href="https://docs.rundeck.com/feeds/development.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fixes datacenter value in Vmware resource model</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Fixes datacenter value in Vmware resource model (Merged: Nov 12, 2025)</description>
<pubDate>Wed, 12 Nov 2025 17:04:59 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeckpro-4469</guid>
</item>
<item>
<title>Fixes missing no output message when looking at a step in the execution page</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Fixes missing no output message when looking at a step in the execution page (Merged: Nov 10, 2025)</description>
<pubDate>Mon, 10 Nov 2025 16:11:36 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeck-9886</guid>
</item>
<item>
<title>Set sleep time on sftp plugin</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Set sleep time on sftp plugin (Merged: Nov 7, 2025)</description>
<pubDate>Fri, 07 Nov 2025 17:16:07 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeckpro-4465</guid>
</item>
<item>
<title>Fix the loading icon showing when a step already succeeded</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Fix the loading icon showing when a step already succeeded (Merged: Nov 6, 2025)</description>
<pubDate>Thu, 06 Nov 2025 21:42:20 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeck-9884</guid>
</item>
<item>
<title>Multiline Job Options (Beta)</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
Expand Down
24 changes: 22 additions & 2 deletions docs/history/updates/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Recent Development Updates
description: Latest merged changes from the Rundeck development team
date: 2025-11-11T20:27:05.270Z
date: 2025-11-12T21:27:32.406Z
feed: true
index: true
---
Expand All @@ -19,6 +19,26 @@ This page shows recently merged pull requests from both the Runbook Automation p
## Recent Changes


#### ::circle-dot:: Fixes datacenter value in Vmware resource model


This PR fixes the datacenter value retrieval in the VMware resource model by replacing hardcoded parent chain navigation (parent?.getParent()?.getName()) with a dynamic traversal approach that handles VMs at any folder depth.

Before this fix, any nodes nested more than 2 folders would exhibit the wrong value for the attribute datacenter.

#### ::circle-dot:: Fixes missing no output message when looking at a step in the execution page [PR #9886](https://github.com/rundeck/rundeck/pull/9886)


#### ::circle-dot:: Set sleep time on sftp plugin


Adds a configurable sleep timeout property to the File Transfer plugin, allowing users to customize the wait time after file transfer completion instead of using the hardcoded 2000ms value. There is a new `sleepTimeout` integer property with a default value of 2000ms.

#### ::circle-dot:: Fix the loading icon showing when a step already succeeded [PR #9884](https://github.com/rundeck/rundeck/pull/9884)


Small bug fix: When a job is running, a step that doesn&#39;t have an output shows a loading icon no matter if the step has finished running.

#### ::circle-dot:: Multiline Job Options (Beta) [PR #9822](https://github.com/rundeck/rundeck/pull/9822)


Expand Down Expand Up @@ -72,6 +92,6 @@ The development updates are automatically generated from both our private reposi

---

**List Last updated:** 2025-11-11
**List Last updated:** 2025-11-12