Releases: choria-io/mcorpc-ruby-support
Releases · choria-io/mcorpc-ruby-support
2.24.1
Enhancements
- Remove further data related files
2.24.0
Enhancements
- Support project based configuration files
- Delegate all discovery methods to the choria binary
- Remove legacy Data plugins
Bug Fixes
- Improve rendering of packaged plugin README documents
2.23.3
Enhancements
- Redirect
mco facts
to choria facts
- Clean environment when running tasks as another user
2.23.2
Bug Fixes
- Correctly resolve user config paths
2.23.1
Enhancements
- Support
expr
filters and retire old filter logic
- Restore
mco ping
to being ruby based as a tool for low level testing of the client
- Allow tasks to be run as another user
- Remove the ability to enroll Puppet CA, use
choria enroll
2.23.0
Compatibility Note
This package incorporates all the extensions and plugins that was previously considered "choria", this greatly simplifies deployment.
This however means that this will be the minimum required version going forward.
Enhancements
- Update
mco choria
to choria rpc
- Update
mco ping
to call choria ping
- Support calling an external binary - like choria - for application plugins
- Use
choria
in paths for Windows file locations
- Do not raise issues for unsupport config options when parsing server config
2.22.1
Enhancements
- Avoid parsing registration related settings
2.21.1
Bug Fixes
- Fix facts application when querying non-string facts (#66)
2.21.0
Bug Fixes
- Use correct name for executables when publishing external agents
Enhancements
- Support
:hash
and :array
validation in DDLs