Release notes for the June 15, 2025 update
Update Version 4.1.202506131931
New Features
Added support for the group Managed Service Accounts (gMSA) when executing scripts on Windows devices.
The group Managed Service Account (gMSA) is a managed domain account that provides automatic password management and the ability to delegate the management to other administrators or services. This minimizes the administrative overhead of a service account by allowing Windows to handle password management for these accounts.
Support for gMSA accounts in Windows Domain environment simplifies management of Windows devices by using fewer domain accounts without the need to manage service account credentials. With gMSA account use no password in microsegmentation asset delegating password management the to Windows Domain.
Added support for LAPS accounts when when executing scripts on Windows devices.
The Local Administrator Password Solution (LAPS) provides management of local account passwords of domain joined computers. This minimizes the administrative overhead of a service account by allowing Windows to handle password management for these accounts.
Support for LAPS accounts in Windows Domain environment simplifies management of Windows devices by avoiding management of the service account credentials. With LAPS account use no password in microsegmentation asset delegating password management to the Windows Domain.
Security
-
Updated application client side WEB framework to the last version.
-
Updated application WEB container to the last version.
-
Updated database access component to the last version.
-
Updated PostgreSQL driver to the last version.
-
Updated REST API documentation component to the last version.
-
Updated WEB application build environment with foundation framework packages to the last version.
-
Updated application test framework to the last version.
Extensions
- Added IBM AIX script and parser to detect OS information and network status.
Fixes
- Fixed the issue with detecting explicit parameters during script execution.