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.19.0",
"lastSelfHostedDate": "2026-02-02",
"lastSaasRelease": "2025-01-26",
"lastSaasCut": "rba/5.20-RBA-20260309-570ed66-70d7d67",
"lastSaasCut": "rba/5.20-RBA-20260318-231cd3d-fac8d21",
"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,9 +3,23 @@
<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-03-09T21:10:20.789Z</updated>
<updated>2026-03-18T17:41:58.361Z</updated>
<id>https://docs.rundeck.com/feeds/development</id>
<subtitle>Recent merged pull requests and development updates from Rundeck</subtitle>
<entry>
<title>Add Filename to Runner API output</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeckpro-4468</id>
<updated>2026-03-12T00:18:51.000Z</updated>
<content type="text">Add Filename to Runner API output (Merged: Mar 12, 2026)</content>
</entry>
<entry>
<title>Add Dutch (nl_NL) UI translations and locale wiring</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeck-9983</id>
<updated>2026-03-11T16:43:20.000Z</updated>
<content type="text">Add Dutch (nl_NL) UI translations and locale wiring (Merged: Mar 11, 2026)</content>
</entry>
<entry>
<title>Fix command injection vulnerability in exec commands with ${option.name}</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,8 +5,22 @@
<link>https://docs.rundeck.com/docs</link>
<description>Recent merged pull requests and development updates from Rundeck</description>
<language>en-us</language>
<lastBuildDate>Mon, 09 Mar 2026 21:10:20 GMT</lastBuildDate>
<lastBuildDate>Wed, 18 Mar 2026 17:41:58 GMT</lastBuildDate>
<atom:link href="https://docs.rundeck.com/feeds/development.xml" rel="self" type="application/rss+xml" />
<item>
<title>Add Filename to Runner API output</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Add Filename to Runner API output (Merged: Mar 12, 2026)</description>
<pubDate>Thu, 12 Mar 2026 00:18:51 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeckpro-4468</guid>
</item>
<item>
<title>Add Dutch (nl_NL) UI translations and locale wiring</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Add Dutch (nl_NL) UI translations and locale wiring (Merged: Mar 11, 2026)</description>
<pubDate>Wed, 11 Mar 2026 16:43:20 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeck-9983</guid>
</item>
<item>
<title>Fix command injection vulnerability in exec commands with ${option.name}</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
Expand Down
14 changes: 12 additions & 2 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-03-09T21:10:20.760Z
date: 2026-03-18T17:41:58.338Z
feed: true
index: true
---
Expand All @@ -15,6 +15,16 @@ This page shows recently merged pull requests from both the Runbook Automation p
## Recent Changes


#### ::circle-dot:: Add Filename to Runner API output


Include the filename in the API output for Runner creation.

#### ::circle-dot:: Add Dutch (nl_NL) UI translations and locale wiring [PR #9983](https://github.com/rundeck/rundeck/pull/9983)


Rundeck now supports Dutch (nl_NL) as a user interface language. Users can select Dutch from their profile settings to view Jobs, Activity, Notifications, Nodes, Storage, Webhooks, and Project Configuration screens in Dutch, making Rundeck more accessible to Dutch-speaking teams.

#### ::circle-dot:: Fix command injection vulnerability in exec commands with ${option.name} [PR #10003](https://github.com/rundeck/rundeck/pull/10003)


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

---

**List Last updated:** 2026-03-09
**List Last updated:** 2026-03-18