Skip to content

Releases: hoverkraft-tech/compose-action

v2.0.2

20 Sep 11:40
Compare
Choose a tag to compare

Release Summary

This release introduces new tests for the attach-dependencies feature, along with support for absolute paths in the compose-file input. Documentation for actions and workflows has been updated, and several dependencies related to GitHub actions and npm development have been bumped to ensure better performance and stability.

No breaking changes have been introduced.

What's Changed

  • ci: add test for attach-dependencies by @neilime in #75
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.2 to 0.13.3 in the github-actions-dependencies group by @dependabot in #77
  • docs: update actions and workflows documentation by @hoverkraft-bot in #78
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.3 to 0.14.0 in the github-actions-dependencies group by @dependabot in #79
  • chore(deps): bump hoverkraft-tech/ci-github-nodejs from 0.5.1 to 0.6.0 in the github-actions-dependencies group by @dependabot in #80
  • chore(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2 in the npm-dev-dependencies group by @dependabot in #84
  • fix: support absolute path for compose-file input by @neilime in #85
  • docs: update actions and workflows documentation by @hoverkraft-bot in #86
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.14.0 to 0.15.0 in the github-actions-dependencies group by @dependabot in #87

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Jun 19:05
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot in #70
  • chore(deps): bump docker-compose from 0.24.7 to 0.24.8 by @dependabot in #69
  • chore(deps-dev): bump eslint-plugin-jsonc from 2.15.0 to 2.15.1 in the npm-dev-dependencies group by @dependabot in #71
  • chore(deps-dev): bump eslint-plugin-jsonc from 2.15.1 to 2.16.0 in the npm-dev-dependencies group by @dependabot in #72
  • chore(deps-dev): bump eslint-plugin-github from 4.10.2 to 5.0.1 in the npm-dev-dependencies group by @dependabot in #73
  • fix: remove console log by @neilime in #76

Full Changelog: v2.0.0...v2.0.1

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