diff --git a/CHANGELOG.md b/CHANGELOG.md index 2954bfa87..152a9f06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.13.0 (2017-07-25) + +* HA and self healing Cluster deployment on AWS +* Numerous fixes, usability, and stability updates +* Security model refactoring +* Fixed issues related to resource access management +* Bash and Zsh completion for the CLI +* Updates to docs website: http://appcelerator.io/ + ## 0.11.0 (2017-05-22) * Significant new functionality in web UI diff --git a/VERSION b/VERSION index 6be20912f..54d1a4f2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0-dev +0.13.0 diff --git a/cli/command/cluster/bootstrap.go b/cli/command/cluster/bootstrap.go index 893d47036..f6489f8dd 100644 --- a/cli/command/cluster/bootstrap.go +++ b/cli/command/cluster/bootstrap.go @@ -10,7 +10,7 @@ import ( const ( bootstrapImg = "appcelerator/amp-bootstrap:%s" - bootstrapTag = "0.12.0" + bootstrapTag = "0.13.0" ) var ( diff --git a/cluster/agent/stacks/02-ampbeat.amp.yml b/cluster/agent/stacks/02-ampbeat.amp.yml index 91d55a22c..9bb76b664 100644 --- a/cluster/agent/stacks/02-ampbeat.amp.yml +++ b/cluster/agent/stacks/02-ampbeat.amp.yml @@ -8,7 +8,7 @@ networks: services: ampbeat: - image: appcelerator/ampbeat:${TAG:-0.12.0} + image: appcelerator/ampbeat:${TAG:-0.13.0} networks: - default deploy: diff --git a/cluster/agent/stacks/05-prometheus.amp.yml b/cluster/agent/stacks/05-prometheus.amp.yml index 19999b255..f554dd273 100644 --- a/cluster/agent/stacks/05-prometheus.amp.yml +++ b/cluster/agent/stacks/05-prometheus.amp.yml @@ -15,7 +15,7 @@ configs: services: prometheus: - image: appcelerator/amp-prometheus:${TAG:-0.12.0} + image: appcelerator/amp-prometheus:${TAG:-0.13.0} networks: - default volumes: diff --git a/cluster/agent/stacks/09-amplifier.amp.yml b/cluster/agent/stacks/09-amplifier.amp.yml index 1ce928e24..c847cef00 100644 --- a/cluster/agent/stacks/09-amplifier.amp.yml +++ b/cluster/agent/stacks/09-amplifier.amp.yml @@ -14,7 +14,7 @@ secrets: services: amplifier: - image: appcelerator/amplifier:${TAG:-0.12.0} + image: appcelerator/amplifier:${TAG:-0.13.0} networks: - default environment: diff --git a/cluster/agent/stacks/10-gateway.amp.yml b/cluster/agent/stacks/10-gateway.amp.yml index 82205c06b..ada6fbc09 100644 --- a/cluster/agent/stacks/10-gateway.amp.yml +++ b/cluster/agent/stacks/10-gateway.amp.yml @@ -8,7 +8,7 @@ networks: services: gateway: - image: appcelerator/gateway:${TAG:-0.12.0} + image: appcelerator/gateway:${TAG:-0.13.0} networks: - default labels: diff --git a/cluster/agent/stacks/11-agent.amp.yml b/cluster/agent/stacks/11-agent.amp.yml index e29b255ec..3f9b8a80a 100644 --- a/cluster/agent/stacks/11-agent.amp.yml +++ b/cluster/agent/stacks/11-agent.amp.yml @@ -11,7 +11,7 @@ volumes: services: agent: - image: appcelerator/agent:${TAG:-0.12.0} + image: appcelerator/agent:${TAG:-0.13.0} networks: - default deploy: diff --git a/platform/stacks/amp.stack.yml b/platform/stacks/amp.stack.yml index 224ef56dc..9e6d94aa7 100644 --- a/platform/stacks/amp.stack.yml +++ b/platform/stacks/amp.stack.yml @@ -17,7 +17,7 @@ secrets: services: amplifier: - image: appcelerator/amplifier:${TAG:-0.12.0} + image: appcelerator/amplifier:${TAG:-0.13.0} networks: - default environment: @@ -47,7 +47,7 @@ services: mode: 0400 gateway: - image: appcelerator/gateway:${TAG:-0.12.0} + image: appcelerator/gateway:${TAG:-0.13.0} networks: - default labels: @@ -66,7 +66,7 @@ services: - node.labels.amp.type.core == true agent: - image: appcelerator/agent:${TAG:-0.12.0} + image: appcelerator/agent:${TAG:-0.13.0} networks: - default deploy: diff --git a/platform/stacks/ampmon.2.stack.yml b/platform/stacks/ampmon.2.stack.yml index 13646cd6b..5bc69d0f8 100644 --- a/platform/stacks/ampmon.2.stack.yml +++ b/platform/stacks/ampmon.2.stack.yml @@ -8,7 +8,7 @@ networks: services: ampbeat: - image: appcelerator/ampbeat:${TAG:-0.12.0} + image: appcelerator/ampbeat:${TAG:-0.13.0} networks: - default deploy: diff --git a/platform/stacks/ampmon.3.stack.yml b/platform/stacks/ampmon.3.stack.yml index c471b149c..083921a5a 100644 --- a/platform/stacks/ampmon.3.stack.yml +++ b/platform/stacks/ampmon.3.stack.yml @@ -47,7 +47,7 @@ services: "-web.external-url=http://localhost:9093" ] prometheus: - image: appcelerator/amp-prometheus:${TAG:-0.12.0} + image: appcelerator/amp-prometheus:${TAG:-0.13.0} networks: - default volumes: