Skip to content

Commit

Permalink
bump release version and gloo versions
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Weiss <[email protected]>
  • Loading branch information
ilackarms committed Jul 17, 2018
1 parent 6456bfe commit 99fec0e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ For example,
docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
708445e2825c soloio/qloo:0.1.0 "/qloo --storage.typ…" 7 seconds ago Up 4 seconds 0.0.0.0:9090->9090/tcp docker-compose_qloo_1
90645fff651e soloio/control-plane:0.2.27 "/control-plane --st…" 31 hours ago Up 5 seconds 0.0.0.0:8081->8081/tcp docker-compose_control-plane_1
36bb7f23808c soloio/envoy:0.2.27 "envoy -c /config/en…" 31 hours ago Up 6 seconds 0.0.0.0:8080->8080/tcp, 0.0.0.0:19000->19000/tcp docker-compose_proxy_1
7747741da1df soloio/function-discovery:0.2.27 "/function-discovery…" 31 hours ago Up 6 seconds docker-compose_function-discovery_1```
708445e2825c soloio/qloo:0.1.1 "/qloo --storage.typ…" 7 seconds ago Up 4 seconds 0.0.0.0:9090->9090/tcp docker-compose_qloo_1
90645fff651e soloio/control-plane:0.4.0 "/control-plane --st…" 31 hours ago Up 5 seconds 0.0.0.0:8081->8081/tcp docker-compose_control-plane_1
36bb7f23808c soloio/envoy:0.4.0 "envoy -c /config/en…" 31 hours ago Up 6 seconds 0.0.0.0:8080->8080/tcp, 0.0.0.0:19000->19000/tcp docker-compose_proxy_1
7747741da1df soloio/function-discovery:0.4.0 "/function-discovery…" 31 hours ago Up 6 seconds docker-compose_function-discovery_1```
```

Everything should be up and running. If this process does not work, please [open an issue](https://github.com/solo-io/gloo/issues/new). We are happy to answer questions on our diligently staffed [Slack channel](https://slack.solo.io)
Expand Down
2 changes: 1 addition & 1 deletion hack/upload-github-release-asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Example:
#
# upload-github-release-asset.sh github_api_token=TOKEN owner=stefanbuck repo=playground tag=v0.1.0 filename=./build.zip
# upload-github-release-asset.sh github_api_token=TOKEN owner=stefanbuck repo=playground tag=v0.1.1 filename=./build.zip
#

# Check dependencies.
Expand Down
8 changes: 4 additions & 4 deletions install/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

control-plane:
image: "soloio/control-plane:0.2.27"
image: "soloio/control-plane:0.4.0"
working_dir: /config/
command:
- "--storage.type=file"
Expand All @@ -18,7 +18,7 @@ services:
- "8081:8081"

proxy:
image: soloio/envoy:0.2.27
image: soloio/envoy:0.4.0
entrypoint: ["envoy"]
command: ["-c", "/config/envoy.yaml", "--v2-config-only"]
volumes:
Expand All @@ -29,7 +29,7 @@ services:
- "19000:19000"

function-discovery:
image: "soloio/function-discovery:0.2.27"
image: "soloio/function-discovery:0.4.0"
working_dir: /config/
command:
- "--storage.type=file"
Expand All @@ -42,7 +42,7 @@ services:
- ./:/config/

qloo:
image: "soloio/qloo:0.1.0"
image: "soloio/qloo:0.1.1"
working_dir: /config/
command:
- "--storage.type=file"
Expand Down
10 changes: 5 additions & 5 deletions install/kube/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
fieldPath: metadata.namespace
containers:
- name: proxy
image: "soloio/envoy:0.2.27"
image: "soloio/envoy:0.4.0"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand All @@ -115,7 +115,7 @@ spec:
- name: config-tmp
mountPath: /config
- name: qloo
image: "soloio/qloo:0.1.0"
image: "soloio/qloo:0.1.1"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9090
Expand Down Expand Up @@ -327,7 +327,7 @@ spec:
spec:
containers:
- name: control-plane
image: "soloio/control-plane:0.3.1"
image: "soloio/control-plane:0.4.0"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
Expand Down Expand Up @@ -383,7 +383,7 @@ spec:
spec:
containers:
- name: function-discovery
image: "soloio/function-discovery:0.3.1"
image: "soloio/function-discovery:0.4.0"
imagePullPolicy: IfNotPresent
env:
- name: GRPC_TRACE
Expand Down Expand Up @@ -420,7 +420,7 @@ spec:
gloo: upstream-discovery
spec:
containers:
- image: soloio/upstream-discovery:0.3.0
- image: soloio/upstream-discovery:0.4.0
imagePullPolicy: IfNotPresent
name: upstream-discovery
env:
Expand Down
8 changes: 4 additions & 4 deletions test/kube_e2e/kube_resources/install.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
fieldPath: metadata.namespace
containers:
- name: proxy
image: "soloio/envoy:0.2.27"
image: "soloio/envoy:0.4.0"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down Expand Up @@ -327,7 +327,7 @@ spec:
spec:
containers:
- name: control-plane
image: "soloio/control-plane:0.3.1"
image: "soloio/control-plane:0.4.0"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
Expand Down Expand Up @@ -383,7 +383,7 @@ spec:
spec:
containers:
- name: function-discovery
image: "soloio/function-discovery:0.3.1"
image: "soloio/function-discovery:0.4.0"
imagePullPolicy: IfNotPresent
env:
- name: GRPC_TRACE
Expand Down Expand Up @@ -420,7 +420,7 @@ spec:
gloo: upstream-discovery
spec:
containers:
- image: soloio/upstream-discovery:0.3.1
- image: soloio/upstream-discovery:0.4.0
imagePullPolicy: IfNotPresent
name: upstream-discovery
env:
Expand Down

0 comments on commit 99fec0e

Please sign in to comment.