Skip to content

Commit

Permalink
Jenkins LTS 2.414.3 - creating changelog & upgrade guide (#6761)
Browse files Browse the repository at this point in the history
* creating 2.414.3 changelog & upgrade guide

* add java 17 default entry

* apply suggestion from review

Co-authored-by: Mark Waite <[email protected]>

---------

Co-authored-by: Mark Waite <[email protected]>
  • Loading branch information
kmartens27 and MarkEWaite authored Oct 10, 2023
1 parent 938829f commit 55da3e8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
62 changes: 62 additions & 0 deletions content/_data/changelogs/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9640,6 +9640,68 @@
message: |-
Fix invalid CSS which caused some buttons to become invisible on hover (regression in 2.402).
- version: "2.414.3"
date: 2023-10-18
changes:
- type: major rfe
category: rfe
authors:
- basil
pr_title: "Java 17 by default"
references:
- url: https://github.com/jenkinsci/docker/pull/1724
title: Docker pull request 1724
message: |-
Use Java 17 as the default Java version in container images that do not specify a Java version in the container label.
- type: major rfe
category: rfe
pull: 8478
issue: 72058
authors:
- dependabot
references:
- url: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0
title: Apache Commons Compress 1.24.0 Release Notes
pr_title: "Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0"
message: |-
Update commons-compress from 1.23.0 to 1.24.0.
- type: major bug
category: bug
pull: 8490
issue: 72016
authors:
- jglick
pr_title: "[JENKINS-72016] Define a thread pool for ProxyConfiguration's HttpClient"
message: |-
Do not create a large number of threads when making numerous HTTP requests.
- type: major bug
category: regression
pull: 8529
issue: 72076
authors:
- basil
pr_title: "[JENKINS-72067] High memory usage from XStream2.AssociatedConverterImpl"
message: |-
Reduce high memory usage from <code>XStream2.AssociatedConverterImpl</code> (regression in 2.405).
- type: rfe
category: rfe
pull: 8440
issue: 71996
authors:
- jglick
pr_title: "Add telemetry for security-related settings"
message: |-
Add telemetry collecting basic information about the security configuration.
- type: bug
category: regression
pull: 8485
issue: 71890
authors:
- benebsiny
pr_title: "[JENKINS-71890] Model links in build history views and administrative monitors no longer work"
message: |-
Restore context menus of model links in build history views and administrative monitors (regression in 2.402).
# DO NOT EDIT THIS FILE DIRECTLY
# ALL CHANGES MUST GO THROUGH PULL REQUESTS
# MALFORMED FILE CONTENTS WILL BREAK THE SITE BUILD
1 change: 1 addition & 0 deletions content/_data/upgrades/2-414-3.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No notable changes requiring upgrade notes.

0 comments on commit 55da3e8

Please sign in to comment.