From f1a29fa1230c91d1ada233933cefc9bfe12ac23e Mon Sep 17 00:00:00 2001 From: Nicolas Degory Date: Mon, 14 Aug 2017 12:45:11 -0700 Subject: [PATCH] prepare for 0.14.1 --- 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 | 2 +- examples/clusters/aws-swarm-asg.yml | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index a803cc227..930e3000b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1 diff --git a/cluster/agent/stacks/02-ampbeat.ampmon.yml b/cluster/agent/stacks/02-ampbeat.ampmon.yml index a7e4c7c5d..63f96a777 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.14.0} + image: appcelerator/ampbeat:${TAG:-0.14.1} networks: - default deploy: diff --git a/cluster/agent/stacks/05-prometheus.ampmon.yml b/cluster/agent/stacks/05-prometheus.ampmon.yml index 8bd4dff01..d28e18444 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.14.0} + image: appcelerator/amp-prometheus:${TAG:-0.14.1} networks: - default volumes: diff --git a/cluster/agent/stacks/09-amplifier.ampcore.yml b/cluster/agent/stacks/09-amplifier.ampcore.yml index 5cbfdb369..d38d5f9db 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.14.0} + image: appcelerator/amplifier:${TAG:-0.14.1} networks: - default environment: diff --git a/cluster/agent/stacks/10-gateway.ampcore.yml b/cluster/agent/stacks/10-gateway.ampcore.yml index f6759a08f..80a96a117 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.14.0} + image: appcelerator/gateway:${TAG:-0.14.1} networks: - default labels: diff --git a/cluster/agent/stacks/11-agent.ampmon.yml b/cluster/agent/stacks/11-agent.ampmon.yml index 7afa46a63..417dcb4d5 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.14.0} + image: appcelerator/agent:${TAG:-0.14.1} networks: - default deploy: diff --git a/cluster/plugin/aws/plugin.go b/cluster/plugin/aws/plugin.go index 268d26f4d..eb0a94889 100644 --- a/cluster/plugin/aws/plugin.go +++ b/cluster/plugin/aws/plugin.go @@ -14,7 +14,7 @@ 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/v0.14.0/aws-swarm-asg.yml" + DefaultTemplateURL = "https://s3.amazonaws.com/io-amp-binaries/templates/v0.14.1/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 2b80732e8..3ae1d64be 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 +Description: Swarm cluster with autoscaling groups v0.14.1 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.14.0) - Default: 0.14.0 + Description: Use the latest release version for the best result (a tag, e.g. 0.14.1) + Default: 0.14.1 MirrorRegistry: Type: String Description: If yes, a mirror registry will be installed