Skip to content

Commit 3f3b988

Browse files
committed
Update Latest Release for SaaS 6.0
1 parent 05424f0 commit 3f3b988

1 file changed

Lines changed: 25 additions & 11 deletions

File tree

docs/history/updates/index.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,39 @@
11
---
22
title: Recent Updates
33
description: Latest merged changes from the Rundeck development team
4-
date: 2026-04-02T17:27:23.831Z
4+
date: 2026-06-05T00:00:00.000Z
55
feed: true
66
index: true
77
---
88

99
# Recent Updates
1010

11-
Stay up to date with the latest changes and improvements from the Runbook Automation development team.
11+
Stay up to date with the latest changes and improvements from the Runbook Automation development team.
1212

13-
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.20.0](/history/5_x/version-5.20.0.md) on April 1, 2026.
13+
This page highlights changes that are live on Runbook Automation SaaS and will be included in the upcoming Self-Hosted release.
1414

15-
## Recent Changes
15+
## Runbook Automation 6.0 is rolling out to SaaS
1616

17+
Runbook Automation 6.0 is being deployed to the SaaS platform. This is a major release built on a modernized platform (Grails 7 / Spring Boot 3 on Java 17) with security hardening, performance improvements, and modernized monitoring.
1718

18-
*No new updates to report since the last release.*
19+
::: tip We handle the upgrade
20+
There is nothing you need to do for the platform upgrade itself - the SaaS environment is upgraded for you, and your **Runners continue to operate**. The notes below cover a few new defaults and behavior changes you may notice, and the one item that can require action on Runner hosts you manage.
21+
:::
1922

23+
### What you may notice
24+
25+
- **Modernized platform and security**: 6.0 moves to Grails 7 / Spring Boot 3 on Java 17, with upgraded dependencies and modernized storage encryption (AES-256-GCM). Existing data continues to work and migrates automatically.
26+
- **Monitoring endpoints modernized**: Metrics are now served under `/monitoring/*` (including a Prometheus endpoint at `/monitoring/prometheus`). The legacy `/metrics/*` endpoints are disabled by default. If you scrape Rundeck metrics, point your collectors at the `/monitoring/*` endpoints.
27+
- **Runner enhancements on by default**: Distributed automation and Runner replicas are enabled by default. Your existing Runners keep working; you may see the newer Runner management capabilities in the UI.
28+
- **UI modernization**: Continued rollout of the updated (NextUI) interface, including the User and System Configuration menus.
29+
30+
### Action you may need to take
31+
32+
- **REST API is now JSON only**: XML request and response support has been removed from the API. If you have integrations that still send or expect `application/xml`, update them to use JSON. See the [API documentation](/api/index.md).
33+
- **WinRM via self-managed Runners requires Python 3.8+**: The [py-winrm plugin](/learning/howto/configuring-windows-nodes.md) dropped Python 2 support (upstream `pywinrm` now requires Python 3.8 or newer). If you run your own Runners that connect to Windows nodes over WinRM, ensure those hosts have Python 3.8+ before the update reaches them.
34+
- **Activity RSS feed deprecated**: The built-in Activity RSS feed is deprecated and disabled by default. Use the [API](/api/index.md) or notifications for execution-driven integrations. This does not affect the [RSS Feed Plugin](/manual/jobs/job-plugins/workflow-steps/rss-feed-plugin.md) workflow step.
35+
36+
Full, version-specific release notes for Self-Hosted customers will be published with the 6.0 Self-Hosted release in the [Release Notes](/history/) section.
2037

2138
## Subscribe to Updates
2239

@@ -29,13 +46,10 @@ These feeds are updated regularly to highlight changes that are available in Run
2946

3047
## About These Updates
3148

49+
These updates highlight changes deployed to the Runbook Automation SaaS platform ahead of the next Self-Hosted release, drawing from both our commercial product repository and the open source Rundeck repository.
3250

33-
The development updates are automatically generated from both our private repository for the commercial product and the public open source repository. These changes have been merged since the last GA release and provide insight into what's coming in the next Self Hosted release.
34-
35-
**Note**: These updates reflect changes merged since the last GA release. Self-hosted customers should refer to the [Release Notes](/history/) section for version-specific updates applicable to their installation.
51+
**Note**: Self-hosted customers should refer to the [Release Notes](/history/) section for version-specific updates applicable to their installation, and to the upgrade guide that accompanies the 6.0 Self-Hosted release.
3652

3753
---
3854

39-
**List Last updated:** 2026-04-02
40-
41-
55+
**List Last updated:** 2026-06-05

0 commit comments

Comments
 (0)