6.2.1 Release Notes - #1965
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
There are documentation/config inconsistencies (execution “rejected” wording vs “created then failed”, and a lastSaasCut mismatch that can break PR-feed generation) that should be corrected before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the documentation site for the Rundeck 6.2.1 patch release, including new release notes, navigation updates, and documentation corrections around undeclared job option handling.
Changes:
- Bump site/version constants to 6.2.1 (including “Latest Release” navigation targets).
- Add 6.2.1 release notes and link 6.2.0 notes to the 6.2.1 follow-up.
- Update docs to reflect
rundeck.execution.rejectUndeclaredOptionsdefaulting back tofalse.
File summaries
| File | Description |
|---|---|
| package.json | Bumps docs site package version to 6.2.1. |
| docs/manual/jobs/job-options.md | Updates “Restricting option input” guidance for undeclared options and default value. |
| docs/history/6_x/version-6.2.1.md | Adds new 6.2.1 release notes page. |
| docs/history/6_x/version-6.2.0.md | Adds cross-links noting the 6.2.1 fixes for 6.2.0 regressions. |
| docs/administration/configuration/config-file-reference.md | Updates config reference default/value description for rejectUndeclaredOptions. |
| docs/.vuepress/sidebar-menus/history.ts | Points “Latest Release” to 6.2.1 and adds 6.2.1 to “Previous Version Docs”. |
| docs/.vuepress/setup.js | Updates Rundeck/CLI version constants used by the docs site. |
| docs/.vuepress/pr-feed-config.json | Updates PR-feed configuration release metadata for 6.2.1. |
| docs/.vuepress/navbar-menus/about.js | Updates navbar “Release Notes” link to 6.2.1. |
Review details
- Files reviewed: 9/9 changed files
- Comments generated: 5
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
🟡 Changes recommended
There is a confirmed Markdown formatting issue in docs/manual/jobs/job-options.md where a list item lost its leading dash, breaking the list structure.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
- Files reviewed: 9/9 changed files
- Comments generated: 1
- Review effort level: Lite
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
There was a problem hiding this comment.
🔵 Needs a closer look
There’s a documentation inconsistency about whether disabling rundeck.execution.rejectUndeclaredOptions produces a startup security warning that should be reconciled before merging.
Review details
Suppressed comments (1)
Previously missed (1) — in code that hasn't changed since the last review.
docs/administration/configuration/config-file-reference.md:640
- The updated description of
rundeck.execution.rejectUndeclaredOptionsno longer mentions the startup security warning when the control is disabled, but the 6.2.0 release notes still state that settingrundeck.execution.rejectUndeclaredOptions=falselogs a startup security warning (docs/history/6_x/version-6.2.0.md:28). Please reconcile the docs so the property reference and release notes agree about whether/when that warning is emitted.
- Files reviewed: 9/9 changed files
- Comments generated: 0 new
- Review effort level: Lite
6.2.1 Release Notes Updates