Releases: salopensource/sal
Releases · salopensource/sal
Sal 3.3.3
New in this release:
- Profiles support (via API and Search, requires Sal scripts 2.0.8)
- Complete re-write of plugins, the universe and everything (@sheagcraig #214 )
- Many other bug fixes from the legendary @sheagcraig
Fixed in this release:
- OS Info widget displays correctly
- Count of three month inactive machines is correct in Activity
Sal 3.3.2
New in this release:
- Profiles support (via API and Search, requires Sal scripts 2.0.8)
- Complete re-write of plugins, the universe and everything (@sheagcraig #214 )
- Many other bug fixes from the legendary @sheagcraig
Sal 3.3.1
New in this release:
- Permission and access code is completely overhauled (#210 @sheagcraig)
- SAML library updated to the latest version (sal-saml only)
Fixed in this release:
- My awful spelling is fixed (#211 @clburlison)
- Machine details datatable respects the
datatable_page_lengt
key (#215 @clburlison )
Sal 3.3.0
New in this release:
- Support for ChromeSal
- Complete Admin backend overhaul (#204 @sheagcraig)
- Most settings have been moved to the database (#205 @sheagcraig)
- Direct link to device's page in Crypt (requires forthcoming release of Crypt Server) (#207 @sheagcraig)
Sal 3.2.14
Fixed in this release:
- Fixed a regression that stopped search maintenance running correctly
- Corrected path for example script for manual installs (@Zolotkey #201)
- The backend plugin handling was basically re-written (@sheagcraig #200)
New in this release:
- 'Unknown' machines are now included in the Encryption widget (@epackorigan #199)
Sal 3.2.13
New in this release:
- Fields that are empty are now not displayed in machine detail
- Operating system version widget is divided into OS types
- Tests are now run on the code via CI
Fixed in this release:
- requirements.txt is more sane (#184 @epackorigan)
- Auto escape is enabled to prevent XSS attacks (#187 @bdemetris)
- Inventory permissions are fixed (#185 @sheagcraig)
- The code smell in
server.utils.listify_condition_data
is fixed (#193 @sheagcraig)
Sal 3.2.11
Fixed in this release:
- Search maintenance is now run via
supervisord
rather than viacron
for improved reliability - There is a new settings to pass in a custom root CA for request to other servers. [wiki]
- When many additional facts and conditions were specified, the query could become very complex, causing the database to take a while to return a result. To combat this, a cache of additional fact and condition values has been added.
Sal 3.2.10
Fixed in this release:
- Search maintenance is now run via
supervisord
rather than viacron
for improved reliability - There is a new settings to pass in a custom root CA for request to other servers. [wiki]
Sal 3.2.9
New in this release:
- Broken client reporting (requires sal-scripts 2.0.7)
- Deploy status field displayed on machine detail view (#171 @ChefAustin)
Fixed in this release:
Sal 3.2.8
New in this release:
- Support for handling Facter output from Windows clients (requires a future version of GoSal
- Support for adding Facts and Conditions to the search criteria for the basic search (https://github.com/salopensource/sal/wiki/Settings#search_facts and https://github.com/salopensource/sal/wiki/Settings#search_conditions)
Fixed in this release:
- Puppet Status Widget's alignment is fixed (#164 @clburlison )