Skip to content

Releases: xing/act

v0.2.26-xing.31-4311fc7

14 Jun 09:30
Compare
Choose a tag to compare

Changelog

New Features

  • 0b8e2b8 feat: add pre/post stage identifier fields to json log output
  • 101bb4c feat: add job/step result status to skipped steps/jobs
  • b757b0e feat: add pre/post stage identifier fields to json log output
  • ed1aa57 feat: replace logger with step logger
  • d513d92 feat: [DEBUG] identifier for debug logs to distinguish them
  • 42bf6e8 feat: add step/job id and results to json logs
  • 1cb19a9 feat: use logger from context wherever possible
  • 4ef50ee feat: handle context cancelation during docker exec (nektos#1170)
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.30-0145569

13 Jun 12:28
Compare
Choose a tag to compare

Changelog

New Features

  • b55ea0a feat: add pre/post stage identifier fields to json log output
  • a581c13 feat: add job/step result status to skipped steps/jobs
  • c941054 feat: add pre/post stage identifier fields to json log output
  • 7c6a30f feat: replace logger with step logger
  • ff41292 feat: [DEBUG] identifier for debug logs to distinguish them
  • 4b76deb feat: add step/job id and results to json logs
  • 2d79dfa feat: use logger from context wherever possible
  • 4ef50ee feat: handle context cancelation during docker exec (nektos#1170)
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.29-0f348fd

24 May 14:24
Compare
Choose a tag to compare

Changelog

New Features

  • 109040a feat: handle SIGTERM signal and abort run
  • 3986d0b feat: handle context cancelation during docker exec
  • 3d53c00 feat: add pre/post stage identifier fields to json log output
  • 43ae3de feat: add job/step result status to skipped steps/jobs
  • 1d1b5d6 feat: add pre/post stage identifier fields to json log output
  • 94b719a feat: replace logger with step logger
  • ae732e8 feat: [DEBUG] identifier for debug logs to distinguish them
  • e922894 feat: add step/job id and results to json logs
  • bcce3e2 feat: use logger from context wherever possible
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.28-ad6771b

24 May 14:13
Compare
Choose a tag to compare

Changelog

New Features

  • 0881486 feat: handle SIGTERM signal and abort run
  • 4df63a8 feat: handle context cancelation during docker exec
  • 9205331 feat: add pre/post stage identifier fields to json log output
  • 70a8f02 feat: add job/step result status to skipped steps/jobs
  • 354c843 feat: add pre/post stage identifier fields to json log output
  • c119212 feat: replace logger with step logger
  • 36effe4 feat: [DEBUG] identifier for debug logs to distinguish them
  • c09bef4 feat: add step/job id and results to json logs
  • eaf0cfd feat: use logger from context wherever possible
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.27-c13529e

24 May 12:43
Compare
Choose a tag to compare

Changelog

New Features

  • 4800ba4 feat: handle context cancelation during docker exec
  • 85f77e2 feat: add pre/post stage identifier fields to json log output
  • 0241214 feat: add job/step result status to skipped steps/jobs
  • 8631251 feat: add pre/post stage identifier fields to json log output
  • dc039b0 feat: replace logger with step logger
  • 51a12dc feat: [DEBUG] identifier for debug logs to distinguish them
  • bd530fb feat: add step/job id and results to json logs
  • 2dfe226 feat: use logger from context wherever possible
  • c899e29 feat: run pre step from actions (nektos#1110)
  • 0411736 feat: run all composite post actions in a step
  • 950e641 feat: run composite post steps during post step lifecycle
  • 3ce1f58 feat: collect pre and post steps for composite actions
  • ca78b36 feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.26-cf1a3ad

24 May 09:02
Compare
Choose a tag to compare

Changelog

New Features

  • c36071e feat: add pre/post stage identifier fields to json log output
  • 4d5fd32 feat: add job/step result status to skipped steps/jobs
  • 9a752c7 feat: add pre/post stage identifier fields to json log output
  • fe7090b feat: replace logger with step logger
  • d833b0b feat: [DEBUG] identifier for debug logs to distinguish them
  • 69e01a2 feat: add step/job id and results to json logs
  • 4eb5efd feat: use logger from context wherever possible
  • 9acb36e feat: run pre step from actions (nektos#1110)
  • 0770e8e feat: run all composite post actions in a step
  • 48248cf feat: run composite post steps during post step lifecycle
  • 741b5df feat: collect pre and post steps for composite actions
  • 8d1bbec feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.25-f6ab674

23 May 12:16
Compare
Choose a tag to compare

Changelog

New Features

  • 00c9502 feat: add pre/post stage identifier fields to json log output
  • 3903cfe feat: add job/step result status to skipped steps/jobs
  • f1d9cef feat: add pre/post stage identifier fields to json log output
  • ab70ed4 feat: replace logger with step logger
  • eeeff0e feat: [DEBUG] identifier for debug logs to distinguish them
  • ee31508 feat: add step/job id and results to json logs
  • 62e79fc feat: use logger from context wherever possible
  • 794229c feat: run pre step from actions (nektos#1110)
  • a4b1c33 feat: run all composite post actions in a step
  • c0a87a6 feat: run composite post steps during post step lifecycle
  • 531917c feat: collect pre and post steps for composite actions
  • 5a1e171 feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.24-7516ab8

23 May 09:57
Compare
Choose a tag to compare

Changelog

New Features

  • eaea781 feat: add pre/post stage identifier fields to json log output
  • 8b93de2 feat: add job/step result status to skipped steps/jobs
  • 638c4d1 feat: add pre/post stage identifier fields to json log output
  • 5bc0031 feat: replace logger with step logger
  • 4d8243d feat: [DEBUG] identifier for debug logs to distinguish them
  • a11be24 feat: add step/job id and results to json logs
  • 334d36c feat: use logger from context wherever possible
  • 0e61dfb feat: run pre step from actions (nektos#1110)
  • c90d59b feat: run all composite post actions in a step
  • ae81555 feat: run composite post steps during post step lifecycle
  • bf28b59 feat: collect pre and post steps for composite actions
  • c3b2a51 feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.23-c211ab9

23 May 05:16
Compare
Choose a tag to compare

Changelog

New Features

  • dc3e85f feat: add pre/post stage identifier fields to json log output
  • 879f5d4 feat: add pre/post stage identifier fields to json log output
  • 44d6881 feat: replace logger with step logger
  • 6f11625 feat: [DEBUG] identifier for debug logs to distinguish them
  • 5812175 feat: add step/job id and results to json logs
  • afa4948 feat: use logger from context wherever possible
  • 8c32ef6 feat: run pre step from actions (nektos#1110)
  • 269e2d7 feat: run all composite post actions in a step
  • 610e699 feat: run composite post steps during post step lifecycle
  • 23a5631 feat: collect pre and post steps for composite actions
  • 906864a feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other

v0.2.26-xing.22-0ecb308

20 May 07:23
Compare
Choose a tag to compare

Changelog

New Features

  • 6e829a2 feat: add pre/post stage identifier fields to json log output
  • d33ca1d feat: add pre/post stage identifier fields to json log output
  • fab351a feat: replace logger with step logger
  • f8bc20d feat: [DEBUG] identifier for debug logs to distinguish them
  • e3314b3 feat: add step/job id and results to json logs
  • ebf9221 feat: use logger from context wherever possible
  • 5a6d14e feat: run pre step from actions (nektos#1110)
  • 4858d75 feat: run all composite post actions in a step
  • 06b2ff7 feat: run composite post steps during post step lifecycle
  • aa0e71c feat: collect pre and post steps for composite actions
  • 21784a2 feat: add post step to actions and add state command
  • 69691c8 feat: add ubuntu-22.04 (nektos#1150)
  • 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

Documentation updates

Other