Releases: xing/act
Releases Β· xing/act
v0.2.30-xing.1-e85bbcb
Changelog
New Features
- aedb082 feat: add pre/post stage identifier fields to json log output
Bug fixes
- a2eb292 fix: restore job logger for clean-up tasks after cancellation
- 3387fd7 fix: CI is unstable due to new linting rules (nektos#1292)
Other
v0.2.30-xing.0-34f8158
v0.2.29-xing.11-c7c64b0
Changelog
New Features
- 9b26bab feat: add pre/post stage identifier fields to json log output
Bug fixes
- 349c869 fix: restore job logger for clean-up tasks after cancellation
- 3364f95 fix: ensure all post steps are executed (nektos#1286)
- 5f5b895 fix: add parent step id in composite action step id (nektos#1268)
- 4094462 fix: the number in the github event is of type number (nektos#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- 8f831f7 refactor: ignore already closed error
- f8828b4 patch: print plan summary upfront to executing it
- e4e2cdd patch: customize goreleaser configuration
- 97bece1 chore: update owner name in a test
- 2209858 patch: update owner name from nektos to xing
- 9d76bac walk submodule path instead of dir name (nektos#1282)
- ddee19b Made env interpolated instead of evaluated. (nektos#1222)
- 17dd54d build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (nektos#1273)
- 108e3e0 Update README.md (nektos#1260)
- 1a71c52 lint: add ReadHeaderTimeout (nektos#1277)
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.9-e9261fe
Changelog
New Features
- 7d63a7c feat: add pre/post stage identifier fields to json log output
Bug fixes
- 8b261d3 fix: restore job logger for clean-up tasks after cancellation
- 5f5b895 fix: add parent step id in composite action step id (nektos#1268)
- 4094462 fix: the number in the github event is of type number (nektos#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- ac70719 patch: print plan summary upfront to executing it
- 841b0eb patch: customize goreleaser configuration
- 2a40e77 chore: update owner name in a test
- 0dc83b0 patch: update owner name from nektos to xing
- 9d76bac walk submodule path instead of dir name (nektos#1282)
- ddee19b Made env interpolated instead of evaluated. (nektos#1222)
- 17dd54d build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (nektos#1273)
- 108e3e0 Update README.md (nektos#1260)
- 1a71c52 lint: add ReadHeaderTimeout (nektos#1277)
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.10-5f48117
Changelog
New Features
- 664ce15 feat: add pre/post stage identifier fields to json log output
Bug fixes
- 87c3f79 fix: ensure all post steps are executed
- 730d32e fix: restore job logger for clean-up tasks after cancellation
- 5f5b895 fix: add parent step id in composite action step id (nektos#1268)
- 4094462 fix: the number in the github event is of type number (nektos#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- 08c50dc refactor: ignore already closed error
- 4cde26d patch: print plan summary upfront to executing it
- c238440 patch: customize goreleaser configuration
- fa51d1a chore: update owner name in a test
- 77ec406 patch: update owner name from nektos to xing
- 9d76bac walk submodule path instead of dir name (nektos#1282)
- ddee19b Made env interpolated instead of evaluated. (nektos#1222)
- 17dd54d build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (nektos#1273)
- 108e3e0 Update README.md (nektos#1260)
- 1a71c52 lint: add ReadHeaderTimeout (nektos#1277)
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.8-6c7d38e
Changelog
New Features
- f7ed96b feat: add pre/post stage identifier fields to json log output
Bug fixes
- 50fc079 fix: restore job logger for clean-up tasks after cancellation
- 5f5b895 fix: add parent step id in composite action step id (nektos#1268)
- 4094462 fix: the number in the github event is of type number (nektos#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- 7988d76 patch: print plan summary upfront to executing it
- 95557cd patch: customize goreleaser configuration
- b0b24f0 chore: update owner name in a test
- f3a9560 patch: update owner name from nektos to xing
- ddee19b Made env interpolated instead of evaluated. (nektos#1222)
- 17dd54d build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (nektos#1273)
- 108e3e0 Update README.md (nektos#1260)
- 1a71c52 lint: add ReadHeaderTimeout (nektos#1277)
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.7-5607d35
Changelog
New Features
- bafcf30 feat: add pre/post stage identifier fields to json log output
Bug fixes
- 5e63729 fix: restore job logger for clean-up tasks after cancellation
- 4094462 fix: the number in the github event is of type number (nektos#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- 186e7bf patch: print plan summary upfront to executing it
- fc429ed patch: customize goreleaser configuration
- cead424 chore: update owner name in a test
- 6dc1929 patch: update owner name from nektos to xing
- 17dd54d build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (nektos#1273)
- 108e3e0 Update README.md (nektos#1260)
- 1a71c52 lint: add ReadHeaderTimeout (nektos#1277)
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.6-06af797
Changelog
New Features
- 346c39a feat: add pre/post stage identifier fields to json log output
Bug fixes
- 65bb9bb fix: restore job logger for clean-up tasks after cancellation
- 4094462 fix: the number in the github event is of type number (nektos#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- a255cf8 patch: print plan summary upfront to executing it
- 7cc5224 patch: customize goreleaser configuration
- 64b338a chore: update owner name in a test
- cc7c0e6 patch: update owner name from nektos to xing
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.5-6dd9ef2
Changelog
New Features
- 436adff feat: add pre/post stage identifier fields to json log output
Bug fixes
- ee2e437 fix: use floats
- e00abed fix: the number in the github event is of type number
- d7fc521 fix: restore job logger for clean-up tasks after cancellation
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- 8a700d5 test: update test data as well
- 1fac114 patch: print plan summary upfront to executing it
- bcdf5ce patch: customize goreleaser configuration
- b18bd0c chore: update owner name in a test
- 5e75472 patch: update owner name from nektos to xing
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)
v0.2.29-xing.4-8885247
Changelog
New Features
- 9f3587c feat: add pre/post stage identifier fields to json log output
Bug fixes
- 52d9747 fix: the number in the github event is of type number
- 9859d6e fix: restore job logger for clean-up tasks after cancellation
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (nektos#1247)
- e70b968 fix: use docker images from dockerhub (nektos#1249)
Other
- e61a7d4 test: update test data as well
- 6511bc5 patch: print plan summary upfront to executing it
- 24e60b2 patch: customize goreleaser configuration
- 40e4e59 chore: update owner name in a test
- f872623 patch: update owner name from nektos to xing
- a5ceb54 only perform chown operation for non root users (nektos#1250)
- aea17b1 Improve --eventpath example command (nektos#1243)
- 6837307 Improve docs for events inputs (nektos#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (nektos#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (nektos#1240)