This release includes an incompatible change which impacts users of the Self-Organizing Swarm Modules plugin. Users of this plugin should upgrade it and its CLI client to the version 3.18 or above.
Major bug fix
Major enhancement
-
Remove network discovery services (UDP and DNS).
Users of the Self-Organizing Swarm Modules plugin should update the plugin and its CLI client to 3.18.
JENKINS-60913, Self-Organizing Swarm Modules Plugin 3.18 changelog
-
Extends the current milestones so plugins can update jobs and configuration during Jenkins initialization.
Adds initialization milestones:
SYSTEM_CONFIG_LOADED
, SYSTEM_CONFIG_ADAPTED
, JOB_CONFIG_ADAPTED
.
JENKINS-51856
Enhancement
-
Export the plugin compatibility flag in Update Site REST API.
pull 4385
-
Suggest Jenkins Configuration as Code plugin in the installation wizard.
pull 4410
-
Do not record the user creating an agent in some circumstances.
JENKINS-21837
-
Avoid logging node monitoring exceptions caused by node deletion.
JENKINS-54496
-
Improve RSS feed titles.
JENKINS-60848
-
Display build duration as tooltip to build date/time in the job's build history.
pull 4453
-
Improve performance of List Views when listing items.
pull 4462
-
Improve performance of artifact archiving when using
jenkins.model.StandardArtifactManager.disableTrafficCompression=true
.
JENKINS-60907
Bug fix
-
Prevent creation of duplicated SetupWizard singleton instances on Jenkins startup.
JENKINS-60867
-
Fix IndexOutOfBounds exception in
ChoiceParameterDefinition.getDefaultParameterValue
.
JENKINS-60721
-
Update Plugin manager pages to show icons while Jenkins is restarting.
JENKINS-59486