From e65660d240dfa091c318c5a43477c2e1ad911ff9 Mon Sep 17 00:00:00 2001 From: Junius Date: Tue, 3 Oct 2017 17:11:51 -0700 Subject: [PATCH] tag 0.8.0 release --- Makefile | 2 +- common/types.go | 2 +- packaging/aws-cloudformation/firecamp-master.template | 6 +++--- packaging/aws-cloudformation/firecamp-test.template | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 7c3a4205..df4001db 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: build docker test sources rpm -version=latest +version=0.8.0 install: ./scripts/install.sh diff --git a/common/types.go b/common/types.go index 84ee74fe..713ba6ac 100644 --- a/common/types.go +++ b/common/types.go @@ -1,7 +1,7 @@ package common const ( - Version = "latest" + Version = "0.8.0" ContainerPlatformECS = "ecs" ContainerPlatformSwarm = "swarm" diff --git a/packaging/aws-cloudformation/firecamp-master.template b/packaging/aws-cloudformation/firecamp-master.template index 4c057cbd..aae37647 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.7.1" ], + "Default": "0.8.0", + "AllowedValues": [ "latest", "0.8.0", "0.7.1" ], "Description": "The FireCamp release version" }, "CFS3KeyPrefix": { "Type": "String", - "Default": "firecamp/releases/latest/cf-templates", + "Default": "firecamp/releases/0.8.0/cf-templates", "Description": "The S3 key prefix" }, "QSS3BucketName": { diff --git a/packaging/aws-cloudformation/firecamp-test.template b/packaging/aws-cloudformation/firecamp-test.template index 7f859e0d..f6cf56a5 100644 --- a/packaging/aws-cloudformation/firecamp-test.template +++ b/packaging/aws-cloudformation/firecamp-test.template @@ -42,13 +42,13 @@ }, "Release": { "Type": "String", - "Default": "latest", - "AllowedValues": [ "latest", "0.7.1" ], + "Default": "0.8.0", + "AllowedValues": [ "latest", "0.8.0", "0.7.1" ], "Description": "The FireCamp release version" }, "CFS3KeyPrefix": { "Type": "String", - "Default": "firecamp/releases/latest/cf-templates", + "Default": "firecamp/releases/0.8.0/cf-templates", "Description": "The S3 key prefix" }, "RemoteAccessCIDR": {