What's Changed
Features
- Added support for searching assets by hostname or machine ID in the root index page.
- Introduced a new
transactions
section in the machine details page, displaying transaction details for each asset. - Added a new brand icon for AlmaLinux in the assets directory.
- Enhanced the execution controller to include transactions in the machine details page.
Improvements
- Updated dependency versions in
go.mod
andgo.sum
:golang.org/x/sync
updated from v0.12.0 to v0.13.0github.com/tavsec/gin-healthcheck
updated from v1.7.5 to v1.7.6
- Replaced Red Hat brand icon with AlmaLinux brand icon throughout the templates.
- Improved SQL queries for better performance when searching assets.
Bug Fixes
- Corrected environment variable names from
IGNORE_EMPTY_TRANSACTION
toIGNORE_EMPTY_EXECUTION
in the documentation and codebase. - Fixed an issue where empty transactions were not being ignored correctly in the executions controller.
- Improved error handling and logging in various controllers.
Documentation
- Updated README.md to reflect the changes in environment variable names and new features.
Docker image
docker pull cr.rda.run/txlog/server:v1.5.0
Full Changelog: v1.4.0...v1.5.0