Skip to content

Commit

Permalink
prepare for 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegory committed Aug 14, 2017
1 parent f20be39 commit f1a29fa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.14.1
2 changes: 1 addition & 1 deletion cluster/agent/stacks/02-ampbeat.ampmon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:
services:

ampbeat:
image: appcelerator/ampbeat:${TAG:-0.14.0}
image: appcelerator/ampbeat:${TAG:-0.14.1}
networks:
- default
deploy:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/05-prometheus.ampmon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/09-amplifier.ampcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ secrets:
services:

amplifier:
image: appcelerator/amplifier:${TAG:-0.14.0}
image: appcelerator/amplifier:${TAG:-0.14.1}
networks:
- default
environment:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/10-gateway.ampcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:
services:

gateway:
image: appcelerator/gateway:${TAG:-0.14.0}
image: appcelerator/gateway:${TAG:-0.14.1}
networks:
- default
labels:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/11-agent.ampmon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ volumes:
services:

agent:
image: appcelerator/agent:${TAG:-0.14.0}
image: appcelerator/agent:${TAG:-0.14.1}
networks:
- default
deploy:
Expand Down
2 changes: 1 addition & 1 deletion cluster/plugin/aws/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/clusters/aws-swarm-asg.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1a29fa

Please sign in to comment.