Skip to content

Commit 2830bca

Browse files
committed
Update stable version to 0.9.2
1 parent 98391b4 commit 2830bca

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

cortex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ set -u
8484
### CONFIGURATION ###
8585
#####################
8686

87-
export CORTEX_VERSION_BRANCH_STABLE=0.9.1
87+
export CORTEX_VERSION_BRANCH_STABLE=0.9.2
8888

8989
export CORTEX_CONFIG="${CORTEX_CONFIG:-""}"
9090
if [ "$CORTEX_CONFIG" != "" ]; then

docs/cluster/config.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ export CORTEX_NODES_MIN=2
3737
export CORTEX_NODES_MAX=5
3838

3939
# Image paths
40-
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:0.9.1"
41-
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.9.1"
42-
export CORTEX_IMAGE_STATSD="cortexlabs/statsd:0.9.1"
43-
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.9.1"
44-
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.9.1"
45-
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.9.1"
46-
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.9.1"
47-
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.9.1"
48-
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:0.9.1"
49-
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.9.1"
50-
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.9.1"
51-
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.9.1"
52-
export CORTEX_IMAGE_ISTIO_PROXY="cortexlabs/istio-proxy:0.9.1"
53-
export CORTEX_IMAGE_ISTIO_PILOT="cortexlabs/istio-pilot:0.9.1"
54-
export CORTEX_IMAGE_ISTIO_CITADEL="cortexlabs/istio-citadel:0.9.1"
55-
export CORTEX_IMAGE_ISTIO_GALLEY="cortexlabs/istio-galley:0.9.1"
56-
export CORTEX_IMAGE_DOWNLOADER="cortexlabs/downloader:0.9.1"
40+
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:0.9.2"
41+
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.9.2"
42+
export CORTEX_IMAGE_STATSD="cortexlabs/statsd:0.9.2"
43+
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.9.2"
44+
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.9.2"
45+
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.9.2"
46+
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.9.2"
47+
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.9.2"
48+
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:0.9.2"
49+
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.9.2"
50+
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.9.2"
51+
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.9.2"
52+
export CORTEX_IMAGE_ISTIO_PROXY="cortexlabs/istio-proxy:0.9.2"
53+
export CORTEX_IMAGE_ISTIO_PILOT="cortexlabs/istio-pilot:0.9.2"
54+
export CORTEX_IMAGE_ISTIO_CITADEL="cortexlabs/istio-citadel:0.9.2"
55+
export CORTEX_IMAGE_ISTIO_GALLEY="cortexlabs/istio-galley:0.9.2"
56+
export CORTEX_IMAGE_DOWNLOADER="cortexlabs/downloader:0.9.2"
5757

5858
# Flag to enable collecting error reports and usage stats. If flag is not set to either "true" or "false", you will be prompted.
5959
export CORTEX_ENABLE_TELEMETRY=""

docs/cluster/python-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Python client can be used to programmatically deploy models to a Cortex Clus
44

55
<!-- CORTEX_VERSION_BRANCH_STABLE, e.g. v0.9.0 -->
66
```bash
7-
pip install git+https://github.com/cortexlabs/[email protected].1#egg=cortex\&subdirectory=pkg/workloads/cortex/client
7+
pip install git+https://github.com/cortexlabs/[email protected].2#egg=cortex\&subdirectory=pkg/workloads/cortex/client
88
```
99

1010
The Python client needs to be initialized with AWS credentials and an operator URL for your Cortex cluster. You can find the operator URL by running `./cortex.sh info`.

0 commit comments

Comments
 (0)