Skip to content

Releases: salopensource/sal

Sal 2.7.1

18 Jul 10:24
Compare
Choose a tag to compare

New in 2.7:

  • The dashboard views will reload every 60 seconds.
  • Widgets can now be added to the Machine Detail page. They have all the same capabilities as other plugins, and an example with GateKeeper, SIP and FileVault has been included.

Fixed in 2.7.1:

  • The machine security postflight had a missing import

Sal 2.7.0

14 Jul 07:20
Compare
Choose a tag to compare

New in this release:

  • The dashboard views will reload every 60 seconds.
  • Widgets can now be added to the Machine Detail page. They have all the same capabilities as other plugins, and an example with GateKeeper, SIP and FileVault has been included.

Sal 2.6.5

04 Jul 17:10
Compare
Choose a tag to compare

Fixed in this release:

  • MunkiInstalls plugin now shows what happened today ( #57 - thanks to @aschwanb )
  • PluginScriptRow data fields can now be blank, to better simulate a null or None value.

Sal 2.6.4

28 Jun 14:08
Compare
Choose a tag to compare

This fixes #52 in which the correct time machine wasn't being shown when the machine list was being displayed. This release also puts the fix for Uptime not requiring Facter into a general release.

Sal 2.6.3

01 Jun 15:54
Compare
Choose a tag to compare
Sal 2.6.3 Pre-release
Pre-release

This fixes an issue where uptime isn't reported correctly with the latest version of Facter.

Sal 2.6.2

27 May 11:55
Compare
Choose a tag to compare

This fixes another issue with using database environment variables with Docker.

Sal 2.6.1

26 Apr 14:07
Compare
Choose a tag to compare

Fixes a build problem with the Docker image and allows you to use an external database.

Sal 2.6.0

21 Apr 12:31
Compare
Choose a tag to compare

New in Sal 2.6.0:

  • Auto add users to all business units - if you have many users and you want all users to have access to all business units, you can enable this setting.

Sal 2.5.1.628

13 Mar 13:09
Compare
Choose a tag to compare

New in Sal 2.5.1.628:

  • Report style plugins - these are plugins that take up the whole page to allow for sets of related information to be shown together
  • Support for client side scripts - these are script that plugins can send to the client for run during postflight (requires sal-scripts 1.0.0 or later)

Fixes in this version:

  • The data tables are now processed server side for searching, pagination and sorting, which will dramatically improve performance for large datasets.
  • It is possible to have a Fact name longer than 255 characters, so this limitation has been removed.
  • Fixes an issue with Unicode characters.
  • Install report wasn't filtering the correct machines when used on a business unit or machine group when clicking through to the machine list.

Sal 2.5.0.621

10 Mar 10:18
Compare
Choose a tag to compare

New in Sal 2.5.0.621:

  • Report style plugins - these are plugins that take up the whole page to allow for sets of related information to be shown together
  • Support for client side scripts - these are script that plugins can send to the client for run during postflight (requires sal-scripts 1.0.0)

Fixes in this version:

  • The data tables are now processed server side for searching, pagination and sorting, which will dramatically improve performance for large datasets.
  • It is possible to have a Fact name longer than 255 characters, so this limitation has been removed.