Skip to content

Commit

Permalink
create release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniusLuo committed Feb 5, 2018
1 parent 55acbcd commit 5d42e03
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
Expand Up @@ -2,7 +2,7 @@
.PHONY: install docker test lambda

org="cloudstax/"
version="latest"
version="0.9.3"

all: install

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.9.3"

CloudPlatformAWS = "aws"

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 @@ -130,8 +130,8 @@
},
"Release": {
"Type": "String",
"Default": "latest",
"AllowedValues": [ "latest", "0.9.2", "0.9.1" ],
"Default": "0.9.3",
"AllowedValues": [ "0.9.3", "0.9.2" ],
"Description": "The FireCamp release version"
},
"QSS3BucketName": {
Expand All @@ -145,7 +145,7 @@
"AllowedPattern": "^[0-9a-zA-Z-/.]*$",
"ConstraintDescription": "CloudFormation key prefix can include numbers, lowercase letters, uppercase letters, dot (.), hyphens (-), and forward slash (/).",
"Description": "S3 key prefix for the CloudFormation assets. CloudFormation key prefix can include numbers, lowercase letters, uppercase letters, dot (.), hyphens (-), and forward slash (/).",
"Default": "firecamp/releases/latest/",
"Default": "firecamp/releases/0.9.3/",
"Type": "String"
},
"NumberOfManagers":{
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 @@ -291,8 +291,8 @@
},
"Release": {
"Type": "String",
"Default": "latest",
"AllowedValues": [ "latest", "0.9.2", "0.9.1" ],
"Default": "0.9.3",
"AllowedValues": [ "0.9.3", "0.9.2" ],
"Description": "The FireCamp release version"
},
"QSS3BucketName": {
Expand All @@ -306,7 +306,7 @@
"AllowedPattern": "^[0-9a-zA-Z-/.]*$",
"ConstraintDescription": "CloudFormation key prefix can include numbers, lowercase letters, uppercase letters, dot (.), hyphens (-), and forward slash (/).",
"Description": "S3 key prefix for the CloudFormation assets. CloudFormation key prefix can include numbers, lowercase letters, uppercase letters, dot (.), hyphens (-), and forward slash (/).",
"Default": "firecamp/releases/latest/",
"Default": "firecamp/releases/0.9.3/",
"Type": "String"
},
"NodeInstanceType":{
Expand Down

0 comments on commit 5d42e03

Please sign in to comment.