What's Changed
- Changes to compose projects that use
extends:orinclude:definitions now should be able to detect changes correctly. - Doco-cd now uses Docker Client v29 and Docker Compose v5, which brings some breaking changes and deprecations:
- cgroup v1 is deprecated
- The Docker daemon now requires API version v1.44 or later (Docker v25.0+).
🌟 Improvements
- chore(tests): replace testcontainers dependency with custom implementation by @kimdre in #1065
- feat(test): add option to prune images during test stack cleanup by @kimdre in #1066
- feat(compose): add detection for changes in files referenced by
extends:orinclude:definitions by @kimdre in #1070 - feat(compose): enhance project change detection by @kimdre in #1071
- fix(deploy): update file path handling in change detection logic by @kimdre in #1073
📦 Dependencies
- chore(deps): update Docker client SDK to v29 by @kimdre in #1063
- chore(deps): update aquasecurity/trivy-action digest to 57a97c7 by @renovate[bot] in #1067
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #1068
📚 Miscellaneous
Full Changelog: v0.71.0...v0.72.0