Skip to content

Releases: salopensource/sal-scripts

Sal Scripts 1.0.3

02 Jun 09:03
Compare
Choose a tag to compare

Fixed in this release:

  • Any new lines are stripped from the Puppet version (#9 @arubdesu )
  • Debug output for external scripts has been added.

Sal scripts 1.0.2

13 Mar 13:43
Compare
Choose a tag to compare

New in sal-scripts 1.0.2:

  • Support for scripts retrieved from plugins (requires Sal 2.5.0 or later).

Fixes in sal-scripts 1.0.2:

  • Catalogs and application inventory are only sent when Munki isn't run manually by launching Managed Software Center to speed up manual runs.
  • Fix for Unicode (emojis in machine names etc)
  • Version number wasn't reporting correctly in checkin

Sal Script 1.0.1

10 Mar 17:24
Compare
Choose a tag to compare

New in sal-scripts 1.0.0:

  • Support for scripts retrieved from plugins (requires Sal 2.5.0).

Fixes in sal-scripts 1.0.0:

  • Catalogs and application inventory are only sent when Munki isn't run manually by launching Managed Software Center to speed up manual runs.
  • Fix for Unicode (emojis in machine names etc)

Sal Scripts 1.0.0

10 Mar 10:17
Compare
Choose a tag to compare

New in sal-scripts 1.0.0:

  • Support for scripts retrieved from plugins (requires Sal 2.5.0).

Fixes in sal-scripts 1.0.0:

  • Catalogs and application inventory are only sent when Munki isn't run manually by launching Managed Software Center to speed up manual runs.

Version 0.9.1

13 Feb 07:18
Compare
Choose a tag to compare

This release removes osquery support. It has been broken since osquery 1.6, and will be replaced by something cooler in sal-scripts 1.0.0 :)

Fixed in this release:

  • The new method of getting the computer name would cause submission to fail if the name isn't set properly. We now fall back to the old way if needed.

Version 0.8.1

29 Jan 14:53
Compare
Choose a tag to compare

Fixed in this release:

  • Fixes issue when using legacy Puppet 3 (@LcTrKiD #5)
  • Fixes issue when using Puppet 3 and having non ASCI characters in hostname (@arubdesu #6 )

Version 0.8.0

26 Jan 18:47
Compare
Choose a tag to compare

This release is pretty much a complete re-write (thanks to @sheagcraig!), which should make these scripts much more maintainable.

Fixes in this release:

  • Report data from clients running Puppet 4 is now sent.
  • Facter 3's structured facts no longer cause Sal to error out

Version 0.7.5

26 Dec 15:43
Compare
Choose a tag to compare

This version of Sal Scripts will submit the install log and the catalogs if needed. This is required for Sal 2.4.0. Includes a fix when using the new omni-package for Puppet (thanks to @sheagcraig)

Version 0.6.1

11 Sep 12:03
Compare
Choose a tag to compare

This release goes back to using curl to submit information to Sal, which will hopefully cure the random failures some have been reporting. There is also additional validation on the JSON returned from plugins before writing osquery's configuration file.

Version 0.6.0

30 Aug 23:27
Compare
Choose a tag to compare

Version 0.6.0 supports the use of osquery and submitting of application inventory. The new features also require Sal 2.1.0. For more information on the use of the new features, see the Sal 2.1.0 release.