Rundeck Development Updates
- 2025-11-18T22:15:31.981Z
+ 2025-11-20T15:59:02.319Zhttps://docs.rundeck.com/feeds/developmentRecent merged pull requests and development updates from Rundeck
+
+ Fix CVE-2025-55163: Upgrade google-cloud-container to 2.82.0
+
+ rundeck-pr-rundeckpro-4484
+ 2025-11-17T19:58:30.000Z
+ Fix CVE-2025-55163: Upgrade google-cloud-container to 2.82.0 (Merged: Nov 17, 2025)
+
+
+ Upgrade MSSQL JDBC to fix CVE-2025-59250
+
+ rundeck-pr-rundeck-9892
+ 2025-11-14T22:06:41.000Z
+ Upgrade MSSQL JDBC to fix CVE-2025-59250 (Merged: Nov 14, 2025)
+
+
+ Slack Notification Plugin now supports Templates
+
+ rundeck-pr-rundeckpro-4479
+ 2025-11-14T19:43:26.000Z
+ Slack Notification Plugin now supports Templates (Merged: Nov 14, 2025)
+
+
+ Added new ansible-plugin release version
+
+ rundeck-pr-rundeck-9893
+ 2025-11-13T19:07:43.000Z
+ Added new ansible-plugin release version (Merged: Nov 13, 2025)
+
+
+ Fix: Nodes page support for url param for filter input
+
+ rundeck-pr-rundeck-9881
+ 2025-11-12T17:20:38.000Z
+ Fix: Nodes page support for url param for filter input (Merged: Nov 12, 2025)
+ Fixes datacenter value in Vmware resource model
diff --git a/docs/.vuepress/public/feeds/development.xml b/docs/.vuepress/public/feeds/development.xml
index 11fe9ae3c..c22d3b60d 100644
--- a/docs/.vuepress/public/feeds/development.xml
+++ b/docs/.vuepress/public/feeds/development.xml
@@ -5,8 +5,43 @@
https://docs.rundeck.com/docs
Recent merged pull requests and development updates from Rundecken-us
- Tue, 18 Nov 2025 22:15:31 GMT
+ Thu, 20 Nov 2025 15:59:02 GMT
+
+ Fix CVE-2025-55163: Upgrade google-cloud-container to 2.82.0
+ https://docs.rundeck.com/docs/history/updates/
+ Fix CVE-2025-55163: Upgrade google-cloud-container to 2.82.0 (Merged: Nov 17, 2025)
+ Mon, 17 Nov 2025 19:58:30 GMT
+ rundeck-pr-rundeckpro-4484
+
+
+ Upgrade MSSQL JDBC to fix CVE-2025-59250
+ https://docs.rundeck.com/docs/history/updates/
+ Upgrade MSSQL JDBC to fix CVE-2025-59250 (Merged: Nov 14, 2025)
+ Fri, 14 Nov 2025 22:06:41 GMT
+ rundeck-pr-rundeck-9892
+
+
+ Slack Notification Plugin now supports Templates
+ https://docs.rundeck.com/docs/history/updates/
+ Slack Notification Plugin now supports Templates (Merged: Nov 14, 2025)
+ Fri, 14 Nov 2025 19:43:26 GMT
+ rundeck-pr-rundeckpro-4479
+
+
+ Added new ansible-plugin release version
+ https://docs.rundeck.com/docs/history/updates/
+ Added new ansible-plugin release version (Merged: Nov 13, 2025)
+ Thu, 13 Nov 2025 19:07:43 GMT
+ rundeck-pr-rundeck-9893
+
+
+ Fix: Nodes page support for url param for filter input
+ https://docs.rundeck.com/docs/history/updates/
+ Fix: Nodes page support for url param for filter input (Merged: Nov 12, 2025)
+ Wed, 12 Nov 2025 17:20:38 GMT
+ rundeck-pr-rundeck-9881
+ Fixes datacenter value in Vmware resource model
https://docs.rundeck.com/docs/history/updates/
diff --git a/docs/history/updates/index.md b/docs/history/updates/index.md
index 29e9997a3..e85b81bd2 100644
--- a/docs/history/updates/index.md
+++ b/docs/history/updates/index.md
@@ -1,7 +1,7 @@
---
title: Recent Development Updates
description: Latest merged changes from the Rundeck development team
-date: 2025-11-18T22:15:31.933Z
+date: 2025-11-20T15:59:02.276Z
feed: true
index: true
---
@@ -13,12 +13,37 @@ Stay up to date with the latest changes and improvements from the Runbook Automa
This page shows recently merged pull requests from both the Runbook Automation product repository and the open source Rundeck repository merged since the last self-hosted release of [5.17.0](/history/5_x/version-5.17.0.md) on November 4, 2025.
-**Last SaaS Deployment:** November 18, 2025
+**Last SaaS Deployment:** November 24, 2025
## Recent Changes
+#### ::circle-dot:: Fix CVE-2025-55163: Upgrade google-cloud-container to 2.82.0
+
+
+ This mitigates CVE-2025-55163 (CVSS 8.7, CWE-770) by upgrading the `google-cloud-container` dependency from 2.54.0 to 2.82.0 in both the kubernetes-clusters and gcp-plugins modules.
+
+#### ::circle-dot:: Upgrade MSSQL JDBC to fix CVE-2025-59250 [PR #9892](https://github.com/rundeck/rundeck/pull/9892)
+
+
+ Upgraded the Microsoft SQL Server JDBC driver from version 9.4.0.jre8 to 13.2.1.jre8 in the runner-agent module to address security vulnerability CVE-2025-59250.
+
+#### ::circle-dot:: Slack Notification Plugin now supports Templates
+
+
+ Refactoring and enhancement of the SlackNotificationPlugin to improve template handling, logging, and code robustness. The main changes include support for external FreeMarker templates, safer and more informative logging, and improved per-notification context management.
+
+#### ::circle-dot:: Added new ansible-plugin release version [PR #9893](https://github.com/rundeck/rundeck/pull/9893)
+
+
+ - Update to the way the Ansible plugin handles ad-hoc command execution, specifically replacing the deprecated -t argument with environment variables for callback configuration, and modernizing inventory argument handling. It also adds and improves tests to ensure these changes work as intended and that user-provided environment variables are respected.
+
+#### ::circle-dot:: Fix: Nodes page support for url param for filter input [PR #9881](https://github.com/rundeck/rundeck/pull/9881)
+
+
+ Fixed an issue where the ?filter= URL parameter was not properly setting the node filter on the Nodes page, ensuring deep links with node filters now work as expected.
+
#### ::circle-dot:: Fixes datacenter value in Vmware resource model
@@ -92,6 +117,6 @@ The development updates are automatically generated from both our private reposi
---
-**List Last updated:** 2025-11-18
+**List Last updated:** 2025-11-20
diff --git a/docs/manual/notifications/slack.md b/docs/manual/notifications/slack.md
index 17e10e05f..d3bce9921 100644
--- a/docs/manual/notifications/slack.md
+++ b/docs/manual/notifications/slack.md
@@ -21,4 +21,12 @@ Your base URL would look like this: `https://hooks.slack.com/services`
- **Slack Channel**
: This is the slack channel where you would like the notification to be posted. It should be in the following format: #slack-channel.
-
+
+- **Custom Template Path**
+ : This is the directory where custom FreeMarker (.ftl) templates can be loaded from.
+ If left blank, Rundeck will automatically use: `${rdeck.base}/libext/templates`.
+
+- **Custom Template**
+ : This is the name of the .ftl file (template) to use when sending Slack messages.
+ The plugin first attempts to load this file from the path defined in Custom Template Path.
+ If the template is not found, the plugin will automatically fall back to its built-in default message format.
\ No newline at end of file