diff --git a/content/_data/changelogs/lts.yml b/content/_data/changelogs/lts.yml index 0fbabd9073f7..822c7d4d6acd 100644 --- a/content/_data/changelogs/lts.yml +++ b/content/_data/changelogs/lts.yml @@ -10738,6 +10738,86 @@ pr_title: "[JENKINS-72711] Restore progress animation in build history and buildtime trend views" message: |- Restore progress animation in build history and build time trend views (regression in 2.434). + +- version: "2.440.3" + date: 2024-04-17 + changes: + - type: bug + category: bug + pull: 9012 + issue: 72796 + authors: + - jtnord + pr_title: "[JENKINS-72796] stable context classloader for Computer.threadPoolForRemoting" + message: |- + Ensure threads in the Computer.threadPoolForRemoting executor service always have the Jenkins webapp ClassLoader set as the context ClassLoader to prevent random class loading issues when code is running in this ExecutorService. + - type: bug + category: bug + pull: 9009 + issue: 72799 + authors: + - jglick + pr_title: "[JENKINS-72799] Apply SlaveComputer.decorate also to openLogFile" + message: |- + Customization of agent log files did not work for inbound agents. + - type: rfe + category: rfe + pull: 9047 + issue: 72900 + authors: + - daniel-beck + pr_title: "Update bundled trilead-api to 2.84.86.vf9c960e9b_458" + references: + - pull: 9042 + - url: https://github.com/spring-projects/spring-security/releases/tag/5.8.11 + title: Spring Security 5.8.11 release notes + - url: https://github.com/spring-projects/spring-framework/releases/tag/v5.3.33 + title: Spring Framework 5.3.33 release notes + message: |- + Update Spring Security to 5.8.11. + Update Spring Framework to 5.3.33. + - type: rfe + category: rfe + pull: 9022 + issue: 72856 + authors: + - daniel-beck + pr_title: "Update bundled trilead-api to 2.84.86.vf9c960e9b_458" + references: + - url: https://plugins.jenkins.io/trilead-api/releases/#version_2.84.86.vf9c960e9b_458 + title: Trilead API 2.84.86.vf9c960e9b_458 release notes + message: |- + Update bundled Trilead API Plugin to 2.84.86.vf9c960e9b_458. + - type: rfe + category: rfe + pull: 9089 + issue: 72954 + authors: + - daniel-beck + pr_title: "Bump Mina to 2.12.1 in the CLI" + references: + - url: https://github.com/apache/mina-sshd/releases/tag/sshd-2.12.1 + title: Mina 2.12.1 release notes + message: |- + Update Apache Mina in the CLI from 2.11.0 to 2.12.1. + - type: rfe + category: rfe + pull: 9091 + authors: + - basil + pr_title: "Upgrade bundled plugins" + references: + - pull: 8914 + - pull: 8961 + - pull: 8988 + - pull: 9018 + - pull: 9036 + - pull: 9091 + - pull: 9098 + - pull: 9103 + message: |- + Upgrade bundled plugins. + # DO NOT EDIT THIS FILE DIRECTLY # ALL CHANGES MUST GO THROUGH PULL REQUESTS # MALFORMED FILE CONTENTS WILL BREAK THE SITE BUILD diff --git a/content/_data/changelogs/weekly.yml b/content/_data/changelogs/weekly.yml index f036536eb18b..d4ecd8ba97b1 100644 --- a/content/_data/changelogs/weekly.yml +++ b/content/_data/changelogs/weekly.yml @@ -22775,6 +22775,7 @@ message: |- Introduce an API to be used by the Folders plugin to fix some corner cases involving branch project reloading. + # pull: 8914 (PR title: Bump org.jenkins-ci.plugins.workflow:workflow-api from 1289.va_cf779f32df0 to 1291.v51fd2a_625da_7) # pull: 8918 (PR title: Fixing `NotSerializableException: org.acegisecurity.context.SecurityContext$1`) # pull: 8919 (PR title: Update dependency stylelint-checkstyle-reporter to v1) # pull: 8920 (PR title: Add marker class to submit buttons ) @@ -22900,6 +22901,7 @@ # pull: 8917 (PR title: `WebSockets.upgradeResponse`) # pull: 8952 (PR title: Basic `ProxyConfigurationManagerTest`) # pull: 8959 (PR title: Fix login form window size responsiveness thresholds) + # pull: 8961 (PR title: Bump org.jenkins-ci.plugins:script-security from 1321.va_73c0795b_923 to 1326.vdb_c154de8669) # pull: 8967 (PR title: Update dependency webpack to v5.90.2) # pull: 8968 (PR title: Update dependency node to v20.11.1) # pull: 8969 (PR title: Update dependency sass to v1.71.0) @@ -22991,7 +22993,9 @@ pr_title: Move `CloudList.setOwner` call from `Jenkins.loadTasks` to `load` message: |- Setting a proper owner for Jenkins.clouds after Jenkins.load(). + # pull: 8884 (PR title: Replace pipeline-stage-view with graph-view in the setup wizard) + # pull: 8988 (PR title: Bump io.jenkins.plugins:plugin-util-api from 3.8.0 to 4.1.0) # pull: 8994 (PR title: Update dependency eslint to v8.57.0) # pull: 8997 (PR title: Stop shipping `commons-lang3`) # pull: 8999 (PR title: Reduce usage of `StringUtils`) diff --git a/content/_data/upgrades/2-440-3.adoc b/content/_data/upgrades/2-440-3.adoc new file mode 100644 index 000000000000..fabdfb4d37c1 --- /dev/null +++ b/content/_data/upgrades/2-440-3.adoc @@ -0,0 +1 @@ +No notable changes requiring upgrade notes. \ No newline at end of file