Skip to content

Commit ee9555f

Browse files
Merge pull request #1692 from rundeck/5.14.1
5.14.1 Release Notes
2 parents ba6f3cf + 41f58f5 commit ee9555f

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.docsearch/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"version": [
99
"docs",
1010
"4.0.x",
11-
"5.14.0"
11+
"5.14.1"
1212
]
1313
}
1414
}

docs/.vuepress/setup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseTransition } from "vue"
22

3-
const RUNDECK_VERSION='5.14.0'
4-
const RUNDECK_VERSION_FULL='5.14.0-SNAPSHOT'
3+
const RUNDECK_VERSION='5.14.1'
4+
const RUNDECK_VERSION_FULL='5.14.1-SNAPSHOT'
55
const API_VERSION='53'
66
const API_DEP_REL='6.0.0'
77
const API_DEP_VER='17'

docs/.vuepress/sidebar-menus/history.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export default [
7070
text: 'Version 5.x',
7171
collapsible: true,
7272
children: [
73+
{
74+
text: "5.14.1",
75+
link: "https://docs.rundeck.com/5.14.1/"
76+
},
7377
{
7478
text: "5.14.0",
7579
link: "https://docs.rundeck.com/5.14.0/"

docs/history/5_x/version-5.14.1.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
3+
title: "5.14.1 Release Notes"
4+
date: 2025-08-18
5+
image: /images/chevron-logo-red-on-white.png
6+
description: "Rundeck | Runbook Automation Releases 5.14.1 - Node Filter Fixes"
7+
feed:
8+
enable: true
9+
description: "Critical Bug Fix - Node List on Reference Jobs not Maintained"
10+
11+
---
12+
13+
# 5.14.1 Release Notes
14+
15+
## Overview
16+
17+
This is a critical bug fix release that addresses the following issue:
18+
19+
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.
20+
21+
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.
22+
23+
## Rundeck Product Updates
24+
25+
* [Fix node filter input not updating value correctly on reference jobs](https://github.com/rundeck/rundeck/pull/9757)
26+
27+
28+
[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)
29+
30+
31+
## Links
32+
33+
- 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)
34+
- [Sign up for Release Notes](https://www.rundeck.com/release-notes-signup)
35+
- [Upgrade instructions](/upgrading/index.md)
36+
37+
## Version Info
38+
39+
Name: <span style="color: yellowgreen"><span class="glyphicon glyphicon-phone"></span> "Logan yellowgreen phone"</span>
40+
41+
Release Date: August 18th, 2025
42+
43+
## Staff Contributors
44+
45+
* Greg Schueler ([gschueler](https://github.com/gschueler))
46+
* Carlos Eduardo ([carlosrfranco](https://github.com/carlosrfranco))
47+
* Eduardo Baltra ([edbaltra](https://github.com/edbaltra))
48+
* Forrest Evans ([fdevans](https://github.com/fdevans))
49+
* Jake Cohen ([jsboak](https://github.com/jsboak))
50+
* Jaya Singh ([jayas006](https://github.com/jayas006))
51+
* Jason Brooks ([jbrookspd](https://github.com/jbrookspd))
52+
* Jesus Osuna ([Jesus-Osuna-M](https://github.com/Jesus-Osuna-M))
53+
* José Vásquez ([hiawvp](https://github.com/hiawvp))
54+
* Luis Toledo ([ltamaster](https://github.com/ltamaster))
55+
* Rodrigo Navarro ([ronaveva](https://github.com/ronaveva))
56+
* Sarah Martinelli Benedetti ([smartinellibenedetti](https://github.com/smartinellibenedetti))

docs/history/release-calendar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Upgrade instructions [can be found here](/upgrading/index.md).
99

1010
| Release Version | Release Date | Enterprise Support Status |
1111
|------------------------------------------|----------------------|---------------------------|
12+
| [5.14.1](/history/5_x/version-5.14.1.md) | August 18th, 2025 | Supported |
1213
| [5.14.0](/history/5_x/version-5.14.0.md) | August 4th, 2025 | Supported |
1314
| [5.13.0](/history/5_x/version-5.13.0.md) | June 25th, 2025 | Supported |
1415
| [5.12.0](/history/5_x/version-5.12.0.md) | May 7th, 2025 | Supported |

0 commit comments

Comments
 (0)