## Improvements - Doublewide: We made the Client Runs search bar wider so you can read the suggestions dropdown more easily. - InSpec Control Code Improvements: CIS Azure Foundations v1.0.0 implements controls 3.3 and 3.7. - Compliance Update: The STIG RHEL7 Cat I preview compliance profile includes SV-86557r3 and SV-86863r4 and gives more meaningful skip messages on a number of controls. ## Bug Fixes - Secrets Logging: The `secrets-service` listens to log level configuration. Use either of the below config settings to set the `secrets-service` log level to `debug`. ``` [secrets.v1.sys.log] level = "debug" [global.v1.log] level = "debug" ``` - Configuration Logging: The `config-mgmt-service` listens to log level configuration. Use either of the below config settings will set the `config-mgmt-service` log level to `debug`. ``` [config_mgmt.v1.sys.log] level = "debug" [global.v1.log] level = "debug" ``` - Use "Add notification" and "Edit notification" links without causing a full page refresh.