Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins LTS 2.440.3 - Creating changelog and upgrade guide #7218

Merged
merged 8 commits into from
Apr 9, 2024
80 changes: 80 additions & 0 deletions content/_data/changelogs/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>Computer.threadPoolForRemoting</code> executor service always have the Jenkins webapp <code>ClassLoader</code> set as the context <code>ClassLoader</code> to prevent random class loading issues when code is running in this <code>ExecutorService</code>.
- 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
4 changes: 4 additions & 0 deletions content/_data/changelogs/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -22991,7 +22993,9 @@
pr_title: Move `CloudList.setOwner` call from `Jenkins.loadTasks` to `load`
message: |-
Setting a proper owner for <code>Jenkins.clouds</code> after <code>Jenkins.load()</code>.

# 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`)
Expand Down
1 change: 1 addition & 0 deletions content/_data/upgrades/2-440-3.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No notable changes requiring upgrade notes.