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.19.0",
"lastSelfHostedDate": "2026-02-02",
"lastSaasRelease": "2025-01-26",
"lastSaasCut": "rba/5.20-RBA-20260309-570ed66-70d7d67",
"lastSaasCut": "rba/5.20-RBA-20260325-836c2bc-9374d7f",
"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>2026-03-09T21:10:20.789Z</updated>
<updated>2026-03-25T19:32:28.106Z</updated>
<id>https://docs.rundeck.com/feeds/development</id>
<subtitle>Recent merged pull requests and development updates from Rundeck</subtitle>
<entry>
<title>Add metaExclude for the endpoint browse/job meta API and skip retrieval of execution stats in job list page when NextUi=true</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeck-10026</id>
<updated>2026-03-25T18:40:12.000Z</updated>
<content type="text">Add metaExclude for the endpoint browse/job meta API and skip retrieval of execution stats in job list page when NextUi=true (Merged: Mar 25, 2026)</content>
</entry>
<entry>
<title>Fix bug where editing a step deletes log filters previously added</title>
<link href="https://docs.rundeck.com/docs/history/updates/" />
<id>rundeck-pr-rundeck-10025</id>
<updated>2026-03-25T00:55:33.000Z</updated>
<content type="text">Fix bug where editing a step deletes log filters previously added (Merged: Mar 25, 2026)</content>
</entry>
<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
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>Mon, 09 Mar 2026 21:10:20 GMT</lastBuildDate>
<lastBuildDate>Wed, 25 Mar 2026 19:32:28 GMT</lastBuildDate>
<atom:link href="https://docs.rundeck.com/feeds/development.xml" rel="self" type="application/rss+xml" />
<item>
<title>Add metaExclude for the endpoint browse/job meta API and skip retrieval of execution stats in job list page when NextUi=true</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Add metaExclude for the endpoint browse/job meta API and skip retrieval of execution stats in job list page when NextUi=true (Merged: Mar 25, 2026)</description>
<pubDate>Wed, 25 Mar 2026 18:40:12 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeck-10026</guid>
</item>
<item>
<title>Fix bug where editing a step deletes log filters previously added</title>
<link>https://docs.rundeck.com/docs/history/updates/</link>
<description>Fix bug where editing a step deletes log filters previously added (Merged: Mar 25, 2026)</description>
<pubDate>Wed, 25 Mar 2026 00:55:33 GMT</pubDate>
<guid isPermaLink="false">rundeck-pr-rundeck-10025</guid>
</item>
<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
25 changes: 23 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-25T19:32:28.084Z
feed: true
index: true
---
Expand All @@ -15,6 +15,27 @@ This page shows recently merged pull requests from both the Runbook Automation p
## Recent Changes


#### ::circle-dot:: Add metaExclude for the endpoint browse/job meta API and skip retrieval of execution stats in job list page when NextUi=true [PR #10026](https://github.com/rundeck/rundeck/pull/10026)


- **API v58**: Optional **`metaExclude`** query parameter for **jobs browse** and **job meta** endpoints: comma-separated metadata names to omit after resolving **`meta`** (when **`meta`** includes **`*`**, names are taken from all registered job metadata components, then exclusions are applied).
- **Next UI / job browse**: Browse and lazy job meta requests now omit **`stats`** by default via **`metaExclude=stats`**, improving job list load time on instances with very large execution history.

#### ::circle-dot:: Fix bug where editing a step deletes log filters previously added [PR #10025](https://github.com/rundeck/rundeck/pull/10025)


- Fixed a bug in nextUi mode, where editing steps could remove existing **log filters**.

#### ::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 +77,6 @@ The development updates are automatically generated from both our private reposi

---

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