Releases: dagger/dagger-for-github
Releases · dagger/dagger-for-github
v3.0.0
What's Changed
- Node 16 as default runtime by @crazy-max in #60
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
- Build and install dagger from source by @crazy-max in #53
- Update dev dependencies and workflow by @crazy-max in #54
- Fix workflow by @crazy-max in #59
- Bump docker/bake-action from 1 to 2 in #57
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's Changed
- README: fix action version in example by @aluzzardi in #31
- Misc v2 cleanups by @aluzzardi in #33
- Bump @actions/tool-cache from 1.7.1 to 1.7.2 by @dependabot in #36
- Bump @actions/exec from 1.1.0 to 1.1.1 by @dependabot in #37
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #41
- chore(dev): getInputList helper func by @crazy-max in #46
- feat: add
cmds
input (multilineargs
) by @joaofnds in #47 - ci: add jobs to check cmds and args behavior by @crazy-max in #48
- chore: readme updates by @crazy-max in #49
- use DAGGER_LOG_FORMAT env instead of --log-format flag by @crazy-max in #50
- docs: fix small nits in README by @crazy-max in #51
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- default to latest dagger version by @aluzzardi in #29
- update action to for dagger 0.2.0-beta.1 by @aluzzardi in #30
Full Changelog: v1...v2.0.0
v1.3.0
What's Changed
- Rename repo to dagger-for-github by @crazy-max in #22
- Change Action name from "dagger-action" to "dagger-for-github" by @grouville in #26
- Support major-minor version pinning by @aluzzardi in #27
- Version: default to 0.1 by @aluzzardi in #28
New Contributors
- @grouville made their first contribution in #26
- @aluzzardi made their first contribution in #27
Full Changelog: v1...v1.3.0
v1.2.1
- Fix log-format (#17)
v1.2.0
v1.1.1
- Fix config path (#6)
v1.1.0
v1.0.0
- Initial version