Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netoax committed Jul 10, 2019
1 parent d0e02c7 commit 7e37802
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 31 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.3.0 / KNOT-v02.00](https://github.com/CESARBR/knot-cloud/compare/v1.2.0...v1.3.0)

### Features

- Provide multinode and all-in-one production stacks

### Bug Fixes

- Copy stack files when `knot-cloud init` command is executed
- Update packages to fix vulnerability issues

# [1.2.0 / KNOT-v01.04-rc03](https://github.com/CESARBR/knot-cloud/compare/v1.1.0...v1.2.0)

### Features
Expand Down
60 changes: 44 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesarbr/knot-cloud",
"version": "0.1.0",
"version": "1.3.0",
"description": "KNoT Cloud CLI",
"contributors": [
"Thiago Cardoso <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions stacks/prod/all-in-one/stage-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ services:
deploy:
replicas: 1
uuid-alias-service:
image: cesarbr/uuid-alias-service:v1.2.0
image: cesarbr/uuid-alias-service:v1.2.1
env_file: '../env.d/uuid-alias-service.env'
deploy:
replicas: 1
uuid-alias-lookup-service:
image: cesarbr/uuid-alias-lookup-service:v1.1.4
image: cesarbr/uuid-alias-lookup-service:v1.1.5
env_file: '../env.d/uuid-alias-lookup-service.env'
deploy:
replicas: 1
# KNoT Cloud
protocol-adapter-websocket:
image: cesarbr/knot-cloud-protocol-adapter-websocket:v1.0.0
image: cesarbr/knot-cloud-protocol-adapter-websocket:v1.1.0
env_file: '../env.d/knot-cloud-protocol-adapter-websocket.env'
deploy:
replicas: 1
Expand All @@ -37,7 +37,7 @@ services:
- traefik.frontend.rule=HostRegexp:ws,ws.{domain:[a-zA-Z0-9.]+}
- traefik.port=80
storage:
image: cesarbr/knot-cloud-storage:v1.0.1
image: cesarbr/knot-cloud-storage:v1.0.2
env_file: '../env.d/knot-cloud-storage.env'
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion stacks/prod/all-in-one/stage-2-bootstrap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
bootstrap:
image: cesarbr/knot-cloud-bootstrap:v1.2.0
image: cesarbr/knot-cloud-bootstrap:v1.2.1
env_file: '../env.d/knot-cloud-bootstrap.env'
deploy:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions stacks/prod/all-in-one/stage-2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
authenticator:
image: cesarbr/knot-cloud-authenticator:v1.3.0
image: cesarbr/knot-cloud-authenticator:v1.4.0
env_file: '../env.d/knot-cloud-authenticator.env'
deploy:
replicas: 1
Expand All @@ -10,7 +10,7 @@ services:
- traefik.frontend.rule=HostRegexp:auth,auth.{domain:[a-zA-Z0-9.]+}
- traefik.port=80
ui:
image: cesarbr/knot-cloud-ui:v1.0.1
image: cesarbr/knot-cloud-ui:v1.1.0
env_file: '../env.d/knot-cloud-ui.env'
deploy:
replicas: 1
Expand Down
8 changes: 4 additions & 4 deletions stacks/prod/multinode/stage-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ services:
placement:
constraints: [node.role == worker]
uuid-alias-service:
image: cesarbr/uuid-alias-service:v1.2.0
image: cesarbr/uuid-alias-service:v1.2.1
env_file: '../env.d/uuid-alias-service.env'
deploy:
replicas: 1
placement:
constraints: [node.role == worker]
uuid-alias-lookup-service:
image: cesarbr/uuid-alias-lookup-service:v1.1.4
image: cesarbr/uuid-alias-lookup-service:v1.1.5
env_file: '../env.d/uuid-alias-lookup-service.env'
deploy:
replicas: 1
placement:
constraints: [node.role == worker]
# KNoT Cloud
protocol-adapter-websocket:
image: cesarbr/knot-cloud-protocol-adapter-websocket:v1.0.0
image: cesarbr/knot-cloud-protocol-adapter-websocket:v1.1.0
env_file: '../env.d/knot-cloud-protocol-adapter-websocket.env'
deploy:
replicas: 1
Expand All @@ -49,7 +49,7 @@ services:
- traefik.frontend.rule=HostRegexp:ws,ws.{domain:[a-zA-Z0-9.]+}
- traefik.port=80
storage:
image: cesarbr/knot-cloud-storage:v1.0.1
image: cesarbr/knot-cloud-storage:v1.0.2
env_file: '../env.d/knot-cloud-storage.env'
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion stacks/prod/multinode/stage-2-bootstrap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
bootstrap:
image: cesarbr/knot-cloud-bootstrap:v1.2.0
image: cesarbr/knot-cloud-bootstrap:v1.2.1
env_file: '../env.d/knot-cloud-bootstrap.env'
deploy:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions stacks/prod/multinode/stage-2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
authenticator:
image: cesarbr/knot-cloud-authenticator:v1.3.0
image: cesarbr/knot-cloud-authenticator:v1.4.0
env_file: '../env.d/knot-cloud-authenticator.env'
deploy:
replicas: 1
Expand All @@ -12,7 +12,7 @@ services:
- traefik.frontend.rule=HostRegexp:auth,auth.{domain:[a-zA-Z0-9.]+}
- traefik.port=80
ui:
image: cesarbr/knot-cloud-ui:v1.0.1
image: cesarbr/knot-cloud-ui:v1.1.0
env_file: '../env.d/knot-cloud-ui.env'
deploy:
replicas: 1
Expand Down

0 comments on commit 7e37802

Please sign in to comment.