Skip to content

v0.2.26-xing.27-c13529e

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 12:43
· 221 commits to distribution since this release

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