v1.38.0
getlago/lagov1.38.0Dec 12, 2025by floganz
AI Summary
This release optimizes the build process by utilizing GitHub runners for building both the Docker image and the event processor. This improves efficiency and reliability of the CI/CD pipeline.
Key Highlights
- Uses GitHub runner for Docker image build
- Uses GitHub runner for event processor build
New Features
- Optimized CI builds
Full Release Notes
## What's Changed * fix(gha): Uses github runner for single docker image build by @vincent-pochet in https://github.com/getlago/lago/pull/659 * fix(gha): Uses github runner for event processor build by @vincent-pochet in https://github.com/getlago/lago/pull/660 * release: Bump to v1.38.0 by @floganz in https://github.com/getlago/lago/pull/662 **Full Changelog**: https://github.com/getlago/lago/compare/v1.37.0...v1.38.0