Skip to content

Releases: ox-it/munki-rebrand

v5.6

22 Aug 17:02
570e22d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.1...v5.6

v5.5.1

27 Nov 23:44
f69ff0a
Compare
Choose a tag to compare

Minor change to fix imghdr deprecation

Full Changelog: v5.5...v5.5.1

v5.5 - Community fixes

02 Oct 11:27
89b13f9
Compare
Choose a tag to compare

What's Changed

  • Sign Managed Software Update in Munki 5.3 by @liamn in #55
  • Adds --resource-addition option by @patgmac in #53
  • Add ability to use custom package ID by @n8felton in #57

New Contributors

Full Changelog: v5.2...v5.5

v5.3b

24 Apr 15:42
972118a
Compare
Choose a tag to compare
v5.3b Pre-release
Pre-release

Will now sign managedsoftwareupdate binary wrapper if it exists (for munki 6.3 and higher)

Many thanks to @liamn for their contribution.

v5.2

04 May 12:01
bfda308
Compare
Choose a tag to compare

Fix for beta of upcoming release of munki 5.7 which requires munki-notifier.app to have its icon rebranded.

What's Changed

Full Changelog: v5.1...v5.2

v5.1

07 Dec 12:29
Compare
Choose a tag to compare

Bugfix release

  • Removed nib rebranding code as no longer necessary, addressing #52

v5.0

25 Aug 12:25
Compare
Choose a tag to compare
  • --sign-binariesnow also signs munki python allowing for notarization of whole package if used in conjunction with --sign-package
  • Code to expand/flatten packages reworked to simplify future requirements
  • Minor changes around script console output
  • Linting

v5.0b1

08 Jul 12:16
Compare
Choose a tag to compare
v5.0b1 Pre-release
Pre-release

Experimental support for signing python binaries prior to notarization

Reworking of pkg expand/flatten code to simplify working on other pkgs in the mpkg

Linting & typo corrections

v4.1

21 May 12:44
a07df96
Compare
Choose a tag to compare

Updates:

  • Switched to up-to-date python string formatting

Fixes:

  • Fixed regression where munki-rebrand did not clean up for itself automatically after exit

4.0.2

06 Apr 17:03
703ae55
Compare
Choose a tag to compare

Fixed in this release:

  • Can run munki_rebrand.py from another directory and will attempt to detect xcassets folder in script's directory (thanks to @jc0b)