-
Notifications
You must be signed in to change notification settings - Fork 16
Outset 4.2.0 #62
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
Merged
Merged
Outset 4.2.0 #62
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
More code cleanup and re-arranging Added "on demand privileged" Added initial capability to run scripts contained as base64 bundles in a confir profile (currently nothing calls this)
Fixed link to wiki FAQ. Previously pointed to old read-only chilcote repository.
TODO: - restrict to managed preferences - integrate with standard workflow including checks for run-once - remove debug code
…rence plist This should now be working for all script types. Some work to do on properly procesing `--add-override` which currently prepends the login-once path which causes the override check to not match.
Update README.md
JSON Schema for Jamf Pro
Fixes the checksum all command so that the outset/logs folder is ignored
Fix for issue #54
Outset updated rocket graphic and as squircle icon
Add logic for add-override and remove-override to handle payload scripts with "payload=". The alternate is we don't assume `loginOnce.directoryPath` if no path is given. Discussion welcome
…ts domains. Added logic to skip a payload if it's not from a managed domain and debug is not enabled.
…ring Problem: `Object is wrong type. Expected: NSString Got: __NSArrayM` appears in the system.log (`Console.app`) Solution: Took out argument `<string></string>` from `<array></array>` element.
…o-string fix(LaunchAgents+LaunchDaemons): Program is using Array instead of String
updated version tags for `metcalfc/changelog-generator` and `softprops/action-gh-release`. Hopefully fix an issue where specifically action-gh-release was a few changes behind and the last preview release picked up an old release tag making it appear out of order in the releases view.
update release workflows to match pre-release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR to merge 4.2.0 branch into main ready for release
--add-override
which currently prepends the login-once path which causes the override check to not match.loginOnce.directoryPath
if no path is given. Discussion welcome