-
Add versioning support to build artifacts and log outputs
released this
2025-09-05 14:57:22 +00:00 | 1976 commits to main since this release- Introduced
Versionvariable, set during build via-ldflags, to embed application version. - Updated Dockerfile to accept
APP_VERSIONargument for version injection during build. - Modified
.goreleaser.ymlto pass GitHub release tag as version vialdflags. - Added version logging in the application startup.
Downloads
- Introduced