Releases: choria-io/mcorpc-ruby-support
Releases · choria-io/mcorpc-ruby-support
2.26.4
Enhancements
- Use GitHub Actions
- Fix Slack integration to use POST
- Allow overriding federation as cli argument and playbook func args
Full Changelog: 2.26.3...2.26.4
2.26.3
Enhancements
- Allow setting SRV domain using environment variable
- Use named args in ERB.new
- Remove
Thread.kill
2.26.1
Bug fixes
- Report failure with exit code in mco tasks
Full Changelog: 2.26.0...2.26.1
2.26.0
Enhancements
- Add a Choria::TaskResult#bolt_task_result API
2.25.2
Bug Fixes
- Handle errors from the delegated discovery system better
2.25.1
Enhancements
- Update embedded DDL files
2.25.0
Bug Fixes
- Pass path to active configuration file to choria
- Fix running bolt tasks on Windows
- Only add AIO bin directory to PATH if it exist
2.24.4
Bug Fixes
- Large discovery replies from delegated discovery would lock forever (#160)
2.24.3
Enhancements
- Remove Ruby based code generators
- Set the environment variable PT__task
- Improve UX for users of choria.use_srv_records
Bug Fixes
- Align MCollective::Util::Choria options processing with choria
- Avoid exceeding the stack when logging setup fails
2.24.2
Enhancements
- Drop dependency on win32-dir gem
Bug Fixes
- Relocate task cache locations to improve multi script support