diff --git a/.docsearch/config.json b/.docsearch/config.json index c07ecde84..cf70c7c1c 100644 --- a/.docsearch/config.json +++ b/.docsearch/config.json @@ -8,7 +8,7 @@ "version": [ "docs", "4.0.x", - "5.14.0" + "5.14.1" ] } } diff --git a/docs/.vuepress/setup.js b/docs/.vuepress/setup.js index 4e3e2af5f..cf8de0737 100644 --- a/docs/.vuepress/setup.js +++ b/docs/.vuepress/setup.js @@ -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' diff --git a/docs/.vuepress/sidebar-menus/history.ts b/docs/.vuepress/sidebar-menus/history.ts index 67ddf017b..0e3ff2c14 100644 --- a/docs/.vuepress/sidebar-menus/history.ts +++ b/docs/.vuepress/sidebar-menus/history.ts @@ -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/" diff --git a/docs/history/5_x/version-5.14.1.md b/docs/history/5_x/version-5.14.1.md new file mode 100644 index 000000000..12534c513 --- /dev/null +++ b/docs/history/5_x/version-5.14.1.md @@ -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: "Logan yellowgreen phone" + +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)) \ No newline at end of file diff --git a/docs/history/release-calendar.md b/docs/history/release-calendar.md index 602fd70de..e1c9f13a2 100755 --- a/docs/history/release-calendar.md +++ b/docs/history/release-calendar.md @@ -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 |