Skip to content

Releases: jenkinsci/github-oauth-plugin

621.v33b_4394dda_4d

04 Oct 20:54
33b4394
Compare
Choose a tag to compare

📦 Dependency updates

  • Upgrade plugin parent POM to latest (#274) @basil
  • Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#272) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.462.x from 3307.v2769886db_63b_ to 3413.v0d896b_76a_30d (#273) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.462.x from 3289.v3ff9637cd241 to 3307.v2769886db_63b_ (#271) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.87 (#269) @dependabot
  • Bump io.jenkins.tools.bom:bom-2.462.x from 3271.vf18ea_cb_9edfb_ to 3289.v3ff9637cd241 (#270) @dependabot

611.v70d151e60ec4

19 Aug 12:35
70d151e
Compare
Choose a tag to compare

🚀 New features and improvements

✍ Other changes

📦 Dependency updates

  • Bump org.jenkins-ci.plugins:plugin from 4.83 to 4.86 (#266) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.83 (#265) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82 (#264) @dependabot
  • Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#263) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81 (#262) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.80 (#261) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#260) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#259) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76 (#258) @dependabot

597.ve0c3480fcb_d0

04 Nov 11:07
Compare
Choose a tag to compare

🐛 Bug fixes

596.v0646c4a_0a_962

01 Nov 16:53
0646c4a
Compare
Choose a tag to compare

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

588.vf696a_350572a_

01 Aug 04:07
f696a35
Compare
Choose a tag to compare

🐛 Bug fixes

👻 Maintenance

🚦 Tests

📦 Dependency updates

34 changes

0.39

14 Jun 02:32
Compare
Choose a tag to compare

📦 Dependency updates

0.38

28 Apr 17:57
Compare
Choose a tag to compare

🐛 Bug fixes

📝 Documentation updates

  • Migrate documentation from wiki to GitHub (#149) @duemir

🚦 Tests

📦 Dependency updates

0.37

05 Jan 23:54
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

0.36

17 Dec 15:21
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

0.35

27 Nov 02:19
Compare
Choose a tag to compare

💥 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 slug jenkins-admin, you might currently have org*Jenkins Admin as the group name. Be sure to add the same grants for org*jenkins-admin to ensure access after upgrading. After upgrading, it is safe to remove the org*Jenkins Admin grant.

📦 Dependency updates

🚦 Tests