Skip to content

Commit 9af5fa0

Browse files
committed
Update stable version to 0.9.1
1 parent 3c526eb commit 9af5fa0

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

cortex.sh

+1-1
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.0
87+
export CORTEX_VERSION_BRANCH_STABLE=0.9.1
8888

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

docs/cluster/config.md

+17-17
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.0"
41-
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.9.0"
42-
export CORTEX_IMAGE_STATSD="cortexlabs/statsd:0.9.0"
43-
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.9.0"
44-
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.9.0"
45-
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.9.0"
46-
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.9.0"
47-
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.9.0"
48-
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:0.9.0"
49-
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.9.0"
50-
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.9.0"
51-
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.9.0"
52-
export CORTEX_IMAGE_ISTIO_PROXY="cortexlabs/istio-proxy:0.9.0"
53-
export CORTEX_IMAGE_ISTIO_PILOT="cortexlabs/istio-pilot:0.9.0"
54-
export CORTEX_IMAGE_ISTIO_CITADEL="cortexlabs/istio-citadel:0.9.0"
55-
export CORTEX_IMAGE_ISTIO_GALLEY="cortexlabs/istio-galley:0.9.0"
56-
export CORTEX_IMAGE_DOWNLOADER="cortexlabs/downloader:0.9.0"
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"
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

+1-1
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].0#egg=cortex\&subdirectory=pkg/workloads/cortex/client
7+
pip install git+https://github.com/cortexlabs/[email protected].1#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)