v0.2.25-xing.23-69c2273
·
263 commits
to distribution
since this release
Changelog
New Features
- 88fc973 feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
- 2eda7c6 feat: add skipped status as step result (nektos#950)
- edd0fb9 feat: try to read ref and sha from event payload if available (nektos#889)
- 4e6cddf feat(goreleaser): format changelog, add prereleases (nektos#942)
- 5580812 feat: add node16 support (nektos#922)
- 6517d04 feat: allow existing logger from context (nektos#898)
- f726339 feat: SELinux lables for --bind (nektos#906)
Bug fixes
- 4e15e1c Revert "fix: add simple concurrency limit (nektos#823)"
- 9abc87b fix: always execute closeContainer() executor (nektos#988)
- c802064 fix: docker cp of dangling symlink (nektos#943) (nektos#948)
- 4be9062 fix: set composite outputs on failure (nektos#945)
- 518148d fix(goreleaser): add append mode for release notes (nektos#962)
- e9c4609 fix: update install.sh (nektos#937)
- adabf2a fix: rework setupShellCommand (nektos#930)
- 4e0ba61 fix: clarify --reuse and --rm flags (nektos#929)
- fec0c0c fix: ::stop-commands:: should continue to print the lines (nektos#920)
- 1891c72 fix: continue jobs + steps after failure (nektos#840)
Documentation updates
- b1f5963 docs: Expand the GITHUB_TOKEN section (nektos#968)
Other
- fc9cdd4 refactor: cloneIfRequired does not need to be public
- d91f5a8 refactor: pass github instance to newRemoteAction constructor
- fa3600a patch: print plan summary upfront to executing it
- 4ed6558 patch: customize goreleaser configuration
- 10197c6 patch: update owner name from nektos to xing
- e4f0080 refactor: extract setupAction into ActionReader (nektos#986)
- e23223a refactor: extract RunContext Executor in JobExecutor (nektos#984)
- 4f8da0a ci(Mergify): configuration update (nektos#972)
- 7dbf3fc Fix: regression run after failure (nektos#971)
- 557dc75 ci(Mergify): configuration update (nektos#966)
- dba7f83 build(deps): bump github.com/moby/buildkit from 0.9.2 to 0.9.3 (nektos#958)
- b0f5557 build(deps): bump github.com/docker/docker (nektos#957)
- eedac17 build(deps): bump github.com/opencontainers/image-spec (nektos#954)
- bbf6b7e build(deps): bump github.com/docker/cli (nektos#956)
- 3f0375a Test: env.ACT in if condition of the workflow (nektos#965)
- eba71f9 Refactor expression evaluator to use parser from actionlint package (nektos#908)
- ed01f46 refactor: export and move shared contexts into pkg/model (nektos#931)
- 9868e13 Feature: uses in composite (nektos#793)
- 2ef30c3 lint(megalinter): disable markdown link check (nektos#938)
- 9be6a58 ci: replace superlinter with megalinter (nektos#923)
- cad4bc8 ci(Mergify): configuration update (nektos#924)
- a545cea Fix and test choco action (nektos#911)
- b910a42 Docker auth (nektos#891)
- 5bdb9ed container credentials (nektos#868)
- e793d03 Add more steps context support (nektos#887)
- 6ebcac3 ci(choco): fix chocolatey docker build (nektos#903)