Skip to content

Releases: trunk-io/trunk-action

v1.1.9

15 Sep 18:42
97ecd21
Compare
Choose a tag to compare

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

13 Sep 22:04
632304d
Compare
Choose a tag to compare
  • Recursively checkout submodules when checking (#177)
  • Install latest node rather than crashing if setup-node finds an invalid node version (#186)

v1.1.7

03 Aug 23:48
883e222
Compare
Choose a tag to compare
  • Warn the user if they are using features of the trunk action with a CLI version that is too old (#171, #172)

v1.1.6

21 Jul 23:30
782e83f
Compare
Choose a tag to compare
  • introduce an optional parameter in the new upload path (#157)

v1.1.5

12 Jul 21:43
23e0471
Compare
Choose a tag to compare
  • fix bug in the new upload path (#158)

v1.1.4

11 Jul 00:05
b61eb57
Compare
Choose a tag to compare
  • 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

30 Jun 19:39
585ad97
Compare
Choose a tag to compare

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

24 May 23:38
e5f1a3f
Compare
Choose a tag to compare
  • Fix auto-init: make node setup opt-in (#105)

v1.1.0

22 May 22:36
9819a8b
Compare
Choose a tag to compare
  • 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 of trunk upgrade (#55)

v1.0.8

21 Mar 17:49
4f077db
Compare
Choose a tag to compare

What's Changed

  • Support running in repos without .trunk/trunk.yaml, by automatically running trunk 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