diff --git a/content/_data/changelogs/weekly.yml b/content/_data/changelogs/weekly.yml index b47f92553b48..9d5985ce3261 100644 --- a/content/_data/changelogs/weekly.yml +++ b/content/_data/changelogs/weekly.yml @@ -25601,6 +25601,35 @@ # pull: 10071 (PR title: Improve Command Palette on mobile) # pull: 10073 (PR title: Update dependency stylelint to v16.12.0) + - version: '2.492' + date: 2024-12-22 + changes: + - type: bug + category: bug + pull: 10081 + authors: + - timja + pr_title: Form checker enhancements for radio + message: |- + Form validation that depends on radio buttons now finds the selected one and not the last one + - type: bug + category: bug + pull: 10089 + authors: + - jglick + pr_title: "`headerCommandPaletteButton` undefined when `JenkinsHeader` not + loaded" + message: |- + Since 2.489, JavaScript errors could be seen in some Jenkins pages omitting the usual header bar, such as the setup wizard. + + # pull: 10076 (PR title: Update dependency org.jenkins-ci.main:jenkins-test-harness to v2370) + # pull: 10077 (PR title: Update dependency org.jenkins-ci.plugins:junit to v1312) + # pull: 10083 (PR title: Update dependency org.jenkins-ci:jenkins to v1.127) + # pull: 10086 (PR title: chore(actions): restore actions-gh-release due to known issue) + # pull: 10087 (PR title: Update dependency org.jenkins-ci.plugins:credentials to v1405) + # pull: 10088 (PR title: Update dependency io.jenkins.plugins:design-library to v335) + # pull: 10090 (PR title: Update dependency io.jenkins.plugins:design-library to v336) + # DO NOT EDIT THIS FILE DIRECTLY ON GITHUB IF YOU HAVE COMMIT ACCESS # ALL CHANGES MUST GO THROUGH PULL REQUESTS # MALFORMED FILE CONTENTS WILL BREAK THE SITE BUILD