Skip to content

Releases: jenkinsci/azure-ad-plugin

164.v5b48baa961d2

12 Jun 20:19
5b48baa
Compare
Choose a tag to compare

🚀 New features and improvements

  • Use People-Picker from Microsoft Graph Toolkit for selecting users/group (#136) @timja
    • Note: It's recommended to add a new graph api permission: 'People.Read'

azure-ad-graph-toolkit

👻 Maintenance

158.v437429002c6b

12 May 07:49
4374290
Compare
Choose a tag to compare

🚀 New features and improvements

157.v2d3d5782a602

10 May 08:36
2d3d578
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

  • Use caffeine cache instead of guava (#125) @timja

155.v745ce80af7ea

15 Apr 14:39
745ce80
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix add button not working in matrix (#122) @timja

154.v12e17a5f9ea3

14 Apr 08:56
12e17a5
Compare
Choose a tag to compare

🚀 New features and improvements

This fixes:

  • id_token wrongfully described as optional?
  • Group support doesn't work if user has >150 groups
  • Support sovereign clouds (untested, best effort, open an issue if it doesn't work)
  • Support for Jenkins proxy configuration (untested, best effort, open an issue if it doesn't work)
  • Support for Microsoft Graph API

153.v7af57b288088

11 Apr 16:42
7af57b2
Compare
Choose a tag to compare

🚀 New features and improvements

  • Sync UI for Azure AD matrix auth with upstream matrix auth (#119) @timja

152.v1609ed460604

08 Apr 20:41
1609ed4
Compare
Choose a tag to compare

🚀 New features and improvements

  • fix(email): set Mailer plugin email property (#116) @agaudreault-jive

👻 Maintenance

  • Remove unset given/surname, set mail to upn if no mail set (#117) @timja

150.vb3db9f880321

07 Apr 19:36
b3db9f8
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

👻 Maintenance

146.vb688d1511c38

29 Mar 07:15
b688d15
Compare
Choose a tag to compare

👻 Automatic releases are now enabled on merge to master

This comes with a new version number format, see https://www.jenkins.io/jep/229

  • Enable automatic release on merge to master (#111) @timja

🚀 New features and improvements

🐛 Bug fixes

📝 Documentation updates

👻 Maintenance

  • fixed some deprecation warnings in respect to jenkins.getInstance() (#79) @StefanSpieker