Skip to content

Revert "Update PR Feed Configuration for rba/6.2-RBA-20260827-f8023f4-c988b05" - #1945

Merged
fdevans merged 1 commit into
4.0.xfrom
revert-1944-update-pr-feed-rba-6.2-RBA-20260827-f8023f4-c988b05
Aug 28, 2026
Merged

Revert "Update PR Feed Configuration for rba/6.2-RBA-20260827-f8023f4-c988b05"#1945
fdevans merged 1 commit into
4.0.xfrom
revert-1944-update-pr-feed-rba-6.2-RBA-20260827-f8023f4-c988b05

Conversation

@smartinellibenedetti

Copy link
Copy Markdown
Contributor

Reverts #1944

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the prior “Update PR Feed Configuration for rba/6.2…” change set, rolling the PR-feed baseline and regenerated outputs (updates page + RSS/Atom feeds) back to an earlier SaaS cut.

Changes:

  • Reverts the lastSaasCut value in the PR feed configuration.
  • Restores generated “Recent Updates” content and the corresponding RSS/Atom feeds to the earlier snapshot.
  • Downgrades the fast-uri override (and aligns the lockfile) as part of the revert.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
package.json Reverts overrides.fast-uri from 4.1.3 to 4.1.2.
package-lock.json Updates lockfile entries to match the reverted fast-uri resolution.
docs/history/updates/index.md Reverts the generated “Recent Updates” page content/date snapshot.
docs/.vuepress/public/feeds/development.xml Reverts generated RSS feed build date and entries to the earlier snapshot.
docs/.vuepress/public/feeds/development-atom.xml Reverts generated Atom feed updated timestamp and entries to the earlier snapshot.
docs/.vuepress/pr-feed-config.json Reverts lastSaasCut to the prior tag.
Suppressed comments (1)

docs/history/updates/index.md:71

  • This line includes multiple diffhunk:// references that will be broken on the docs site. These should be removed or replaced during feed generation and the output regenerated.
  * Updated and extended tests in `ApiControllerSpec`, `MenuControllerSpec`, and `RdExecutionControllerSpec` to assert that API responses do not include milliseconds in date fields. [[1]](diffhunk://#diff-62006b966c57c204ead5071093e47ac70df5e0ff3888cab22a7737666a1ccfd9R136-R210) [[2]](diffhunk://#diff-62006b966c57c204ead5071093e47ac70df5e0ff3888cab22a7737666a1ccfd9L361-R437) [[3]](diffhunk://#diff-62006b966c57c204ead5071093e47ac70df5e0ff3888cab22a7737666a1ccfd9L418-R494) [[4]](diffhunk://#diff-6e07be9b49269a1459df118da029d8635ccddda6dd5d6d8cb12c714ed0e5b9cdR19-R21) [[5]](diffhunk://#diff-6e07be9b49269a1459df118da029d8635ccddda6dd5d6d8cb12c714ed0e5b9cdR2428-R2438) [[6]](diffhunk://#diff-6e07be9b49269a1459df118da029d8635ccddda6dd5d6d8cb12c714ed0e5b9cdL2439-R2448) [[7]](diffhunk://#diff-6e07be9b49269a1459df118da029d8635ccddda6dd5d6d8cb12c714ed0e5b9cdR2460-R2461) [[8]](diffhunk://#diff-e5d266ba462bf481bc5e162a7a36e8da4b428538f671aed204a8d38c4d36a60aR32-R47)

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Fixed a change in API date formatting introduced by the Grails 7 / Spring Boot 3 upgrade, where date/time fields in API responses began including milliseconds (e.g. `2026-03-25T21:16:50.123Z`). API date values are once again returned in second-precision UTC ISO-8601 format (e.g. `2026-03-25T21:16:50Z`) across both JSON and XML and for all API versions, restoring compatibility for existing API integrations.

Added Japanese (ja) translations for Rundeck Pro's Enterprise UI, including calendars, cluster management, runners, licensing, security, job favorites, and other Pro-specific features. Add `?lang=ja` to a project URL to switch to Japanese for the session. Some areas are not yet translated, including parts of the Runner UI and OSS screens such as Dashboard and Project Settings.
Jira: [https://pagerduty.atlassian.net/browse/RUN-4550](url)
Stay up to date with the latest changes and improvements from the Runbook Automation development team.

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 [6.1.0](/history/6_x/version-6.1.0.md) on August 3, 2026.
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 [6.0.1](/history/6_x/version-6.0.1.md) on July 15, 2026.
Comment on lines +28 to +32
<!--

To include as part of release notes, label as "release-notes/include" and fill in this section. Copilot can help.

<!-- If you have suggested content that would describe this PR to other Rundeck community users, please enter it here.-->
Fixed: API and webhook auth tokens are now generated using a cryptographically secure random number generator (CSPRNG) instead of a non-cryptographic PRNG.
-->
Comment on lines +65 to +66
* Introduced a custom marshaller in `ApiMarshallerRegistrar` to serialize all `Date` values in API JSON and XML responses with second-precision W3C/ISO-8601 format (no milliseconds), and registered it for every API version. [[1]](diffhunk://#diff-6afb34835773788e379a495581b6dd0cb550244b8808fb69458313141c32ccaaR24-R52) [[2]](diffhunk://#diff-6afb34835773788e379a495581b6dd0cb550244b8808fb69458313141c32ccaaR92-R96)
* Updated `RdExecutionController` to configure Jackson's `ObjectMapper` to use the same date format for consistency in controller responses. [[1]](diffhunk://#diff-2b3ad1e0a2a304a03bfb4120c23f81bb53bba12166209a5629a2157ada3dadbbR3-R9) [[2]](diffhunk://#diff-2b3ad1e0a2a304a03bfb4120c23f81bb53bba12166209a5629a2157ada3dadbbR24-R28)
@fdevans
fdevans disabled auto-merge August 28, 2026 14:28
@fdevans
fdevans merged commit 9a66a98 into 4.0.x Aug 28, 2026
3 of 6 checks passed
@fdevans
fdevans deleted the revert-1944-update-pr-feed-rba-6.2-RBA-20260827-f8023f4-c988b05 branch August 28, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants