Skip to content
Compare
Choose a tag to compare
@neilime neilime released this 03 Apr 10:09
· 5 commits to main since this release

BREAKING CHANGES

  • Migrate action to Node.js 20
  • compose-file validation: at least one compose file MUST exist (default one is docker-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

  • Upgrade GitHub Actions. (#60)
  • Added --abort-on-container-exit option in tests. (#18)

New Contributors

Full Changelog: v1.5.1...v2.0.0