Skip to content

0.1.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 13:22
· 81 commits to master since this release

Changelog

a710dc4 --abort-on-error flag: stop execution if set and task failed
15db961 Chown on windows: error out to propagate error into taskResult
296319b Merge pull request #2 from cloudradar-monitoring/Package_diff
4b653a3 Merge pull request #5 from cloudradar-monitoring/DEV-2194
fede347 Merge pull request #7 from cloudradar-monitoring/DEV-2369
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
93dcaba changes: return 'pid' and 'retcode' as integers
6ce7755 convert stdout/stderr line endings to fit as yaml representation
73e27a8 embed ExecutionResult.Err in taskResult
e2e6e1b execute all steps of multi command in a single shell
3332276 file.managed fmte.checkMissingFileCondition: return fileName in case of len(Creates)==0
0e21931 file.managed: set name in ExecutionResult
18819ad fileManagedTask: report changes 'length' N bytes written
41f59f7 fileManagedTask: set error if http status < 200 or > 299
04da8da fix stdout / stderr result reporting
eb1e394 fix tests
688875a fix version tag embedding
4fb998c github: make sure we install go 1.16 for tests to pass
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
89a5be7 restore taskResult comment + track if FileManagedTask created a file or not
c61bb14 return exit code 1 if any task failed
881e36a runCmds: return a single pid
2758a5a sca
a74550f sca
df2561f scriptSummary: change key names to use consistent terms
63d6dad set fileManagedTask diff in ExecutionResult.Changes 'diff'
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
99216a3 user friendly yaml parse errors as yaml output
5a8784b windows cmd.exe and powershell tweaks