Skip to content

Releases: hoverkraft-tech/compose-action

v2.0.0

03 Apr 10:09
Compare
Choose a tag to compare

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

v1.5.1

25 Mar 07:07
178aeba
Compare
Choose a tag to compare

What's Changed

  • Upgrade post run operation to docker v2 by @mkoehnke in #33

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

23 Jul 07:43
Compare
Choose a tag to compare

What's Changed

  • upgrade: docker-compose to v2 by @9bany in #30

New Contributors

  • @9bany made their first contribution in #30

Full Changelog: v1.4.1...v1.5.0

v1.4.1

15 Nov 06:58
9d0371f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Oct 13:11
c90010f
Compare
Choose a tag to compare

What's Changed

  • Update action runtime to nodejs v16 by @rpede in #16

New Contributors

  • @rpede made their first contribution in #16

Full Changelog: v1.3.2...v1.4.0

v1.3.2

07 Oct 06:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.2

v1.3.0

05 Oct 09:21
9247c87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Aug 06:21
bbeb376
Compare
Choose a tag to compare

What's Changed

  • feat: add support for compose flags by @razvanz in #7

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

07 Jun 15:07
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ricglz made their first contribution in #5

Full Changelog: v1.0.0...v1.1.0

v1.0.0

25 Apr 03:00
Compare
Choose a tag to compare

Change Log

  • #3 support optional flags on docker-compose down (thanks to @thorrak)