Skip to content

Releases: jenkinsci/azure-ad-plugin

195.v8555a0bf0d22

21 Apr 15:01
8555a0b
Compare
Choose a tag to compare

🐛 Bug fixes

194.v70a6d5203ce4

19 Apr 08:41
70a6d52
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

191.vfc8019068670

02 Feb 21:48
fc80190
Compare
Choose a tag to compare

🐛 Bug fixes

👻 Maintenance

189.v2da14dccdb43

22 Dec 09:53
2da14dc
Compare
Choose a tag to compare

Do not upgrade if you use this plugin with Role strategy plugin, see JENKINS-67422

🐛 Bug fixes

  • Fix group support for folders and agents (#180) @timja

188.v2369adb95a31

14 Dec 21:17
2369adb
Compare
Choose a tag to compare

🚀 New features and improvements

Do not upgrade if you use this plugin with Role strategy plugin, see JENKINS-67422

Add support for explicitly assigning permissions to groups or users with a given name to prevent confusion when names match either. Show warnings when permissions are ambiguously assigned to users and groups of a given name (#177) @timja

Important upgrade notes

Version 188 extends the formats for permission assignments internally and used with Job DSL and Configuration as Code plugins.
While existing configurations can still be read, warnings will be shown on the UI and in logs when configurations contain ambiguous entries (all past permission assignments are ambiguous).
Once new permissions have been assigned using version 3.0 or newer, or existing permission assignments have been migrated to apply only to users or groups, downgrading to earlier versions of this plugin may cause problems, as these releases will not be able to load unambiguous permission assignments.

📦 Dependency updates

185.v3b416408dcb1

01 Oct 10:11
3b41640
Compare
Choose a tag to compare

🐛 Bug fixes

184.v44f04b65bdd5

21 Sep 13:58
44f04b6
Compare
Choose a tag to compare

🐛 Bug fixes

183.vf8c6fa4c6567

21 Sep 10:54
f8c6fa4
Compare
Choose a tag to compare

🐛 Bug fixes

  • Guests can now use the people picker (#165) @timja

📦 Dependency updates

  • Bump jenkins-infra/jenkins-maven-cd-action from 1.1.0 to 1.2.0 (#163) @dependabot

179.vf6841393099e

13 Aug 12:47
f684139
Compare
Choose a tag to compare

🐛 Bug fixes

  • Allow non admins to configure folders (#160) @timja

178.v7b93892fbe4c

20 Jul 14:10
7b93892
Compare
Choose a tag to compare

🐛 Bug fixes

  • Add instanceOf check in case user has directory role (#158) @timja