Skip to content

0.1.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 19:44
· 96 commits to master since this release

Changelog

a710dc4 --abort-on-error flag: stop execution if set and task failed
9286bf6 Chown on windows: error out to propagate error into taskResult
296319b Merge pull request #2 from cloudradar-monitoring/Package_diff
cb43c64 Update of the Salt Project URL
8c1c520 Updating the documentation
785c020 Using stop_on_error: False the overall exit code is the sum of all individual exit codes
24801d3 add -a shorthand for --abort-on-error
4aee8ef auto-fix shell 'cmd' to 'cmd.exe' on windows
6ce7755 convert stdout/stderr line endings to fit as yaml representation
4f7d92c embed ExecutionResult.Err in taskResult
e2e6e1b execute all steps of multi command in a single shell
c07deee file.managed fmte.checkMissingFileCondition: return fileName in case of len(Creates)==0
aab9f72 file.managed: set name in ExecutionResult
04da8da fix stdout / stderr result reporting
eb1e394 fix tests
688875a fix version tag embedding
ba2a8ef keep shell arguments
2a71893 normalise shell name earlier
8d69387 powershell: trim trailing whitespace to improve yaml rendering of result
06ce4cf rebase to master and bump golangci-lint
119a6fb remove stop_on_error
c61bb14 return exit code 1 if any task failed
881e36a runCmds: return a single pid
a74550f sca
3c8fba3 scriptSummary: change key names to use consistent terms
539e00e simplify goreleaser tags
001b69b summary: count the number of aborted tasks
3f2543d task abort_on_error: stop execution if set and task failed
bbdd1d6 task stop_on_error: stops execution of multi-commands in case of failure but continues execute the next task. default changed from abort on error to continue on error
5a8784b windows cmd.exe and powershell tweaks