Skip to content

Commit

Permalink
prepare for 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegory committed Jul 25, 2017
1 parent 3948a31 commit ad6404f
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0-dev
0.13.0
2 changes: 1 addition & 1 deletion cli/command/cluster/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
bootstrapImg = "appcelerator/amp-bootstrap:%s"
bootstrapTag = "0.12.0"
bootstrapTag = "0.13.0"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/02-ampbeat.amp.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.12.0}
image: appcelerator/ampbeat:${TAG:-0.13.0}
networks:
- default
deploy:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/05-prometheus.amp.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.12.0}
image: appcelerator/amp-prometheus:${TAG:-0.13.0}
networks:
- default
volumes:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/09-amplifier.amp.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.12.0}
image: appcelerator/amplifier:${TAG:-0.13.0}
networks:
- default
environment:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/10-gateway.amp.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.12.0}
image: appcelerator/gateway:${TAG:-0.13.0}
networks:
- default
labels:
Expand Down
2 changes: 1 addition & 1 deletion cluster/agent/stacks/11-agent.amp.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.12.0}
image: appcelerator/agent:${TAG:-0.13.0}
networks:
- default
deploy:
Expand Down
6 changes: 3 additions & 3 deletions platform/stacks/amp.stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ secrets:
services:

amplifier:
image: appcelerator/amplifier:${TAG:-0.12.0}
image: appcelerator/amplifier:${TAG:-0.13.0}
networks:
- default
environment:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion platform/stacks/ampmon.2.stack.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.12.0}
image: appcelerator/ampbeat:${TAG:-0.13.0}
networks:
- default
deploy:
Expand Down
2 changes: 1 addition & 1 deletion platform/stacks/ampmon.3.stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad6404f

Please sign in to comment.