Releases: xing/act
Releases Β· xing/act
v0.2.26-xing.0-6b0a1e0
Changelog
New Features
- 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)
Other
- d528d9b patch: print plan summary upfront to executing it
- 22fdb24 patch: customize goreleaser configuration
- c3fe93f patch: update owner name from nektos to xing
- 4f0bfd2 build(deps): bump actions/cache from 2 to 3 (nektos#1082)
- c8a40bf build(deps): bump github.com/docker/docker (nektos#1080)
- efd34f1 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4 (nektos#1079)
- 34706f4 build(deps): bump github.com/docker/cli (nektos#1081)
- 7fbaf13 automatically merge PRs from dependabot (nektos#1084)
- c4db165 deps: bump go-git (nektos#1057)
v0.2.25-xing.29-1984c5c
Changelog
New Features
- 3c05a34 feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
- f09cdb8 feat: add flag to always run the checkout action (nektos#1049)
- 6b05957 feat: add step name to logger field (nektos#1027)
- 14c9801 feat: add json logger output (nektos#1026)
- 18792f9 feat: run jobs in parallel (nektos#1003)
- 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
- 1e92d87 fix: remove unused TestContext (nektos#1013)
- aab2af0 fix: coerce booleans to numbers for comparison in exprparser (nektos#1030)
- 3db3c73 fix: trim whitespace from actrc (nektos#1024)
- c22d833 fix: hide masked values in log files (nektos#1011)
- ad06f5d fix: print line after password prompt (nektos#1014)
- d1e0216 fix: deep evaluate matrix strategy (nektos#964)
- 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
- f99900d refactor: cloneIfRequired does not need to be public
- 50fd028 refactor: pass github instance to newRemoteAction constructor
- 5fbdee1 patch: print plan summary upfront to executing it
- 4280956 patch: customize goreleaser configuration
- acd2078 patch: update owner name from nektos to xing
- 87175ec build(deps): bump github.com/docker/docker (nektos#1062)
- 7d946c4 build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (nektos#1061)
- 4d71071 Revert: Don't stop JobContainer on failure (nektos#1041)
- 7d403b8 build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (nektos#1019)
- 932ad0e ci(stalebot): ignore feature requests (nektos#1017)
- 0579f7c build(deps): bump actions/checkout from 2 to 3 (nektos#1028)
- fa71f0b build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (nektos#1040)
- 933413e build(deps): bump github.com/docker/cli (nektos#1038)
- ee92e07 build(deps): bump github.com/rhysd/actionlint from 1.6.9 to 1.6.10 (nektos#1039)
- 5c0023c build(deps): bump github.com/docker/distribution (nektos#1037)
- 56486f1 build(deps): bump github.com/moby/buildkit from 0.9.3 to 0.10.0 (nektos#1036)
- e9e6dda build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (nektos#955)
- 55da213 Update link to 'filesystems' GitHub docs (nektos#1016)
- 9a54c99 build(deps): bump github.com/rhysd/actionlint from 1.6.8 to 1.6.9 (nektos#1018)
- c24cfc7 Expression evaluator fixes (nektos#1009)
- 7d43396 build(deps): bump github.com/go-ini/ini from 1.64.0 to 1.66.4 (nektos#997)
- ff13844 refactor: default empty if: statement to if: success() in evaluator & remove
FixIfStatement()
(nektos#990) - 0fae967 build(deps): bump github.com/docker/distribution (nektos#994)
- 331afe1 Added instructions to install on fedora using copr package (nektos#993)
- 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)
v0.2.25-xing.28-e38d39f
Changelog
New Features
- fad95ac feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
- f09cdb8 feat: add flag to always run the checkout action (nektos#1049)
- 6b05957 feat: add step name to logger field (nektos#1027)
- 14c9801 feat: add json logger output (nektos#1026)
- 18792f9 feat: run jobs in parallel (nektos#1003)
- 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
- 1e92d87 fix: remove unused TestContext (nektos#1013)
- aab2af0 fix: coerce booleans to numbers for comparison in exprparser (nektos#1030)
- 3db3c73 fix: trim whitespace from actrc (nektos#1024)
- c22d833 fix: hide masked values in log files (nektos#1011)
- ad06f5d fix: print line after password prompt (nektos#1014)
- d1e0216 fix: deep evaluate matrix strategy (nektos#964)
- 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
- 0d5e8d9 refactor: cloneIfRequired does not need to be public
- 1452ab0 refactor: pass github instance to newRemoteAction constructor
- 2d72e0d patch: print plan summary upfront to executing it
- 3e4f171 patch: customize goreleaser configuration
- 47f4bc4 patch: update owner name from nektos to xing
- 4d71071 Revert: Don't stop JobContainer on failure (nektos#1041)
- 7d403b8 build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (nektos#1019)
- 932ad0e ci(stalebot): ignore feature requests (nektos#1017)
- 0579f7c build(deps): bump actions/checkout from 2 to 3 (nektos#1028)
- fa71f0b build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (nektos#1040)
- 933413e build(deps): bump github.com/docker/cli (nektos#1038)
- ee92e07 build(deps): bump github.com/rhysd/actionlint from 1.6.9 to 1.6.10 (nektos#1039)
- 5c0023c build(deps): bump github.com/docker/distribution (nektos#1037)
- 56486f1 build(deps): bump github.com/moby/buildkit from 0.9.3 to 0.10.0 (nektos#1036)
- e9e6dda build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (nektos#955)
- 55da213 Update link to 'filesystems' GitHub docs (nektos#1016)
- 9a54c99 build(deps): bump github.com/rhysd/actionlint from 1.6.8 to 1.6.9 (nektos#1018)
- c24cfc7 Expression evaluator fixes (nektos#1009)
- 7d43396 build(deps): bump github.com/go-ini/ini from 1.64.0 to 1.66.4 (nektos#997)
- ff13844 refactor: default empty if: statement to if: success() in evaluator & remove
FixIfStatement()
(nektos#990) - 0fae967 build(deps): bump github.com/docker/distribution (nektos#994)
- 331afe1 Added instructions to install on fedora using copr package (nektos#993)
- 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)
v0.2.25-xing.27-571751a
Changelog
New Features
- 79e8fc6 feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
- 6b05957 feat: add step name to logger field (nektos#1027)
- 14c9801 feat: add json logger output (nektos#1026)
- 18792f9 feat: run jobs in parallel (nektos#1003)
- 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
- 1e92d87 fix: remove unused TestContext (nektos#1013)
- aab2af0 fix: coerce booleans to numbers for comparison in exprparser (nektos#1030)
- 3db3c73 fix: trim whitespace from actrc (nektos#1024)
- c22d833 fix: hide masked values in log files (nektos#1011)
- ad06f5d fix: print line after password prompt (nektos#1014)
- d1e0216 fix: deep evaluate matrix strategy (nektos#964)
- 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
- e756db2 refactor: cloneIfRequired does not need to be public
- 5ced16b refactor: pass github instance to newRemoteAction constructor
- b08949f patch: print plan summary upfront to executing it
- d1fedef patch: customize goreleaser configuration
- a4418c1 patch: update owner name from nektos to xing
- 4d71071 Revert: Don't stop JobContainer on failure (nektos#1041)
- 7d403b8 build(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (nektos#1019)
- 932ad0e ci(stalebot): ignore feature requests (nektos#1017)
- 0579f7c build(deps): bump actions/checkout from 2 to 3 (nektos#1028)
- fa71f0b build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (nektos#1040)
- 933413e build(deps): bump github.com/docker/cli (nektos#1038)
- ee92e07 build(deps): bump github.com/rhysd/actionlint from 1.6.9 to 1.6.10 (nektos#1039)
- 5c0023c build(deps): bump github.com/docker/distribution (nektos#1037)
- 56486f1 build(deps): bump github.com/moby/buildkit from 0.9.3 to 0.10.0 (nektos#1036)
- e9e6dda build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (nektos#955)
- 55da213 Update link to 'filesystems' GitHub docs (nektos#1016)
- 9a54c99 build(deps): bump github.com/rhysd/actionlint from 1.6.8 to 1.6.9 (nektos#1018)
- c24cfc7 Expression evaluator fixes (nektos#1009)
- 7d43396 build(deps): bump github.com/go-ini/ini from 1.64.0 to 1.66.4 (nektos#997)
- ff13844 refactor: default empty if: statement to if: success() in evaluator & remove
FixIfStatement()
(nektos#990) - 0fae967 build(deps): bump github.com/docker/distribution (nektos#994)
- 331afe1 Added instructions to install on fedora using copr package (nektos#993)
- 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)
v0.2.25-xing.26-0160110
Changelog
New Features
- bde587d feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
- 18792f9 feat: run jobs in parallel (nektos#1003)
- 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
- 67ca5ab fix: coerce booleans to numbers for comparison in exprparser
- 3db3c73 fix: trim whitespace from actrc (nektos#1024)
- c22d833 fix: hide masked values in log files (nektos#1011)
- ad06f5d fix: print line after password prompt (nektos#1014)
- d1e0216 fix: deep evaluate matrix strategy (nektos#964)
- 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
- b13af1c refactor: cloneIfRequired does not need to be public
- 1efdb20 refactor: pass github instance to newRemoteAction constructor
- ebce812 patch: print plan summary upfront to executing it
- 0264bbb patch: customize goreleaser configuration
- 7496388 patch: update owner name from nektos to xing
- e9e6dda build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (nektos#955)
- 55da213 Update link to 'filesystems' GitHub docs (nektos#1016)
- 9a54c99 build(deps): bump github.com/rhysd/actionlint from 1.6.8 to 1.6.9 (nektos#1018)
- c24cfc7 Expression evaluator fixes (nektos#1009)
- 7d43396 build(deps): bump github.com/go-ini/ini from 1.64.0 to 1.66.4 (nektos#997)
- ff13844 refactor: default empty if: statement to if: success() in evaluator & remove
FixIfStatement()
(nektos#990) - 0fae967 build(deps): bump github.com/docker/distribution (nektos#994)
- 331afe1 Added instructions to install on fedora using copr package (nektos#993)
- 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)
v0.2.25-xing.25-f5d2285
Changelog
New Features
- ed8ecfd feat: try GITHUB_TOKEN > SSH agent > unauthenticated git clone
- 18792f9 feat: run jobs in parallel (nektos#1003)
- 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
- 3db3c73 fix: trim whitespace from actrc (nektos#1024)
- c22d833 fix: hide masked values in log files (nektos#1011)
- ad06f5d fix: print line after password prompt (nektos#1014)
- d1e0216 fix: deep evaluate matrix strategy (nektos#964)
- 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
- fb0b838 refactor: cloneIfRequired does not need to be public
- 844aa51 refactor: pass github instance to newRemoteAction constructor
- 6cb3238 patch: print plan summary upfront to executing it
- c3b537f patch: customize goreleaser configuration
- e4e95e1 patch: update owner name from nektos to xing
- e9e6dda build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (nektos#955)
- 55da213 Update link to 'filesystems' GitHub docs (nektos#1016)
- 9a54c99 build(deps): bump github.com/rhysd/actionlint from 1.6.8 to 1.6.9 (nektos#1018)
- c24cfc7 Expression evaluator fixes (nektos#1009)
- 7d43396 build(deps): bump github.com/go-ini/ini from 1.64.0 to 1.66.4 (nektos#997)
- ff13844 refactor: default empty if: statement to if: success() in evaluator & remove
FixIfStatement()
(nektos#990) - 0fae967 build(deps): bump github.com/docker/distribution (nektos#994)
- 331afe1 Added instructions to install on fedora using copr package (nektos#993)
- 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)
v0.2.25-xing.24-18a2147
Changelog
New Features
- 14f77ce 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
- 04dac8a 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
- d14c6aa refactor: cloneIfRequired does not need to be public
- aa03231 refactor: pass github instance to newRemoteAction constructor
- 6fe135f patch: print plan summary upfront to executing it
- d0fd38d patch: customize goreleaser configuration
- ae5fe14 patch: update owner name from nektos to xing
- 331afe1 Added instructions to install on fedora using copr package (nektos#993)
- 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)
v0.2.25-xing.23-69c2273
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)
v0.2.25-xing.22-ad6c426
Changelog
New Features
- 4e488cf 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
- a880d7f Revert "fix: add simple concurrency limit (nektos#823)"
- 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
- 17db623 refactor: cloneIfRequired does not need to be public
- a9f1437 refactor: pass github instance to newRemoteAction constructor
- af1d4e9 patch: print plan summary upfront to executing it
- 804419e patch: customize goreleaser configuration
- c44033d 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)
v0.2.25-xing.21-4fde327
Changelog
New Features
- e0b4399 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
- 4b4a390 Revert "fix: add simple concurrency limit (nektos#823)"
- 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
- 94dcaf6 refactor: cloneIfRequired does not need to be public
- caf1779 refactor: pass github instance to newRemoteAction constructor
- f09cc94 patch: check if org is actions/gh-actions for remoteAction.isCheckout
- f3abd67 patch: print plan summary upfront to executing it
- 107fcb6 patch: customize goreleaser configuration
- 87b2af2 patch: update owner name from nektos to xing
- 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)