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 .docsearch/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": [
"docs",
"4.0.x",
"5.14.0"
"5.14.1"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/setup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BaseTransition } from "vue"

const RUNDECK_VERSION='5.14.0'
const RUNDECK_VERSION_FULL='5.14.0-SNAPSHOT'
const RUNDECK_VERSION='5.14.1'
const RUNDECK_VERSION_FULL='5.14.1-SNAPSHOT'
const API_VERSION='53'
const API_DEP_REL='6.0.0'
const API_DEP_VER='17'
Expand Down
4 changes: 4 additions & 0 deletions docs/.vuepress/sidebar-menus/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export default [
text: 'Version 5.x',
collapsible: true,
children: [
{
text: "5.14.1",
link: "https://docs.rundeck.com/5.14.1/"
},
{
text: "5.14.0",
link: "https://docs.rundeck.com/5.14.0/"
Expand Down
56 changes: 56 additions & 0 deletions docs/history/5_x/version-5.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---

title: "5.14.1 Release Notes"
date: 2025-08-18
image: /images/chevron-logo-red-on-white.png
description: "Rundeck | Runbook Automation Releases 5.14.1 - Node Filter Fixes"
feed:
enable: true
description: "Critical Bug Fix - Node List on Reference Jobs not Maintained"

---

# 5.14.1 Release Notes

## Overview

This is a critical bug fix release that addresses the following issue:

Node filter overrides in job reference steps would disappear from the GUI when editing parent jobs, with the filter field appearing empty even though filters were previously saved. Simply opening and saving a parent job (without any modifications) would clear all node filter overrides, causing child jobs to execute on all nodes instead of the intended filtered subset. This issue could lead to unintended job execution on incorrect nodes, potentially affecting production environments and job orchestration workflows.

In this version node filter overrides are properly preserved and displayed when editing parent jobs, eliminating the need for manual re-entry and preventing unintended execution scope changes.

## Rundeck Product Updates

* [Fix node filter input not updating value correctly on reference jobs](https://github.com/rundeck/rundeck/pull/9757)


[Here is a link to the full list of public PRs](https://github.com/rundeck/rundeck/pulls?q=is%3Apr+milestone%3A5.14.1+is%3Aclosed)


## Links

- Download the Releases: [Open Source](https://www.rundeck.com/community-downloads/5.14.1) | [Self-Hosted](https://www.rundeck.com/enterprise-downloads/5.14.1)
- [Sign up for Release Notes](https://www.rundeck.com/release-notes-signup)
- [Upgrade instructions](/upgrading/index.md)

## Version Info

Name: <span style="color: yellowgreen"><span class="glyphicon glyphicon-phone"></span> "Logan yellowgreen phone"</span>

Release Date: August 18th, 2025

## Staff Contributors

* Greg Schueler ([gschueler](https://github.com/gschueler))
* Carlos Eduardo ([carlosrfranco](https://github.com/carlosrfranco))
* Eduardo Baltra ([edbaltra](https://github.com/edbaltra))
* Forrest Evans ([fdevans](https://github.com/fdevans))
* Jake Cohen ([jsboak](https://github.com/jsboak))
* Jaya Singh ([jayas006](https://github.com/jayas006))
* Jason Brooks ([jbrookspd](https://github.com/jbrookspd))
* Jesus Osuna ([Jesus-Osuna-M](https://github.com/Jesus-Osuna-M))
* José Vásquez ([hiawvp](https://github.com/hiawvp))
* Luis Toledo ([ltamaster](https://github.com/ltamaster))
* Rodrigo Navarro ([ronaveva](https://github.com/ronaveva))
* Sarah Martinelli Benedetti ([smartinellibenedetti](https://github.com/smartinellibenedetti))
1 change: 1 addition & 0 deletions docs/history/release-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Upgrade instructions [can be found here](/upgrading/index.md).

| Release Version | Release Date | Enterprise Support Status |
|------------------------------------------|----------------------|---------------------------|
| [5.14.1](/history/5_x/version-5.14.1.md) | August 18th, 2025 | Supported |
| [5.14.0](/history/5_x/version-5.14.0.md) | August 4th, 2025 | Supported |
| [5.13.0](/history/5_x/version-5.13.0.md) | June 25th, 2025 | Supported |
| [5.12.0](/history/5_x/version-5.12.0.md) | May 7th, 2025 | Supported |
Expand Down