Skip to content

Releases: xing/act

v0.2.26-xing.11-1758b47

11 May 13:23
Compare
Choose a tag to compare

Changelog

New Features

  • 5028083 feat: run pre step from actions
  • af7c336 feat: run all composite post actions in a step
  • 55f2b3f feat: run composite post steps during post step lifecycle
  • 8df5833 feat: collect pre and post steps for composite actions
  • e8598d7 feat: add post step to actions and add state command
  • 8e216c6 feat: support GITHUB_REF_NAME & GITHUB_REF_TYPE (nektos#1142)
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

  • 34d51d1 fix: do not run post step if no step result is available
  • be8b7bb fix: enforce running all post executor
  • ca27097 fix: make step output more readable
  • 56b0d30 fix: use composite job logger
  • 070b8e4 fixup! fix: allow masking values in composite actions
  • 6d29ac7 fix: store github token next to secrets
  • bef989f fix: merge run context env into composite run context env
  • 3c50c78 fix: add missing ExtraPath attribute
  • e1a6d44 fix: re-add removed color increase
  • 5ac1243 fix: allow masking values in composite actions
  • 72f3c26 fix: add RunContext JobName to fill GITHUB_JOBNAME
  • baf407c fix: restore composite log output
  • ddb96f4 fix: merge github context into env when read and setup
  • bc85f97 fix: return invalid step type
  • 77ddc89 fix: conclusion and outcome are no integers (nektos#1136)
  • 9357512 fix: do not error that much (nektos#1137)
  • c27e079 fix: copy ignored tracked files (nektos#1074)
  • b3bd268 fix: return error on reusable workflows (nektos#1093)
  • 8d41f7a fix(editorconfig): correct braces (nektos#1094)
  • 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
  • de81979 fix: set default version string (nektos#1070)

Documentation updates

Other

v0.2.26-xing.10-2d03289

27 Apr 05:22
Compare
Choose a tag to compare

Changelog

New Features

  • 5cee009 feat: run pre step from actions
  • 74a1c0a feat: run all composite post actions in a step
  • 4584c7b feat: run composite post steps during post step lifecycle
  • 4f3e268 feat: collect pre and post steps for composite actions
  • 5f6cd0f feat: add post step to actions and add state command
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

Documentation updates

Other

v0.2.26-xing.9-3a7aac5

25 Apr 12:09
Compare
Choose a tag to compare

Changelog

New Features

  • 86ca4ad feat: run pre step from actions
  • efcd2fc feat: run all composite post actions in a step
  • ef0e761 feat: run composite post steps during post step lifecycle
  • 49fdbaf feat: collect pre and post steps for composite actions
  • 3ee2fab feat: add post step to actions and add state command
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

  • 546b1b9 fix: make step output more readable
  • dc6050f fix: use composite job logger
  • 97dc099 fixup! fix: allow masking values in composite actions
  • 6839405 fix: store github token next to secrets
  • 0d0c537 fix: merge run context env into composite run context env
  • adc2e14 fix: add missing ExtraPath attribute
  • a9f2bd9 fix: re-add removed color increase
  • 7852b7d fix: allow masking values in composite actions
  • cb24c28 fix: add RunContext JobName to fill GITHUB_JOBNAME
  • b14f09d fix: restore composite log output
  • 591ae75 fix: merge github context into env when read and setup
  • c27e079 fix: copy ignored tracked files (nektos#1074)
  • b3bd268 fix: return error on reusable workflows (nektos#1093)
  • 8d41f7a fix(editorconfig): correct braces (nektos#1094)
  • 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
  • de81979 fix: set default version string (nektos#1070)

Documentation updates

Other

v0.2.26-xing.8-34a0bda

15 Apr 05:18
Compare
Choose a tag to compare

Changelog

New Features

  • 6ad8ed0 feat: run pre step from actions
  • aea2025 feat: run all composite post actions in a step
  • 1df3f62 feat: run composite post steps during post step lifecycle
  • cf8ba3b feat: collect pre and post steps for composite actions
  • 8930ee8 feat: add post step to actions and add state command
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

Other

v0.2.26-xing.7-77191d2

13 Apr 14:04
Compare
Choose a tag to compare

Changelog

New Features

  • 9ef8a6c feat: run pre step from actions
  • 35262ac feat: run all composite post actions in a step
  • 8bf4579 feat: run composite post steps during post step lifecycle
  • 15d5657 feat: collect pre and post steps for composite actions
  • 38d8d1f feat: add post step to actions and add state command
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

Other

v0.2.26-xing.6-418e143

13 Apr 12:17
Compare
Choose a tag to compare

Changelog

New Features

  • 7974e84 feat: run pre step from actions
  • 5cc8e2b feat: run all composite post actions in a step
  • 4114569 feat: run composite post steps during post step lifecycle
  • cf7cec5 feat: collect pre and post steps for composite actions
  • b6efdd9 feat: add post step to actions and add state command
  • d4272bd feat: add option to specify git remote name (nektos#1104)
  • 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)

Bug fixes

  • ce1b1e0 fix: make step output more readable
  • e0f1712 fix: use composite job logger
  • 7fb42f4 fix: merge run context env into composite run context env
  • 73b6b0e fix: add missing ExtraPath attribute
  • 62ce494 fix: re-add removed color increase
  • 0eeaedf fix: allow masking values in composite actions
  • fa0dc90 fix: add RunContext JobName to fill GITHUB_JOBNAME
  • 003590c fix: restore composite log output
  • 706eaac fix: merge github context into env when read and setup
  • c27e079 fix: copy ignored tracked files (nektos#1074)
  • b3bd268 fix: return error on reusable workflows (nektos#1093)
  • 8d41f7a fix(editorconfig): correct braces (nektos#1094)
  • 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
  • de81979 fix: set default version string (nektos#1070)

Other

v0.2.26-xing.5-40afd79

12 Apr 12:05
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Other

v0.2.26-xing.4-10ecfdb

06 Apr 05:13
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Other

v0.2.26-xing.3-cdb6318

05 Apr 05:13
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Other

v0.2.26-xing.2-9edb6b9

04 Apr 09:24
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Other