Releases: xing/act
Releases Β· xing/act
v0.2.26-xing.11-1758b47
Changelog
New Features
- 5028083 feat: run pre step from actions
- af7c336 feat: run all composite post actions in a step
- 55f2b3f feat: run composite post steps during post step lifecycle
- 8df5833 feat: collect pre and post steps for composite actions
- e8598d7 feat: add post step to actions and add state command
- 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
- 34d51d1 fix: do not run post step if no step result is available
- be8b7bb fix: enforce running all post executor
- ca27097 fix: make step output more readable
- 56b0d30 fix: use composite job logger
- 070b8e4 fixup! fix: allow masking values in composite actions
- 6d29ac7 fix: store github token next to secrets
- bef989f fix: merge run context env into composite run context env
- 3c50c78 fix: add missing ExtraPath attribute
- e1a6d44 fix: re-add removed color increase
- 5ac1243 fix: allow masking values in composite actions
- 72f3c26 fix: add RunContext JobName to fill GITHUB_JOBNAME
- baf407c fix: restore composite log output
- ddb96f4 fix: merge github context into env when read and setup
- bc85f97 fix: return invalid step type
- 77ddc89 fix: conclusion and outcome are no integers (nektos#1136)
- 9357512 fix: do not error that much (nektos#1137)
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Documentation updates
- e15f7a5 docs(README): remove go install (nektos#1123)
Other
- bd2e5ba patch: print plan summary upfront to executing it
- 4d3d0ca refactor: simplify test expression
- 92dbd1c refactor: remove unused lines of code
- c634967 refactor: remove duplicate log output
- c25fbef refactor: restructure composite handling
- def97cd refactor: move composite action logic into own file
- f54ec55 style: use tabs instead of spaces to fix linter errors
- 194a392 test: add missing test case
- f4ce7a4 refactor: keep existing logger for composite actions
- eb9ce01 test: use nektos/act-test-actions
- 46e421a test: use a map matcher to test input setup
- 5ffda55 refacotr: simplify composite context setup
- 732c3f6 test: test remote docker and js actions
- 37932bb test: check env-vars for local js and docker actions
- 7643dc5 refactor: remove composite action runcontext workaround
- 04b5b1d patch: customize goreleaser configuration
- b2935db patch: update owner name from nektos to xing
- a76c349 build(deps): bump github.com/moby/buildkit from 0.10.2 to 0.10.3 (nektos#1153)
- 7974a17 build(deps): bump docker/setup-qemu-action from 1 to 2 (nektos#1156)
- 01d85c9 build(deps): bump github.com/docker/docker (nektos#1155)
- d5e9721 build(deps): bump github.com/docker/cli (nektos#1154)
- dfca2c5 build(deps): bump github.com/moby/buildkit from 0.10.1 to 0.10.2 (nektos#1147)
- 3f2469b build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (nektos#1139)
- a85e89d chore: fold integration test outputs (nektos#1111)
- 2d35785 Update README.md (nektos#1121)
- 25ebaf4 ci: always grab latest go version (nektos#1124)
- 40492fe tests: remove runTestJobFile (nektos#1127)
- 9021bc2 use new paths from goreleaser (nektos#1135)
- 9a8a9aa README: add MacPorts badge (nektos#1129)
- de1dea9 build(deps): bump github.com/rhysd/actionlint from 1.6.11 to 1.6.12 (nektos#1126)
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.10-2d03289
Changelog
New Features
- 5cee009 feat: run pre step from actions
- 74a1c0a feat: run all composite post actions in a step
- 4584c7b feat: run composite post steps during post step lifecycle
- 4f3e268 feat: collect pre and post steps for composite actions
- 5f6cd0f feat: add post step to actions and add state command
- 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
- 31b8445 fix: make step output more readable
- 814cd2c fix: use composite job logger
- 0afbed0 fixup! fix: allow masking values in composite actions
- c4785fc fix: store github token next to secrets
- f4a4d82 fix: merge run context env into composite run context env
- 19d7204 fix: add missing ExtraPath attribute
- e08c6cd fix: re-add removed color increase
- 6a98538 fix: allow masking values in composite actions
- 997d95d fix: add RunContext JobName to fill GITHUB_JOBNAME
- 5604b0b fix: restore composite log output
- e77b131 fix: merge github context into env when read and setup
- 77ddc89 fix: conclusion and outcome are no integers (nektos#1136)
- 9357512 fix: do not error that much (nektos#1137)
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Documentation updates
- e15f7a5 docs(README): remove go install (nektos#1123)
Other
- df63408 patch: print plan summary upfront to executing it
- e274931 refactor: simplify test expression
- 1982d7d refactor: remove unused lines of code
- 36e2be1 refactor: remove duplicate log output
- ef2457a refactor: restructure composite handling
- 2191c3d refactor: move composite action logic into own file
- 0829fe3 style: use tabs instead of spaces to fix linter errors
- 41c467f test: add missing test case
- 64ce989 refactor: keep existing logger for composite actions
- cc34d9e test: use nektos/act-test-actions
- 650dbde test: use a map matcher to test input setup
- f55b1c6 refacotr: simplify composite context setup
- aec6cbb test: test remote docker and js actions
- 32ca139 test: check env-vars for local js and docker actions
- 6b56e0d refactor: remove composite action runcontext workaround
- 5ca8ab9 patch: customize goreleaser configuration
- 63a63e1 patch: update owner name from nektos to xing
- 3f2469b build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (nektos#1139)
- a85e89d chore: fold integration test outputs (nektos#1111)
- 2d35785 Update README.md (nektos#1121)
- 25ebaf4 ci: always grab latest go version (nektos#1124)
- 40492fe tests: remove runTestJobFile (nektos#1127)
- 9021bc2 use new paths from goreleaser (nektos#1135)
- 9a8a9aa README: add MacPorts badge (nektos#1129)
- de1dea9 build(deps): bump github.com/rhysd/actionlint from 1.6.11 to 1.6.12 (nektos#1126)
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.9-3a7aac5
Changelog
New Features
- 86ca4ad feat: run pre step from actions
- efcd2fc feat: run all composite post actions in a step
- ef0e761 feat: run composite post steps during post step lifecycle
- 49fdbaf feat: collect pre and post steps for composite actions
- 3ee2fab feat: add post step to actions and add state command
- 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
- 546b1b9 fix: make step output more readable
- dc6050f fix: use composite job logger
- 97dc099 fixup! fix: allow masking values in composite actions
- 6839405 fix: store github token next to secrets
- 0d0c537 fix: merge run context env into composite run context env
- adc2e14 fix: add missing ExtraPath attribute
- a9f2bd9 fix: re-add removed color increase
- 7852b7d fix: allow masking values in composite actions
- cb24c28 fix: add RunContext JobName to fill GITHUB_JOBNAME
- b14f09d fix: restore composite log output
- 591ae75 fix: merge github context into env when read and setup
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Documentation updates
- e15f7a5 docs(README): remove go install (nektos#1123)
Other
- 7cebca6 patch: print plan summary upfront to executing it
- a840228 refactor: simplify test expression
- c199cfe refactor: remove unused lines of code
- 2e47350 refactor: remove duplicate log output
- 004c4e8 refactor: restructure composite handling
- 1782c8e refactor: move composite action logic into own file
- 14da7e2 style: use tabs instead of spaces to fix linter errors
- 6c17a41 test: add missing test case
- 0519731 refactor: keep existing logger for composite actions
- a255b70 test: use nektos/act-test-actions
- 585b22e test: use a map matcher to test input setup
- f514c9f refacotr: simplify composite context setup
- fcd1e35 test: test remote docker and js actions
- 9e30b1a test: check env-vars for local js and docker actions
- 9f00828 refactor: remove composite action runcontext workaround
- 585eb6c patch: customize goreleaser configuration
- 39b15e5 patch: update owner name from nektos to xing
- 3f2469b build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (nektos#1139)
- a85e89d chore: fold integration test outputs (nektos#1111)
- 2d35785 Update README.md (nektos#1121)
- 25ebaf4 ci: always grab latest go version (nektos#1124)
- 40492fe tests: remove runTestJobFile (nektos#1127)
- 9021bc2 use new paths from goreleaser (nektos#1135)
- 9a8a9aa README: add MacPorts badge (nektos#1129)
- de1dea9 build(deps): bump github.com/rhysd/actionlint from 1.6.11 to 1.6.12 (nektos#1126)
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.8-34a0bda
Changelog
New Features
- 6ad8ed0 feat: run pre step from actions
- aea2025 feat: run all composite post actions in a step
- 1df3f62 feat: run composite post steps during post step lifecycle
- cf8ba3b feat: collect pre and post steps for composite actions
- 8930ee8 feat: add post step to actions and add state command
- 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
- 3871770 fix: make step output more readable
- 8c4e7ec fix: use composite job logger
- 00e5b0f fix: store github token next to secrets
- 3c0ac2f fix: merge run context env into composite run context env
- b3ea22d fix: add missing ExtraPath attribute
- 83d4b02 fix: re-add removed color increase
- 1ed1901 fix: allow masking values in composite actions
- a802722 fix: add RunContext JobName to fill GITHUB_JOBNAME
- 1c5a187 fix: restore composite log output
- 228537c fix: merge github context into env when read and setup
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- 65cf246 patch: print plan summary upfront to executing it
- eb0e1eb refactor: simplify test expression
- 93f7203 refactor: remove unused lines of code
- 96a9a26 refactor: remove duplicate log output
- b467993 refactor: restructure composite handling
- cef2880 refactor: move composite action logic into own file
- 82d383d test: add missing test case
- a970e06 refactor: keep existing logger for composite actions
- da71e85 test: use nektos/act-test-actions
- 0161bd5 test: use a map matcher to test input setup
- 208ff79 refacotr: simplify composite context setup
- 4cf64b5 test: test remote docker and js actions
- 2c29045 test: check env-vars for local js and docker actions
- 1e17733 refactor: remove composite action runcontext workaround
- dd65660 patch: customize goreleaser configuration
- bb4a90c patch: update owner name from nektos to xing
- de1dea9 build(deps): bump github.com/rhysd/actionlint from 1.6.11 to 1.6.12 (nektos#1126)
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.7-77191d2
Changelog
New Features
- 9ef8a6c feat: run pre step from actions
- 35262ac feat: run all composite post actions in a step
- 8bf4579 feat: run composite post steps during post step lifecycle
- 15d5657 feat: collect pre and post steps for composite actions
- 38d8d1f feat: add post step to actions and add state command
- 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
- fd907f4 fix: make step output more readable
- 59627a7 fix: use composite job logger
- 4433502 fix: store github token next to secrets
- 57221d2 fix: merge run context env into composite run context env
- 8658b2a fix: add missing ExtraPath attribute
- 1ddbd21 fix: re-add removed color increase
- b71efe4 fix: allow masking values in composite actions
- b6a77a5 fix: add RunContext JobName to fill GITHUB_JOBNAME
- 06796a1 fix: restore composite log output
- 1cbee21 fix: merge github context into env when read and setup
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- 6dcfb3b patch: print plan summary upfront to executing it
- 387394a refactor: simplify test expression
- 040b84c refactor: remove unused lines of code
- 4e692c7 refactor: remove duplicate log output
- 2da1b6d refactor: restructure composite handling
- b1bc934 refactor: move composite action logic into own file
- 8214c3b test: add missing test case
- 8c39e2c refactor: keep existing logger for composite actions
- d5a333c test: use nektos/act-test-actions
- d93b9bb test: use a map matcher to test input setup
- 3298cea refacotr: simplify composite context setup
- b4cf93f test: test remote docker and js actions
- e46e931 test: check env-vars for local js and docker actions
- 17ed4e5 refactor: remove composite action runcontext workaround
- 944d2a0 patch: customize goreleaser configuration
- 71027b5 patch: update owner name from nektos to xing
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.6-418e143
Changelog
New Features
- 7974e84 feat: run pre step from actions
- 5cc8e2b feat: run all composite post actions in a step
- 4114569 feat: run composite post steps during post step lifecycle
- cf7cec5 feat: collect pre and post steps for composite actions
- b6efdd9 feat: add post step to actions and add state command
- 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
- ce1b1e0 fix: make step output more readable
- e0f1712 fix: use composite job logger
- 7fb42f4 fix: merge run context env into composite run context env
- 73b6b0e fix: add missing ExtraPath attribute
- 62ce494 fix: re-add removed color increase
- 0eeaedf fix: allow masking values in composite actions
- fa0dc90 fix: add RunContext JobName to fill GITHUB_JOBNAME
- 003590c fix: restore composite log output
- 706eaac fix: merge github context into env when read and setup
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- 9bcff65 patch: print plan summary upfront to executing it
- b17469d refactor: simplify test expression
- b42b1d1 refactor: remove unused lines of code
- 1c5a99b refactor: remove duplicate log output
- fca95e5 refactor: restructure composite handling
- c79a55a refactor: move composite action logic into own file
- a2fba41 test: add missing test case
- d4df364 refactor: keep existing logger for composite actions
- 315d873 test: use nektos/act-test-actions
- 4b5d23e test: use a map matcher to test input setup
- dc104f6 refacotr: simplify composite context setup
- 07add37 test: test remote docker and js actions
- 859fa56 test: check env-vars for local js and docker actions
- 531d84b refactor: remove composite action runcontext workaround
- f39b75f patch: customize goreleaser configuration
- a1d0303 patch: update owner name from nektos to xing
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.5-40afd79
Changelog
New Features
- 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
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- 5bf9c3f patch: print plan summary upfront to executing it
- e05c2b6 patch: customize goreleaser configuration
- fe82715 patch: update owner name from nektos to xing
- 74cda72 build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (nektos#1118)
- bb6ead4 build(deps): bump github.com/moby/buildkit from 0.10.0 to 0.10.1 (nektos#1116)
- 39cc9b0 build(deps): bump actions/upload-artifact from 2 to 3 (nektos#1119)
- 4e1cf1d build(deps): bump actions/setup-go from 2 to 3 (nektos#1120)
- f551165 build(deps): bump actions/stale from 4 to 5 (nektos#1117)
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.4-10ecfdb
Changelog
New Features
- 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
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- 294ee80 patch: print plan summary upfront to executing it
- f69cbbe patch: customize goreleaser configuration
- 93fe1c5 patch: update owner name from nektos to xing
- 72dd2d3 tests(runner): move arm64 test to own func (nektos#1095)
- afb23a2 build(deps): bump deps which dependabot doesn't want to (nektos#1107)
- 065d630 build(deps): bump github.com/rhysd/actionlint from 1.6.10 to 1.6.11 (nektos#1106)
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.3-cdb6318
Changelog
New Features
- 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
- c27e079 fix: copy ignored tracked files (nektos#1074)
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- bacce9e patch: print plan summary upfront to executing it
- 0d03b78 patch: customize goreleaser configuration
- 96a98f6 patch: update owner name from nektos to xing
- 407d324 implement volume mount for container job (nektos#1101)
- 9dc17f9 Allow passed in env vars to supersede ones declared in the workflow (nektos#1100)
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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.26-xing.2-9edb6b9
Changelog
New Features
- 2bb3e74 feat: split job steps into its own files/structs (nektos#1004)
Bug fixes
- b3bd268 fix: return error on reusable workflows (nektos#1093)
- 8d41f7a fix(editorconfig): correct braces (nektos#1094)
- 24422bf fix: don't overwrite with empty cmd/entrypoint (nektos#1076)
- de81979 fix: set default version string (nektos#1070)
Other
- 57a735d patch: print plan summary upfront to executing it
- 902c6e8 patch: customize goreleaser configuration
- ba2c27d patch: update owner name from nektos to xing
- e0044ba build(deps): bump github.com/opencontainers/selinux (nektos#1102)
- 48db7d9 deps: bump go.mod to go1.18 (nektos#1088)
- 11c3fb3 ci: bump go to 1.18 (nektos#1087)
- 5f673cb refactor: simplify action function signatures (nektos#1083)
- 31d3603 deps: remove shlex (nektos#1086)
- 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)