Skip to content

Commit

Permalink
release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniusLuo committed Oct 27, 2017
1 parent cd9b243 commit d374864
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.PHONY: build docker test sources rpm

version=latest
version=0.8.1

install:
./scripts/install.sh
Expand Down
2 changes: 1 addition & 1 deletion common/types.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package common

const (
Version = "latest"
Version = "0.8.1"

ContainerPlatformECS = "ecs"
ContainerPlatformSwarm = "swarm"
Expand Down
6 changes: 3 additions & 3 deletions packaging/aws-cloudformation/firecamp-existingvpc.template
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"Release": {
"Type": "String",
"Default": "latest",
"AllowedValues": [ "latest", "0.8.0", "0.7.1" ],
"Default": "0.8.1",
"AllowedValues": [ "latest", "0.8.1", "0.8.0" ],
"Description": "The FireCamp release version"
},
"CFS3KeyPrefix": {
"Type": "String",
"Default": "firecamp/releases/latest/cf-templates",
"Default": "firecamp/releases/0.8.1/cf-templates",
"Description": "The S3 key prefix"
},
"RemoteAccessCIDR": {
Expand Down
6 changes: 3 additions & 3 deletions packaging/aws-cloudformation/firecamp-master.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"Release": {
"Type": "String",
"Default": "latest",
"AllowedValues": [ "latest", "0.8.0", "0.7.1" ],
"Default": "0.8.1",
"AllowedValues": [ "latest", "0.8.1", "0.8.0" ],
"Description": "The FireCamp release version"
},
"CFS3KeyPrefix": {
"Type": "String",
"Default": "firecamp/releases/latest/cf-templates",
"Default": "firecamp/releases/0.8.1/cf-templates",
"Description": "The S3 key prefix"
},
"QSS3BucketName": {
Expand Down

0 comments on commit d374864

Please sign in to comment.