* Added publishing of SCAP reports for Linux systems with each release * Fixed CLI behavior when passing 'none' value, e.g. `--salt-states none` * Updated default config to use Salt 3003.3 * mcafee-agent-formula - (Linux) Refactored to allow install over an existing installation
2021.08.11
**Summary**:
* Patched Salt worker to be case-sensitive when processsing Salt states * Refactored Salt states handling between CLI and config.yaml * Standalone packages are now based on EL7 and are no longer compatible with EL6 (EL6 hasn't been supported for a while now)
2021.07.15
**Summary**:
* ash-linux-formula - Supports managing FIPS when / and /boot are on the same partition - Allows `oscap remediate` to exit non-zero on valid errors * Supports parsing extra_arguments when passed using `=` as the separator - E.g. `--user-formulas='{"foo-formula": "https://url-to/foo-formula.zip"}'`
2021.07.08
**Summary**:
* Adds capability to run extra states after highstate - E.g. from cli, `--salt-states highstate,foo,bar` - E.g. in config file, `salt_states: highstate,foo,bar` * Adds capability to pass complex worker arguments on the cli as JSON or YAML - E.g. `--user-formulas '{"foo-formula": "https://url-to/foo-formula.zip"}'`
2021.06.17
**Summary**:
* ash-linux-formula - Patches RHEL-07-040810 to apply to only iptables-services RPM and not core-package iptables RPM
2021.05.11
**Summary**:
* ash-linux-formula/nessus-agent-formula - Patches maxdepth parameter to use integer type to support Jinja rendering in Salt 3003