Major bug fix
-
Fix drag & drop for previously saved steps in the job configuration form (regression in 2.217).
JENKINS-61429
Major enhancement
-
Organize entries on the Manage Jenkins page into categories and show them in a grid.
pull 4546
Enhancement
-
Remove the unnecessary "monitor[s]" text next to the bell for a cleaner UI.
Change the colors of the notifications next to the bell to make them more noticeable.
JENKINS-61224
-
Allow usage statistics to be configured with the configuration-as-code plugin.
JENKINS-54662
-
Allow ssh authorized keys to be configured with the configuration-as-code plugin.
pull 4563, ssh-cli-auth 1.8 changelog
-
Use modern system fonts provided by the browser when possible.
Changes font size for body copy and headings to improve consistency and legibility.
JENKINS-60921
-
Update bundled Script Security Plugin from 1.70 to 1.71.
pull 4561, Script security plugin 1.70 changelog, SECURITY-1754 sandbox bypass vulnerability
-
Show in plugin manager table when there are security issues in a currently installed plugin.
pull 4553
-
Add French translation for 'New View'.
JENKINS-61424
-
Add
ManagementLink#getCategory()
for entries on Manage Jenkins to be grouped into category.
See the ManagementLink.Category
enum for supported return values.
pull 4546
-
Developer: Make
h.checkAnyPermission
and <l:layout permissions="…">
work on objects that aren't AccessControlled
.
JENKINS-61465
-
Document nullability of
newInstanceFromRadioList()
methods and callers.
pull 4543
-
Internal: Remove inline resources from restart views.
JENKINS-60866
Bug fix
-
Fix support of the
default
attribute in the Jelly enum
form control.
JENKINS-61385