New Atlant update has been released (2025-11-17)
New Atlant (version 1.0.342) update has been released. This update includes the following changes:
- LNX-894: Added support for Debian 13.
- LNX-875: Added support for Red Hat Enterprise Linux 10, AlmaLinux 10, Rocky Linux 10, and Oracle Linux 10.
- LNX-695: Added support for ICAP over TLS. Configuration is currently available only through the atlantctl command-line tool. To enable:
- Configure TLS certificates
- Add ICAPS (ICAP over TLS) endpoint
Example:
/opt/f-secure/atlant/atlant/bin/atlantctl set tls '{"certificate": "/root/cert.pem", "key": "/root/key.pem"}'
/opt/f-secure/atlant/atlant/bin/atlantctl add scanning icaps_endpoints '{"address": "0.0.0.0", "port": 11344}'
- LNX-869: Virtual Appliance OS updates now use official AlmaLinux repository.
- Atlant Virtual Appliance now pulls OS updates directly from the official AlmaLinux repository, enabling more timely updates.
- Weekly update checks may now result in more frequent updates and reboots.
- The check runs at a fixed time, randomized at deployment (typically around Sunday 4:00 a.m.).
- The schedule is configurable, but the update check cannot be disabled.
- Miscellaneous bug fixes and improvements.