This release includes some bug fixes in v1.17, along with a new feature for the HTTP executor.
New Features
- HTTP Executor: Added
skipTLSVerify
option to support self-signed certificates (#1046)
Bug Fixes
- fix: environment variable evaluation and test improvements by @yottahmd in #1045
- feat: add skipTLSVerify option to HTTP executor for self-signed certificates by @yottahmd in #1046
- fix: retry individual dag step by @thefishhat in #1049
- [#1048] fix: correct repeatPolicy documentation by @yottahmd in #1056
- fix: separate stdout and stderr streams in SSH executor by @yottahmd in #1057
- fix: repeat policy non zero exit codes by @thefishhat in #1052
- fix: DAGU_DAGS_DIR environment variable not recognized by @yottahmd in #1060
Documentation
- Repeat Policy: Corrected documentation and examples to accurately describe behavior (#1056)
Contributors
Thanks to our contributors for this release:
Contribution | Author |
---|---|
HTTP executor skipTLSVerify feature | @mnmercer (report), @nightly-brew (feedback) |
DAGU_DAGS_DIR environment variable fix | @Daffdi (report) |
SSH executor stdout/stderr separation | @NebulaCoding1029 (report) |
Repeat policy bug fixes and documentation | @jeremydelattre59 (reports) |
Retry individual step UI fix | @jeremydelattre59 (report), @thefishhat (implementation) |
Environment variable evaluation fixes | @jhuang732 (report) |