cf-blue-green
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "cf-blue-green", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "zero-downtime deployment for Cloud Foundry applications", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,4 +7,3 @@ # Cloud Foundry blue-green deployment | ||
1. [Install the `cf` CLI](https://github.com/cloudfoundry/cli/releases), v6.12.0 or v6.12.1. | ||
* See [Notes](#cf-cli) below for more info about the version restriction. | ||
1. [Install the `cf` CLI](https://github.com/cloudfoundry/cli/releases) **v6.12.4+**. | ||
1. Run `npm install -g cf-blue-green`. | ||
@@ -18,16 +17,2 @@ * See [Notes](#manual-installation) below for non-Node installation. | ||
### CF CLI | ||
The reasons for the tight version restriction on the CF CLI is: | ||
* < 6.12.0 [doesn't respect the `buildpack` parameter](https://www.pivotaltracker.com/n/projects/892938/stories/96041780). | ||
* 6.12.2+ has [an unresolved bug](https://www.pivotaltracker.com/n/projects/892938/stories/100594158) (as of this writing) that breaks `cf-blue-green` | ||
To downgrade to 6.12.1 on Mac, if you use [Homebrew](http://brew.sh/): | ||
```bash | ||
brew uninstall cloudfoundry-cli | ||
brew install https://raw.githubusercontent.com/pivotal/homebrew-tap/b39786b30125187bfa37a71eebef88222aa2c435/cloudfoundry-cli.rb | ||
``` | ||
### Manual installation | ||
@@ -77,1 +62,2 @@ | ||
* https://github.com/dlapiduz/step-cloud-foundry-deploy/blob/master/run.sh | ||
* https://github.com/concourse/autopilot |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7781
61