BREAKING CHANGES
- Migrate action to Node.js 20
compose-file
validation: at least one compose file MUST exist (default one isdocker-compose.yml
), every given compose files MUST exist
Changelog
Features
- Migrate to Node.js 20 and TypeScript. (#56)
- Make docker-compose cwd aware. (#61)
- Add logs debug on post. (#63)
- Log docker-compose version. (#66)
Fixes
- Ensure given docker-compose file(s) are valid and at least one is provided. (#65)
Documentation Updates
Dependency Updates
- Bumped the
github-actions-dependencies
group with 3 updates. (#46, #57) - Bumped
docker-compose
from 0.24.1 to 0.24.7. (#48) - Bumped the
actions-dependencies
group with 1 update. (#58) - Bumped the
npm-dev-dependencies
group with 1 update. (#67)
Continuous Integration
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: v1.5.1...v2.0.0