From 732aa20af6f519ad3f59f3f6e834eebb06eb2012 Mon Sep 17 00:00:00 2001 From: Nicolas Degory Date: Fri, 4 Aug 2017 08:17:05 -0700 Subject: [PATCH] prepare for 0.14.0 --- VERSION | 2 +- cluster/agent/stacks/02-ampbeat.ampmon.yml | 2 +- cluster/agent/stacks/05-prometheus.ampmon.yml | 2 +- cluster/agent/stacks/09-amplifier.ampcore.yml | 2 +- cluster/agent/stacks/10-gateway.ampcore.yml | 2 +- cluster/agent/stacks/11-agent.ampmon.yml | 2 +- cluster/plugin/aws/plugin.go | 3 ++- examples/clusters/aws-swarm-asg.yml | 6 +++--- 8 files changed, 11 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 53bf3a318..a803cc227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0-dev +0.14.0 diff --git a/cluster/agent/stacks/02-ampbeat.ampmon.yml b/cluster/agent/stacks/02-ampbeat.ampmon.yml index bd8f220bf..468ccfaee 100644 --- a/cluster/agent/stacks/02-ampbeat.ampmon.yml +++ b/cluster/agent/stacks/02-ampbeat.ampmon.yml @@ -8,7 +8,7 @@ networks: services: ampbeat: - image: appcelerator/ampbeat:${TAG:-0.13.1} + image: appcelerator/ampbeat:${TAG:-0.14.0} networks: - default deploy: diff --git a/cluster/agent/stacks/05-prometheus.ampmon.yml b/cluster/agent/stacks/05-prometheus.ampmon.yml index 27974575d..d09b0d465 100644 --- a/cluster/agent/stacks/05-prometheus.ampmon.yml +++ b/cluster/agent/stacks/05-prometheus.ampmon.yml @@ -15,7 +15,7 @@ configs: services: prometheus: - image: appcelerator/amp-prometheus:${TAG:-0.13.1} + image: appcelerator/amp-prometheus:${TAG:-0.14.0} networks: - default volumes: diff --git a/cluster/agent/stacks/09-amplifier.ampcore.yml b/cluster/agent/stacks/09-amplifier.ampcore.yml index ecd9d1852..668f6ed22 100644 --- a/cluster/agent/stacks/09-amplifier.ampcore.yml +++ b/cluster/agent/stacks/09-amplifier.ampcore.yml @@ -14,7 +14,7 @@ secrets: services: amplifier: - image: appcelerator/amplifier:${TAG:-0.13.1} + image: appcelerator/amplifier:${TAG:-0.14.0} networks: - default environment: diff --git a/cluster/agent/stacks/10-gateway.ampcore.yml b/cluster/agent/stacks/10-gateway.ampcore.yml index 085732964..e34a0f105 100644 --- a/cluster/agent/stacks/10-gateway.ampcore.yml +++ b/cluster/agent/stacks/10-gateway.ampcore.yml @@ -8,7 +8,7 @@ networks: services: gateway: - image: appcelerator/gateway:${TAG:-0.13.1} + image: appcelerator/gateway:${TAG:-0.14.0} networks: - default labels: diff --git a/cluster/agent/stacks/11-agent.ampmon.yml b/cluster/agent/stacks/11-agent.ampmon.yml index e3032745f..a653f9ed3 100644 --- a/cluster/agent/stacks/11-agent.ampmon.yml +++ b/cluster/agent/stacks/11-agent.ampmon.yml @@ -11,7 +11,7 @@ volumes: services: agent: - image: appcelerator/agent:${TAG:-0.13.1} + image: appcelerator/agent:${TAG:-0.14.0} networks: - default deploy: diff --git a/cluster/plugin/aws/plugin.go b/cluster/plugin/aws/plugin.go index 88f090f54..268d26f4d 100644 --- a/cluster/plugin/aws/plugin.go +++ b/cluster/plugin/aws/plugin.go @@ -13,7 +13,8 @@ import ( const ( // replace latest by the version when releasing the plugin - DefaultTemplateURL = "https://s3.amazonaws.com/io-amp-binaries/templates/latest/aws-swarm-asg.yml" + //DefaultTemplateURL = "https://s3.amazonaws.com/io-amp-binaries/templates/latest/aws-swarm-asg.yml" + DefaultTemplateURL = "https://s3.amazonaws.com/io-amp-binaries/templates/v0.14.0/aws-swarm-asg.yml" ) // RequestOptions stores raw request input options before transformation into a AWS SDK specific diff --git a/examples/clusters/aws-swarm-asg.yml b/examples/clusters/aws-swarm-asg.yml index a2ed71e03..ce36866fd 100644 --- a/examples/clusters/aws-swarm-asg.yml +++ b/examples/clusters/aws-swarm-asg.yml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Swarm cluster with autoscaling groups v0.14.0-dev +Description: Swarm cluster with autoscaling groups v0.14.0 Mappings: AMI: @@ -235,8 +235,8 @@ Parameters: Default: yes ApplicationVersion: Type: String - Description: Use the latest release version for the best result (a tag, e.g. 0.13.1) - Default: latest + Description: Use the latest release version for the best result (a tag, e.g. 0.14.0) + Default: 0.14.0 MirrorRegistry: Type: String Description: If yes, a mirror registry will be installed