Releases: jenkinsci/extended-read-permission-plugin
Releases · jenkinsci/extended-read-permission-plugin
61.vf24570ff3b_e9
👻 Maintenance
- Require 2.452.4 (#29) @jonesbusy
- Use Jenkinsfile from archetype (#30) @jonesbusy
- Test with Java 21. (#26) @gounthar
✍ Other changes
- Update Jenkins Security Scan action (#28) @strangelookingnerd
📦 Dependency updates
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#32) @dependabot
- Bump git-changelist-maven-extension from 1.6 to 1.7 (#22) @dependabot
- Bump plugin from 4.65 to 4.69 (#23) @dependabot
- Bump plugin from 4.63 to 4.65 (#21) @dependabot
53.v6499940139e5
🚀 New features and improvements
- Refresh plugin for 2023 (#18) @NotMyFault
👻 Maintenance
- Enable CD (#20) @NotMyFault
3.2
3.1
🚀 New features and improvements
- JEP-224 - Add a
Overall/SystemRead
permission enabler controlled by thejenkins.security.SystemReadPermission
system property for Jenkins 2.222+ (#7) @timja
👷 Changes for plugin developers
- JEP-224 - Add a Beta
hudson.plugins.extendedread.SystemReadPermission#SYSTEM_READ
permission entity for plugin developers who want to use the permission without updating the Jenkins core dependency (#7) @timja
📝 Documentation updates
- Add the plugin summary to the metadata (#10) @oleg-nenashev
- Update the plugin documentation to support multiple permissions (#9) @oleg-nenashev
3.0
This is a major release with the Plugin API changes. It is not considered as incompatible change for users, because these APIs are unlikely to be used by other plugins or by Groovy initialization scripts.
🚨 Removed
- Remove the deprecated
Plugin
class implementation, use the initalizer instead (#6) @res0nance
📝 Documentation updates
- Move documentation to GitHub README, add badges (#4) @oleg-nenashev
📦 Dependency updates
- Require Jenkins Core 2.138.3 to remove implied dependencies + POM facelift (#3) @oleg-nenashev
👻 Maintenance
- Enable Release Drafter for the repository (#8) @oleg-nenashev
- Add Jenkinsfile (#2) @olivergondza