Releases: jenkinsci/azure-ad-plugin
Releases · jenkinsci/azure-ad-plugin
164.v5b48baa961d2
🚀 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'
👻 Maintenance
- Move js to file (#135) @timja
- Minor refactoring (#132) @StefanSpieker
- Replace deprecated JSR-305 annotations with spotbugs annotations (#131) @StefanSpieker
158.v437429002c6b
157.v2d3d5782a602
155.v745ce80af7ea
154.v12e17a5f9ea3
🚀 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
152.v1609ed460604
150.vb3db9f880321
146.vb688d1511c38
👻 Automatic releases are now enabled on merge to master
This comes with a new version number format, see https://www.jenkins.io/jep/229
🚀 New features and improvements
- JENKINS-64858 - Enabled support for Job DSL plugin (#99) @hrmohr
🐛 Bug fixes
📝 Documentation updates
👻 Maintenance
- fixed some deprecation warnings in respect to jenkins.getInstance() (#79) @StefanSpieker