diff --git a/Makefile b/Makefile index 7c3a4205..6100367c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: build docker test sources rpm -version=latest +version=0.8.1 install: ./scripts/install.sh diff --git a/common/types.go b/common/types.go index 84ee74fe..7befe880 100644 --- a/common/types.go +++ b/common/types.go @@ -1,7 +1,7 @@ package common const ( - Version = "latest" + Version = "0.8.1" ContainerPlatformECS = "ecs" ContainerPlatformSwarm = "swarm" diff --git a/packaging/aws-cloudformation/firecamp-existingvpc.template b/packaging/aws-cloudformation/firecamp-existingvpc.template index 35796c22..77837732 100644 --- a/packaging/aws-cloudformation/firecamp-existingvpc.template +++ b/packaging/aws-cloudformation/firecamp-existingvpc.template @@ -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": { diff --git a/packaging/aws-cloudformation/firecamp-master.template b/packaging/aws-cloudformation/firecamp-master.template index 561f14f6..16fb84f6 100644 --- a/packaging/aws-cloudformation/firecamp-master.template +++ b/packaging/aws-cloudformation/firecamp-master.template @@ -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": {