3.0
oleg-nenashev
released this
05 Jun 09:17
·
332 commits
to master
since this release
This release removes support for dangerous permissions (removed from Jenkins 2.222.1 LTS) and breaking API changes. Breaking changes should not affect user instances if they follow the 2.222.x upgrade guide.
New Role Strategy 2.x versions might be released in the future to deliver fixes to older Jenkins versions.
🚨 Removed
🚀 New features and improvements
- JENKINS-61205 - Read-only Jenkins Configuration support (#124) @timja
- Dark Mode support: Update images to transparent PNGs (#134) @res0nance
📦 Dependency updates
- Require Jenkins 2.222.x LTS as a minimum version (#131) @timja
- Upgrade the Jenkins Configuration as Code plugin dependency to 1.35 (#122) @timja
- Upgrade the Extended Read Permission plugin dependency from 3.1 to 3.2 (#132) @dependabot
📝 Documentation updates
- JENKINS-61302 - Remove the old agent terminology reference in README (#126) @oleg-nenashev
- Fix
@since
fields in Javadoc (#120) @res0nance
👻 Maintenance
- Use the new Role Strategy APIs with enum in the naming strategy and tests (#120) @res0nance