Sourced from hoverkraft-tech/compose-action's releases.
v2.0.2
Release Summary
This release introduces new tests for the
attach-dependencies
feature, along with support for absolute paths in thecompose-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 hoverkraft-tech/compose-action#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 hoverkraft-tech/compose-action#77- docs: update actions and workflows documentation by
@hoverkraft-bot
in hoverkraft-tech/compose-action#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 hoverkraft-tech/compose-action#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 hoverkraft-tech/compose-action#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 hoverkraft-tech/compose-action#84- fix: support absolute path for compose-file input by
@neilime
in hoverkraft-tech/compose-action#85- docs: update actions and workflows documentation by
@hoverkraft-bot
in hoverkraft-tech/compose-action#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 hoverkraft-tech/compose-action#87Full Changelog: https://github.com/hoverkraft-tech/compose-action/compare/v2.0.1...v2.0.2
f1ca7fe
chore(deps): bump hoverkraft-tech/ci-github-common89f869f
docs: update actions and workflows documentation4d0cecc
fix: support absolute path for compose-file inputce6f83d
chore(deps-dev): bump eslint-plugin-github7e2bd76
chore(deps): bump hoverkraft-tech/ci-github-nodejs31f7d2c
chore(deps): bump hoverkraft-tech/ci-github-common8391f9b
docs: update actions and workflows documentation0fce44d
chore(deps): bump hoverkraft-tech/ci-github-common89eb95b
docs: add basic usage exemplef7ac24c
ci: add test for attach-dependencies