Releases: hoverkraft-tech/compose-action
Releases · hoverkraft-tech/compose-action
v2.0.2
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
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
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
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.2
What's Changed
- fix: missing runtime dependencies (#12) by @OldSneerJaw in #13
- Revert commit abbea89 by @isbang in #14
New Contributors
- @OldSneerJaw made their first contribution in #13
Full Changelog: v1.3.0...v1.3.2