Enhancement
-
Small optimization in computer list.
pull 8299
-
Remove the treeview option for artifactList.
JENKINS-71054
-
Remove a workaround that was only necessary for OpenJDK 11.0.16 and earlier.
pull 8193
-
Use new jenkins-button styling for
'expandableTextbox'
button.
pull 8180
-
Log agent usage by job.
pull 8283
-
Make tab panes accessible via keyboard.
JENKINS-71496
-
Remove System V initialization scripts from RPM based installers.
The System V initialization scripts were replaced in March 2022 with systemd initialization.
RPM users with a custom log directory no longer have a
logrotate(8)
configuration out-of-the-box.
pull 409 (packaging), Linux install packages migrated from System V init to systemd
-
Add
allow-same-origin
to the sandbox
ContentSecurityPolicy directive of workspace and artifact browsers if the Resource Root URL feature is not used.
Allow requests to resources like stylesheets and images, even if a reverse proxy prohibits cross-site requests.
JENKINS-71366
Bug fix
-
Add the
X-Content-Type-Options
HTTP header to the response from the agent listener.
Silence security scanners that incorrectly report an issue when the HTTP header is missing.
JENKINS-71186
-
Only disable the plugin manager "install" button if no plugins are selected (regression in 2.414).
JENKINS-71698