README.md in percheron-0.7.12 vs README.md in percheron-0.7.13

- old
+ new

@@ -32,10 +32,12 @@ * Build 'bare/base' images and build new images on top of them * Support for pre-build and post-start scripts when generating images and starting units * Version control of images and units * Partial template (liquid) support within `.percheron.yml` * Generate Graphviz dependency graphs dynamically based purely on your `.percheron.yml` +* Support for userdata key/value pairs +* Support for secrets in YML format * Written in Ruby :) ## Supported platforms * Linux @@ -113,14 +115,10 @@ 3) Create a `.percheron.yml` file describing the stack, in this case [consul](https://consul.io/): ```yaml --- -docker: - host: "https://boot2docker:2376" - ssl_verify_peer: false - stacks: - name: consul-stack description: A demo consul stack with one master and two agents units: - name: master @@ -232,10 +230,10 @@ * [consul](https://github.com/ashmckenzie/percheron-consul) - consul server + UI and two agents * [Rails](https://github.com/ashmckenzie/percheron-rails#quickstart) - Rails 4.2, PostgreSQL, redis, HAProxy and postfix * [Redis](https://github.com/ashmckenzie/percheron-redis#quickstart) - Redis cluster + sentinel, master, two slaves and tools * [Torrent](https://github.com/ashmckenzie/percheron-torrent#quickstart) - Tracker (chihaya), seeder (aria2) and three peers (aria2) -* [SaltStack](https://github.com/ashmckenzie/percheron-saltstack#quickstart) - SaltStack v2015.5.0 with master and two minions +* [SaltStack](https://github.com/ashmckenzie/percheron-saltstack#quickstart) - SaltStack with master and two minions ## Testing All (cane, RuboCop, unit and integration):