What's Changed
- Failed Compose Lifecycle Hooks are now detected and handled correctly.
- Improved performance for webhooks that got triggered by the same commit SHA as HEAD.
- Renamed compose files should no longer break their scheduled jobs.
- Service image refs that change on config-only tag bumps are now reported in notifications.
🌟 Improvements
- fix(external-secrets): refine condition for certificate rotation watcher based on SecretProvider by @kimdre in #1725
- fix(webhook): improvements to webhook events by @kimdre in #1726
- fix(deploy): retry deployments that failed after containers were created by @dennislapchenko in #1711
- test(e2e): refactor end-to-end test harness by @kimdre in #1732
- test(e2e): scope daemon image by pid and remove it on teardown by @dennislapchenko in #1734
- feat(notification): name services whose image moved on tag bump by @dennislapchenko in #1733
- test(e2e): enhance test harness for Docker Swarm compatibility and add image bump tests by @kimdre in #1736
- test(e2e): optimize image build process and enhance test harness performance by @kimdre in #1739
🐛 Bug Fixes
📦 Dependencies
- chore(deps): update module github.com/bombsimon/wsl/v5 to v5.9.0 by @renovate[bot] in #1727
- chore(deps): update dependency golang to v1.27.0 by @renovate[bot] in #1713
📚 Miscellaneous
- docs(examples): add full working examples for common setups by @dennislapchenko in #1706
Full Changelog: v0.111.0...v0.112.0