Releases: trunk-io/trunk-action
Releases · trunk-io/trunk-action
v1.1.9
What's Changed
- Install latest node rather than crashing if setup-node finds an invalid node version (#189) (the fix in #186 did not handle all edge cases correctly)
Full Changelog: v1.1.8...v1.1.9
v1.1.8
v1.1.7
v1.1.6
- introduce an optional parameter in the new upload path (#157)
v1.1.5
- fix bug in the new upload path (#158)
v1.1.4
- Determine check mode and auto-init before calling
.trunk/setup-ci/action.yaml
(#109) - Teach
trunk-io/trunk-action/upgrade
to upgrade specific paths (#126) - Fixed bug that could occur when the CLI wasn't downloaded (#139)
- Take advantage of the fact that the CLI now respects the
TRUNK_TOKEN
environment variable (#142) - Allow customizing the title of the PR that
trunk-io/trunk-action/upgrade
generates (#114)
v1.1.3
This release was rolled back because it broke functionality. Do not use it.
- Determine check mode and auto-init before calling
.trunk/setup-ci/action.yaml
(#109) - Teach
trunk-io/trunk-action/upgrade
to upgrade specific paths (#126) - Fixed bug that could occur when the CLI wasn't downloaded (#139)
- Take advantage of the fact that the CLI now respects the
TRUNK_TOKEN
environment variable (#142) - Allow customizing the title of the PR that
trunk-io/trunk-action/upgrade
generates (#114)
v1.1.1
- Fix auto-init: make node setup opt-in (#105)
v1.1.0
- Allow customers to define their own custom setup action in
${repo}/.trunk/setup-ci/
(#70) - Fix node environment setup on environments without pre-installed node (#91)
- Support running on self-hosted runners that do not yet support
GITHUB_OUTPUT
(#97, #100) - Implement
trunk-io/trunk-action/upgrade
, which allows automatically opening PRs using the results oftrunk upgrade
(#55)
v1.0.8
What's Changed
- Support running in repos without
.trunk/trunk.yaml
, by automatically runningtrunk init
if none is present. - Validate
check-mode
is one of the allowed values. - Allow overriding github context inputs using environment variables.
Full Changelog: v1...v1.0.8