Skip to content

Commit

Permalink
Merge pull request #70 from ripienaar/090
Browse files Browse the repository at this point in the history
(misc) Release 0.9.0
  • Loading branch information
ripienaar authored May 21, 2018
2 parents 44a621a + ca3720c commit 755b017
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
|Date |Issue|Description |
|----------|-----|---------------------------------------------------------------------------------------------------------|
|2018/05/21| |Release 0.9.0 |
|2018/05/18|68 |Fix inverted logic in `on_error` and `on_success` playbook helpers |
|2018/05/05|61 |Support invoking Puppet Tasks from Playbooks |
|2018/04/59|59 |Create a minimal config tailored to the needs of the ruby compat shim |
|2018/04/25|57 |Ensure Choria Server auditing is enabled |
|2018/04/24| |Release 0.8.0 |
|2018/04/19|53 |Configure the `choria server` component |
|2018/04/02|49 |Improve handling of `on_error` in Playbooks |
Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
# choria/choria

A distribution of plugins for MCollective designed to create a production ready MCollective install in 30 minutes.
[The Choria Orchestrator](https://choria.io)

A main goal is ease of use and installation however a number of new end user features are added to MCollective while building on a the PuppetCA for security.

Includes:

* A flexible Playbook system that can integrate MCollective and Puppet with many other systems
* A Connector using [NATS.io](https://nats.io)
* Support for SRV records for configuration to atain a zero config setup
* Every component uses strong SSL encryption that cannot be disabled.
* Integration with PuppetDB, PuppetCA, Puppet Bolt, Puppet Tasks and Puppet Plans.

See [choria.io](http://choria.io) for full details

A deployment guide can be found at the [Choria Website](http://choria.io)
A modern Orchestration Engine with roots in The Marionette Collective. Please review the [Official Documentation](https://choria.io/docs) for installation guidance.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-choria",
"version": "0.8.0",
"version": "0.9.0",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"summary": "Install and manage the Choria plugin for MCollective",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.24.0 < 5.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 4.5.1 < 6.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.8.0 < 2.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.9.0 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.6.0 < 2.0.0" }
],
"operatingsystem_support": [
Expand Down

0 comments on commit 755b017

Please sign in to comment.