Each section covers the upgrade from the previous LTS release, the section on 2.426.1 covers the upgrade from 2.414.3.
No notable changes requiring upgrade notes.
No notable changes requiring upgrade notes.
Jenkins 2.426.1 supports Java 21.
Java 21 is supported from java -jar jenkins.war
, from the operating system specific installers, and from the container images.
Container labels that previously included "-jdk21-preview" are now available with "-jdk21" for amd64 (Intel/AMD) and aarch64 (ARM) architectures.
Refer to the specific Java 21 container images on hub.docker.com for more details.
A Java 21 preview is available for architectures where Eclipse Temurin has not yet released a general availability release of Java 21.
As of Jenkins 2.426.1, Prototype has been removed from Jenkins core. This was initially removed in the weekly 2.426 release and is the result of work done since May 2023. Plugins that had previously used Prototype must have its usage removed accordingly. Thanks to all of the work from plugin maintainers and contributors, there has been great progress made to ensure that plugins have been updated. The list of plugins can be found in our tracking sheet. At this time, there are several plugins with over 800 installs that have not removed Prototype from their configuration. These plugins are:
There are other plugins, all under 700 installs, that have issues created for them in the Jenkins issue tracker, linked to the overall Prototype removal epic.
The newly introduced Appearance system configuration page will require adjustments in your JCasC files when at least one of the following plugins is installed in its latest version:
The configuration of these plugins needs to be moved from unclassified
to appearance
.
The minimum required Remoting version has been increased to 4.13, which was released on March 4, 2022.
When an agent with a Remoting version older than 4.13 connects to the Jenkins controller, the agent connection is rejected.
Ensure that all agents are running a recent version of Remoting prior to upgrading.
Agents with unsupported Remoting versions can be allowed to connect to the controller by setting the hudson.slaves.SlaveComputer.allowUnsupportedRemotingVersions
system property to true.
In an effort to ensure content security policy (CSP) compatibility, hudson.model.Run#TREE_CUTOFF
has been removed in favor of hudson.model.Run#LIST_CUTOFF
.
The treeview option was using inline JavaScript, going against the Jenkins CSP standards.
This is also part of the larger project to remove or update any non-compliant code in Jenkins core.
Since March 2022, Jenkins has required the use of systemd
to manage services.
For newer systems such as RHEL 7 or Fedora 15 (and above), systemd
is used and there are no issues.
However, earlier versions are still using the System V initialization script.
To remedy this, the System V init script has been removed and RPM users with a custom log directory will no longer have a logrotate(8)
configuration out-of-the-box.
The May 30, 2023 end of life operating systems blog post announced the end of support for Red Hat Enterprise Linux 7 and its derivatives like CentOS 7, Scientific Linux 7, and Oracle Linux 7. Users should replace their Red Hat Enterprise Linux 7 installations with another operating system. If they prefer to continue with Red Hat or one of its derivatives, they have many alternatives, including:
Red Hat Enterprise Linux 8 or 9
AlmaLinux 8 or 9
Rocky Linux 8 or 9
Oracle Linux 8 or 9