Skip to content

Commit 29ba2fc

Browse files
committed
Update version to 0.24.0
1 parent e4407e3 commit 29ba2fc

File tree

53 files changed

+81
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+81
-142
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<!-- Delete on release branches -->
2-
<img src='https://s3-us-west-2.amazonaws.com/cortex-public/logo.png' height='42'>
3-
4-
<br>
5-
61
# Deploy machine learning models to production
72

83
Cortex is an open source platform for deploying, managing, and scaling machine learning in production.

build/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"
2121

22-
CORTEX_VERSION=master
22+
CORTEX_VERSION=0.24.0
2323

2424
image=$1
2525
dir="${ROOT}/images/${image/-slim}"

build/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"
2121

22-
CORTEX_VERSION=master
22+
CORTEX_VERSION=0.24.0
2323

2424
arg1=${1:-""}
2525
upload="false"

build/push-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
set -euo pipefail
1919

20-
CORTEX_VERSION=master
20+
CORTEX_VERSION=0.24.0
2121

2222
image=$1
2323

docs/aws/install.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ cortex env default aws
1919

2020
## Configure Cortex
2121

22-
<!-- CORTEX_VERSION_MINOR -->
2322
```yaml
2423
# cluster.yaml
2524

@@ -83,19 +82,19 @@ The docker images used by the Cortex cluster can also be overridden, although th
8382
8483
<!-- CORTEX_VERSION_BRANCH_STABLE -->
8584
```yaml
86-
image_operator: quay.io/cortexlabs/operator:master
87-
image_manager: quay.io/cortexlabs/manager:master
88-
image_downloader: quay.io/cortexlabs/downloader:master
89-
image_request_monitor: quay.io/cortexlabs/request-monitor:master
90-
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:master
91-
image_metrics_server: quay.io/cortexlabs/metrics-server:master
92-
image_inferentia: quay.io/cortexlabs/inferentia:master
93-
image_neuron_rtd: quay.io/cortexlabs/neuron-rtd:master
94-
image_nvidia: quay.io/cortexlabs/nvidia:master
95-
image_fluentd: quay.io/cortexlabs/fluentd:master
96-
image_statsd: quay.io/cortexlabs/statsd:master
97-
image_istio_proxy: quay.io/cortexlabs/istio-proxy:master
98-
image_istio_pilot: quay.io/cortexlabs/istio-pilot:master
85+
image_operator: quay.io/cortexlabs/operator:0.24.0
86+
image_manager: quay.io/cortexlabs/manager:0.24.0
87+
image_downloader: quay.io/cortexlabs/downloader:0.24.0
88+
image_request_monitor: quay.io/cortexlabs/request-monitor:0.24.0
89+
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.24.0
90+
image_metrics_server: quay.io/cortexlabs/metrics-server:0.24.0
91+
image_inferentia: quay.io/cortexlabs/inferentia:0.24.0
92+
image_neuron_rtd: quay.io/cortexlabs/neuron-rtd:0.24.0
93+
image_nvidia: quay.io/cortexlabs/nvidia:0.24.0
94+
image_fluentd: quay.io/cortexlabs/fluentd:0.24.0
95+
image_statsd: quay.io/cortexlabs/statsd:0.24.0
96+
image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.24.0
97+
image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.24.0
9998
```
10099
101100
## Advanced

docs/aws/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cortex cluster configure # or: cortex cluster configure --config cluster.yaml
1515
cortex cluster down
1616

1717
# update your CLI
18-
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/master/get-cli.sh)"
18+
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.24/get-cli.sh)"
1919

2020
# confirm version
2121
cortex version

docs/gcp/install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The docker images used by the Cortex cluster can also be overridden, although th
4848
4949
<!-- CORTEX_VERSION_BRANCH_STABLE -->
5050
```yaml
51-
image_operator: quay.io/cortexlabs/operator:master
52-
image_manager: quay.io/cortexlabs/manager:master
53-
image_downloader: quay.io/cortexlabs/downloader:master
54-
image_statsd: quay.io/cortexlabs/statsd:master
55-
image_istio_proxy: quay.io/cortexlabs/istio-proxy:master
56-
image_istio_pilot: quay.io/cortexlabs/istio-pilot:master
57-
image_pause: quay.io/cortexlabs/pause:master
51+
image_operator: quay.io/cortexlabs/operator:0.24.0
52+
image_manager: quay.io/cortexlabs/manager:0.24.0
53+
image_downloader: quay.io/cortexlabs/downloader:0.24.0
54+
image_statsd: quay.io/cortexlabs/statsd:0.24.0
55+
image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.24.0
56+
image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.24.0
57+
image_pause: quay.io/cortexlabs/pause:0.24.0
5858
```

docs/guides/multi-model.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Multi-model endpoints
22

3-
<!-- CORTEX_VERSION_MINOR -->
4-
It is possible to serve multiple models in the same Cortex API using any type of Cortex Predictor. In this guide we'll show the general outline of a multi-model deployment. The section for each predictor type is based on a corresponding example that can be found in the [examples directory](https://github.com/cortexlabs/cortex/tree/master/examples) of the Cortex project.
3+
It is possible to serve multiple models in the same Cortex API using any type of Cortex Predictor. In this guide we'll show the general outline of a multi-model deployment.
54

65
## Python Predictor
76

docs/guides/self-hosted-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -euo pipefail
3030
# user set variables
3131
ecr_region="us-west-2"
3232
aws_account_id="620970939130" # example account ID
33-
cortex_version="0.23.0"
33+
cortex_version="0.24.0"
3434

3535
source_registry="quay.io/cortexlabs"
3636
destination_ecr_prefix="cortexlabs"

docs/guides/single-node-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Install the Cortex CLI.
107107

108108
<!-- CORTEX_VERSION_MINOR -->
109109
```bash
110-
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/master/get-cli.sh)"
110+
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.24/get-cli.sh)"
111111
```
112112

113113
### Step 13

0 commit comments

Comments
 (0)