Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: imagr/imagr

Imagr 1.2.0

15 Jun 20:07
Compare
Choose a tag to compare

This release fixes a long standing bug, largely thanks to the work of @clburlison. Imagr will now bless correctly on 10.11 in all situations - #122 and #150

Imagr 1.1.1

01 Jun 14:33
Compare
Choose a tag to compare

This release includes all of the good stuff introduced with 1.1.0 (listed below) as well as a fix for a regression introduced with regards to file downloads.

New in this release:

  • file:// URLs are now valid, allowing for self contained Imagr environments to be created (thanks to @clburlison #128)
  • Colour in the first boot log via LoginLog 1.1 (thanks to @MagerValp #135)
  • Background images are now supported without external tools (thanks to @MagerValp #136)
  • Imaging tasks now accept a verify key to enable or disable ASR verification (thanks to @MagerValp #139)

Fixed in this release:

  • validateplist no longer relies on FoundationPlist (thanks to @macmule #130)
  • validateplist no longer modifies the original plist (thanks to @clburlison #140)
  • validateplist will check if URLs work (thanks to @MagerValp #141)
  • Disk image mounting error handling is improved (thanks to @clburlison #146)

Imagr 1.1.0

31 May 13:57
Compare
Choose a tag to compare

New in this release:

  • file:// URLs are now valid, allowing for self contained Imagr environments to be created (thanks to @clburlison #128)
  • Colour in the first boot log via LoginLog 1.1 (thanks to @MagerValp #135)
  • Background images are now supported without external tools (thanks to @MagerValp #136)
  • Imaging tasks now accept a verify key to enable or disable ASR verification (thanks to @MagerValp #139)

Fixed in this release:

  • validateplist no longer relies on FoundationPlist (thanks to @macmule #130)
  • validateplist no longer modifies the original plist (thanks to @clburlison #140)
  • validateplist will check if URLs work (thanks to @MagerValp #141)
  • Disk image mounting error handling is improved (thanks to @clburlison #146)

Imagr 1.0.3

04 Feb 14:25
Compare
Choose a tag to compare

New in this release:

  • Localization (keyboard layout, language, locale, timezone) [wiki]

Version 1.0.2

28 Jan 17:55
Compare
Choose a tag to compare

Fixed in this release:

  • Imagr wouldn't switch to the computer name input tab when it was part of an included workflow. (#120)
  • validateplist will now warn when a destructive task (imaging and partitioning) is put after any other task. (#124)

Version 1.0.1

19 Jan 10:41
Compare
Choose a tag to compare

Fixed in this release:

  • Fixed an issue when it is impossible to run another workflow when the target volume has been renamed (issue #119)

Imagr 1.0.0

14 Jan 08:24
Compare
Choose a tag to compare

We made it! We've got so much in here that I'm calling Imagr "finished" (as finished as software ever is - there's still lots more we could add).

New in this version:

  • Automatically log in if no password is set in the config plist (@rdrake 4196731 wiki)
  • Ability to set the default workflow that is selected in the dropdown (@rdrake 5824597 wiki)
  • Can specify a workflow to auto run after 30 seconds (@rdrake 4a67d82 wiki)
  • It is now possible to define an included workflow by using the output of a script (8df75c5 wiki)

Imagr 0.0.5

15 Dec 16:30
Compare
Choose a tag to compare

New in this version:

  • Ability to send HTTP Headers with your requests for flat packages or scripts
<dict>
    <key>type</key>
    <string>package</string>
    <key>url</key>
    <string>http://192.168.178.135/MunkiTools.pkg</string>
    <key>additional_headers</key>
    <array>
        <string>Authorization: Basic YWRtaW46c2VjcmV0</string>
        <string>X-enrolment-build: production</string>
        <string>X-enrolment-site: london</string>
        <string>X-enrolment-salgroup: 36</string>
    </array>
</dict>

Fixes in this release:

  • 10.11 is now the default source for new NBI's in the Makefile (thanks to @clburlison)

Included workflows

19 Oct 08:45
Compare
Choose a tag to compare

The big change in this release is included workflows.

Also new in this release is the ability to send logs to a syslog server (thanks to @niklasskoldmark).

Reporting

30 Jul 09:20
Compare
Choose a tag to compare

The major feature in this release is support for sending reports. Please see the wiki for details on how to set it up.

Thanks to @vmiller for his tweak to the machine naming function: Imagr will now use the existing name as a default if there is one already set on the disk.