Releases: asteris-llc/converge
0.3.0 Beta 3
This is the third beta of the 0.3.0 release of Converge. Please refer to the release notes for changes and the 0.3.0 documentation for usage.
Please feel free to file issues against this release, and if you have any questions at all you can find the team in the Converge Slack.
0.3.0 Beta 2
This is the second beta of the 0.3.0 release of Converge. Please refer to the release notes for changes and the 0.3.0 documentation for usage.
Please feel free to file issues against this release, and if you have any questions at all you can find the team in the Converge Slack.
0.3.0 Beta 1
This is the first beta of the 0.3.0 release of Converge. Please refer to the release notes for changes and the 0.3.0 documentation for usage.
Please feel free to file issues against this release, and if you have any questions at all you can find the team in the Converge Slack.
0.2.0
Converge 0.2.0 includes a number of new features and bug fixes.
Features
- Set environments for shell commands
- Support for Docker Containers and Images
- Support for creating & deleting unix users and groups
- RPC using grpc.io
- Expose basic platform information via the platform module
Bug Fixes
This releases fixes several race condition (#266) and ordering (#254) bugs that would cause Converge to error out of otherwise valid executions.
If you've been trying to use boolean values in your params, you're in luck. That works now! (#251)
Internally, beta 2 simplifies how check
and apply
interact (#240) and shrinks the Status interface (#237). Documentation for module authors will be updated by the final release of Converge 0.2.0.
Lastly, logging was quite a bit too chatty about the stages Converge goes through when loading and executing a graph. This release scales logging back a bit (#248).
Examples
We have new examples for Docker Swarm mode (#267) and the ELK (Elasticsearch, Logstash, and Kibana) stack (#272). They're located in the examples/
directory of the source, and are intended to be standalone end-to-end examples.
Linting
We started using Code Climate for linting in this release. We have a 4.0 (such good students.) You can view our score using Code Climate's web interface or by clicking the badge in the README.
Support
We provide support via the Converge Slack team and through GitHub issues
0.2.0 Beta 2
Release fixes a number of bugs, and adds some examples:
Bug Fixes
This releases fixes several race condition (#266) and ordering (#254) bugs that would cause Converge to error out of otherwise valid executions.
If you've been trying to use boolean values in your params, you're in luck. That works now! (#251)
Internally, beta 2 simplifies how check
and apply
interact (#240) and shrinks the Status interface (#237). Documentation for module authors will be updated by the final release of Converge 0.2.0.
Lastly, logging was quite a bit too chatty about the stages Converge goes through when loading and executing a graph. This release scales logging back a bit (#248).
Examples
We have new examples for Docker Swarm mode (#267) and the ELK (Elasticsearch, Logstash, and Kibana) stack (#272). They're located in the examples/
directory of the source, and are intended to be standalone end-to-end examples.
Linting
We started using Code Climate for linting in this release. We have a 4.0 (such good students.) You can view our score using Code Climate's web interface or by clicking the badge in the README.
Support
We provide support via the Converge Slack team and through GitHub issues
0.2.0 Beta 1
Initial public release of Converge. Check converge.aster.is for details!
0.1.1
Bug fixes
0.1
0.1 release