Changelog for 2.151
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.151
(2018-11-11)
-
Add a new CLI command
disable-plugin
to disable one ore more installed plugins and optionally restart Jenkins.
(issue 27177)
-
Add new category Languages to the plugin wizard, which automatically installs available localization plugins based on browser language.
(pull 3626)
-
Update Windows Agent Installer from 1.9.2 to 1.9.3 to reduce remote class loading when not actually using Windows.
(pull 3723, Windows Agent Installer changelog)
-
Avoid
Premature EOF
error when using the shutdown
CLI command.
(issue 49196)
-
Prevent
Stream is closed
error in case a CLI command finishes before the input is entirely read.
(issue 54310)