What's Changed
- Clone, Update and Fetch Git operations now have a retry mechanism.
- Fixed a bug that caused the api endpoints and prometheus metrics being reachable on both ports instead of only their own.
🌟 Improvements
- feat(git): add retry logic for git operations and version fetching by @kimdre in #1041
- fix(git): log submodule path with absolute location during update by @kimdre in #1043
🐛 Bug Fixes
- fix(api): use dedicated mux for api and metrics by @kimdre in #1040
- fix(git): ensure submodules are updated on checkout by @kimdre in #1042
📦 Dependencies
- chore(deps): update gcr.io/distroless/base-debian13 docker digest to 9740672 by @renovate[bot] in #1037
- chore(deps): update actions/setup-go action to v6.3.0 by @renovate[bot] in #1038
Full Changelog: v0.68.0...v0.69.0