Skip to content

Commit 2dff001

Browse files
committed
Update stable version to 0.39.1
1 parent e87d9b3 commit 2dff001

File tree

7 files changed

+42
-42
lines changed

7 files changed

+42
-42
lines changed

docs/clients/install.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<!-- CORTEX_VERSION_README x2 -->
66
```bash
7-
# download CLI version 0.39.0 (Note the "v"):
8-
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"
7+
# download CLI version 0.39.1 (Note the "v"):
8+
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.1/get-cli.sh)"
99
```
1010

1111
By default, the Cortex CLI is installed at `/usr/local/bin/cortex`. To install the executable elsewhere, export the `CORTEX_INSTALL_PATH` environment variable to your desired location before running the command above.
@@ -19,10 +19,10 @@ pip install cortex
1919
```
2020

2121
<!-- CORTEX_VERSION_README x2 -->
22-
To install or upgrade to a specific version (e.g. v0.39.0):
22+
To install or upgrade to a specific version (e.g. v0.39.1):
2323

2424
```bash
25-
pip install cortex==0.39.0
25+
pip install cortex==0.39.1
2626
```
2727

2828
To upgrade to the latest version:

docs/clusters/advanced/self-hosted-images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Clone the Cortex repo using the release tag corresponding to your version (which
1919
<!-- CORTEX_VERSION_README -->
2020

2121
```bash
22-
export CORTEX_VERSION=0.39.0
22+
export CORTEX_VERSION=0.39.1
2323
git clone --depth 1 --branch v$CORTEX_VERSION https://github.com/cortexlabs/cortex.git
2424
```
2525

docs/clusters/management/create.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- CORTEX_VERSION_README -->
1313
```bash
1414
# install the cortex CLI
15-
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"
15+
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.1/get-cli.sh)"
1616

1717
# create a cluster
1818
cortex cluster up cluster.yaml
@@ -101,32 +101,32 @@ The docker images used by the cluster can also be overridden. They can be config
101101
102102
<!-- CORTEX_VERSION_BRANCH_STABLE -->
103103
```yaml
104-
image_manager: quay.io/cortexlabs/manager:0.39.0
105-
image_operator: quay.io/cortexlabs/operator:0.39.0
106-
image_controller_manager: quay.io/cortexlabs/controller-manager:0.39.0
107-
image_autoscaler: quay.io/cortexlabs/autoscaler:0.39.0
108-
image_proxy: quay.io/cortexlabs/proxy:0.39.0
109-
image_async_gateway: quay.io/cortexlabs/async-gateway:0.39.0
110-
image_activator: quay.io/cortexlabs/activator:0.39.0
111-
image_enqueuer: quay.io/cortexlabs/enqueuer:0.39.0
112-
image_dequeuer: quay.io/cortexlabs/dequeuer:0.39.0
113-
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.39.0
114-
image_metrics_server: quay.io/cortexlabs/metrics-server:0.39.0
115-
image_nvidia_device_plugin: quay.io/cortexlabs/nvidia-device-plugin:0.39.0
116-
image_neuron_device_plugin: quay.io/cortexlabs/neuron-device-plugin:0.39.0
117-
image_neuron_scheduler: quay.io/cortexlabs/neuron-scheduler:0.39.0
118-
image_fluent_bit: quay.io/cortexlabs/fluent-bit:0.39.0
119-
image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.39.0
120-
image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.39.0
121-
image_prometheus: quay.io/cortexlabs/prometheus:0.39.0
122-
image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:0.39.0
123-
image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:0.39.0
124-
image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:0.39.0
125-
image_prometheus_dcgm_exporter: quay.io/cortexlabs/prometheus-dcgm-exporter:0.39.0
126-
image_prometheus_kube_state_metrics: quay.io/cortexlabs/prometheus-kube-state-metrics:0.39.0
127-
image_prometheus_node_exporter: quay.io/cortexlabs/prometheus-node-exporter:0.39.0
128-
image_kube_rbac_proxy: quay.io/cortexlabs/kube-rbac-proxy:0.39.0
129-
image_grafana: quay.io/cortexlabs/grafana:0.39.0
130-
image_event_exporter: quay.io/cortexlabs/event-exporter:0.39.0
131-
image_kubexit: quay.io/cortexlabs/kubexit:0.39.0
104+
image_manager: quay.io/cortexlabs/manager:0.39.1
105+
image_operator: quay.io/cortexlabs/operator:0.39.1
106+
image_controller_manager: quay.io/cortexlabs/controller-manager:0.39.1
107+
image_autoscaler: quay.io/cortexlabs/autoscaler:0.39.1
108+
image_proxy: quay.io/cortexlabs/proxy:0.39.1
109+
image_async_gateway: quay.io/cortexlabs/async-gateway:0.39.1
110+
image_activator: quay.io/cortexlabs/activator:0.39.1
111+
image_enqueuer: quay.io/cortexlabs/enqueuer:0.39.1
112+
image_dequeuer: quay.io/cortexlabs/dequeuer:0.39.1
113+
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.39.1
114+
image_metrics_server: quay.io/cortexlabs/metrics-server:0.39.1
115+
image_nvidia_device_plugin: quay.io/cortexlabs/nvidia-device-plugin:0.39.1
116+
image_neuron_device_plugin: quay.io/cortexlabs/neuron-device-plugin:0.39.1
117+
image_neuron_scheduler: quay.io/cortexlabs/neuron-scheduler:0.39.1
118+
image_fluent_bit: quay.io/cortexlabs/fluent-bit:0.39.1
119+
image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.39.1
120+
image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.39.1
121+
image_prometheus: quay.io/cortexlabs/prometheus:0.39.1
122+
image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:0.39.1
123+
image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:0.39.1
124+
image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:0.39.1
125+
image_prometheus_dcgm_exporter: quay.io/cortexlabs/prometheus-dcgm-exporter:0.39.1
126+
image_prometheus_kube_state_metrics: quay.io/cortexlabs/prometheus-kube-state-metrics:0.39.1
127+
image_prometheus_node_exporter: quay.io/cortexlabs/prometheus-node-exporter:0.39.1
128+
image_kube_rbac_proxy: quay.io/cortexlabs/kube-rbac-proxy:0.39.1
129+
image_grafana: quay.io/cortexlabs/grafana:0.39.1
130+
image_event_exporter: quay.io/cortexlabs/event-exporter:0.39.1
131+
image_kubexit: quay.io/cortexlabs/kubexit:0.39.1
132132
```

docs/clusters/management/update.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ If you are spinning a up a new cluster with a different Cortex version, first in
5959
<!-- CORTEX_VERSION_README x2 -->
6060

6161
```bash
62-
# download the desired CLI version, replace 0.39.0 with the desired version (Note the "v"):
63-
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"
62+
# download the desired CLI version, replace 0.39.1 with the desired version (Note the "v"):
63+
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.1/get-cli.sh)"
6464

6565
# confirm Cortex CLI version
6666
cortex version
@@ -74,11 +74,11 @@ You can use different Cortex CLIs to interact with the different versioned clust
7474
<!-- CORTEX_VERSION_README x4 -->
7575

7676
```bash
77-
# download the desired CLI version, replace 0.39.0 with the desired version (Note the "v"):
78-
CORTEX_INSTALL_PATH=$(pwd)/cortex0.39.0 bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"
77+
# download the desired CLI version, replace 0.39.1 with the desired version (Note the "v"):
78+
CORTEX_INSTALL_PATH=$(pwd)/cortex0.39.1 bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.1/get-cli.sh)"
7979

8080
# confirm cortex CLI version
81-
./cortex0.39.0 version
81+
./cortex0.39.1 version
8282
```
8383

8484
### Deploy the APIs to your new cluster

docs/clusters/observability/alerting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ containers:
155155
envFrom:
156156
- secretRef:
157157
name: grafana-smtp
158-
image: quay.io/cortexlabs/grafana:0.39.0
158+
image: quay.io/cortexlabs/grafana:0.39.1
159159
imagePullPolicy: IfNotPresent
160160
name: grafana
161161
# ...

docs/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- CORTEX_VERSION_README -->
66
```bash
77
# install the CLI
8-
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.0/get-cli.sh)"
8+
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.39.1/get-cli.sh)"
99

1010
# create a cluster
1111
cortex cluster up cluster.yaml

get-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
CORTEX_VERSION_BRANCH_STABLE=0.39.0
19+
CORTEX_VERSION_BRANCH_STABLE=0.39.1
2020
CORTEX_INSTALL_PATH="${CORTEX_INSTALL_PATH:-/usr/local/bin/cortex}"
2121

2222
# replace ~ with the home directory path

0 commit comments

Comments
 (0)