2.6
release-drafter
released this
12 Oct 08:37
·
1066 commits
to master
since this release
This release is mainly here to get some "smaller" features out. Please be aware of the new minimal Jenkins requirement (2.60.3).
There is one big change in behaviour: Automatically created locks are now ephemeral - they disappear after use.
🚀 New features and improvements
- Allow "empty" lock (#158) @TobiX
- Log Blocking Build (#152) @bbara
- JENKINS-55182 / #121: add support for casc (#146) @R3d-Dragon
- Add the permission control of viewing lockable resources (#77) @cashlalala
- Create implicit locks as ephemeral (#138) @bozaro
- Don't save if nothing changes (#133) @docwhat
- Auto-create lock also on Freestyle jobs (#139) @bozaro
- Make overview page use all available space
🐛 Bug Fixes
- Fix infinite wait on invalid label (#108) @yrodiere
- Groovy and number of resources fixed (#113) @haithir
👻 Maintenance
- GitHub documentation (#157) @TobiX
- JENKINS-55787 - Switch labels from entry to checkbox (#125) @jsoref
- Fix a typo: "abel" -> "label" (#115) @hristozov
- Modernize build (Require Java 8 & Jenkins 2.60.3) (#127) @TobiX