-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mas: disable sign-in check for macOS 12+ #6520
mas: disable sign-in check for macOS 12+ #6520
Conversation
@justinpjose: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR. I currently don't actively use Ansible, but I think your solution is the only viable workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Could you please add a changelog fragment? Thanks.
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
@lukasbestle, @russoz, @felixfontein |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be merged for 7.1.0.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6592 🤖 @patchback |
* disable sign-in check for macOS 12+ * move is_version_greater func outside class Mas * fix formatting * remove trailing whitespace * make use of LooseVersion to compare versions * update requirement description Co-authored-by: Felix Fontein <[email protected]> * update requirement description link Co-authored-by: Felix Fontein <[email protected]> * update constant of macOS version Co-authored-by: Felix Fontein <[email protected]> * use updated constant Co-authored-by: Felix Fontein <[email protected]> * update getting macOS version Co-authored-by: Felix Fontein <[email protected]> * add changelog fragment --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 4373f2f)
@justinpjose thanks for your contribution! |
… macOS 12+ (#6592) mas: disable sign-in check for macOS 12+ (#6520) * disable sign-in check for macOS 12+ * move is_version_greater func outside class Mas * fix formatting * remove trailing whitespace * make use of LooseVersion to compare versions * update requirement description Co-authored-by: Felix Fontein <[email protected]> * update requirement description link Co-authored-by: Felix Fontein <[email protected]> * update constant of macOS version Co-authored-by: Felix Fontein <[email protected]> * use updated constant Co-authored-by: Felix Fontein <[email protected]> * update getting macOS version Co-authored-by: Felix Fontein <[email protected]> * add changelog fragment --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 4373f2f) Co-authored-by: Justine Jose <[email protected]>
SUMMARY
Feature Implementation of Issue - #6519
Fixes #6519
ISSUE TYPE
COMPONENT NAME
mas
ADDITIONAL INFORMATION
Disabling the sign-in check when trying to install or upgrade an app via mas via Ansible for anyone using Mac 12.0+. More details can be found in the issue