diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 65d48d6..caf6d98 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -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) diff --git a/hack/upload-github-release-asset.sh b/hack/upload-github-release-asset.sh index ebe7fc6..9549944 100755 --- a/hack/upload-github-release-asset.sh +++ b/hack/upload-github-release-asset.sh @@ -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. diff --git a/install/docker-compose/docker-compose.yaml b/install/docker-compose/docker-compose.yaml index bb04edd..e33c56f 100644 --- a/install/docker-compose/docker-compose.yaml +++ b/install/docker-compose/docker-compose.yaml @@ -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" @@ -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: @@ -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" @@ -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" diff --git a/install/kube/install.yaml b/install/kube/install.yaml index 825c64b..beaf501 100644 --- a/install/kube/install.yaml +++ b/install/kube/install.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: diff --git a/test/kube_e2e/kube_resources/install.tmpl.yaml b/test/kube_e2e/kube_resources/install.tmpl.yaml index 8badca9..a2068c8 100644 --- a/test/kube_e2e/kube_resources/install.tmpl.yaml +++ b/test/kube_e2e/kube_resources/install.tmpl.yaml @@ -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 @@ -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 @@ -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 @@ -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: