README.md in vagrant-orchestrate-0.4.1 vs README.md in vagrant-orchestrate-0.4.2
- old
+ new
@@ -1,7 +1,12 @@
+[![Build Status](https://travis-ci.org/Cimpress-MCP/vagrant-orchestrate.svg?branch=master)](https://travis-ci.org/Cimpress-MCP/vagrant-orchestrate)
+[![Gem Version](https://badge.fury.io/rb/vagrant-orchestrate.svg)](http://badge.fury.io/rb/vagrant-orchestrate)
+
# Vagrant Orchestrate
+![](http://i.imgur.com/71yAw5v.gif)
+
This is a Vagrant 1.6+ plugin that allows orchestrated deployments
to already provisioned (non-elastic) servers on top of the excellent vagrant-managed-servers plugin.
It features a powerful templating `init` command and is designed from the
ground up to be cross-platform, with first class support for **Windows,
Linux, and Mac**.
@@ -260,11 +265,11 @@
The push command is currently limited by convention to vagrant machines that use the `:managed` provider. So if you have other, local machines defined in the Vagrantfile, `vagrant orchestrate push` will not operate on those.
#### Deployment Strategy
-Vagrant Orchestrate supports several deployment [strategies](docs/strategy.md) including parallel, canary and
-blue-green.
+Vagrant Orchestrate supports several deployment [strategies](docs/strategy.md) including parallel, canary, and
+half and half.
You can push changes to all of your servers in parallel with
$ vagrant orchestrate push --strategy parallel