13th of April, 2023
Service
Improvements
- Alphabetized the top right menu.
- Improved performance of UI and API.
- Improved security of OAuth login process.
- Improved performance of notifications service.
- Changed Assist to only query spend data for deleted solution collections for 48 hours after deletion.
- A number of system generated email events are now part of the notifications system. They will now be sent via email and as in-app notifications.
- You can opt out of receiving these via in-app, email, or both from the notification settings button on the notifications slide out.
- The following email events are now part of the notifications system.
- Budget alerts.
- Workstation notification.
- Project role modification.
- New solution collection repository key generated.
Fixes
- Fixed an issue with the az agent installation command when installing an agent.
Agent
This update requires agent version - 2022.04.12.1
Please download a new install script and update your agent to use new features, improvements, and fixes.
Improvements
- Improved creation of storage accounts by enabling minimum TLS of 1.2, Secure transfer required, and disabling public blob access by default
- Added the ability to specify an alternative log file path and/or specify debug level logging by adding the following to the
appsettings.json
of the agent. These settings will be added to the agent installation wizard in a future release.
- You can combine the path setting with an attached file share to an Azure Container Instance to send log files to an Azure file share for easy retrieval see documentation.
//Both Path and Level are optional settings, you need only specify the value you want
logging: {
path: 'c:\\logs',
level: 'Information' //Where level could be Error, Warning, Information, Debug
}
Fixes
- Fixed an issue where the Loome Agent did not work with proxies.
- Fixed an issue where the Loome Agent might crash while trying to log while offline.