0.35
·
210 commits
to master
since this release
💥 Breaking changes
- JENKINS-34835: Group authorization changed from GitHub team names to team slugs (#124) @MancunianSam
If you restrict access via groups (e.g., with matrix-based security) and your GitHub team names do not match team slugs (e.g., if they contain spaces), be sure to add another set of grants using the GitHub team slug prior to upgrading; otherwise, you could potentially lock yourself out of Jenkins. After upgrading, it should be safe to remove the old GitHub team name grants.
For example, if administrative access is granted to the team "Jenkins Admin" with slugjenkins-admin
, you might currently haveorg*Jenkins Admin
as the group name. Be sure to add the same grants fororg*jenkins-admin
to ensure access after upgrading. After upgrading, it is safe to remove theorg*Jenkins Admin
grant.
📦 Dependency updates
- Bump plugin parent POM from 4.27 to 4.31 (#137, #136, #134, #133) @dependabot
- Upgrade various dependencies (#135) @basil