Skip to content

v0.2.26-xing.23-c211ab9

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 05:16
· 223 commits to distribution since this release

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