Skip to content

Commit 7c22617

Browse files
committed
Update version to 0.28.0
1 parent e9d508a commit 7c22617

File tree

34 files changed

+112
-112
lines changed

34 files changed

+112
-112
lines changed

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.28.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.28.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.28.0
2121

2222
image=$1
2323

charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cortex
33
description: A Helm chart for installing Cortex
44
type: application
5-
version: 0.1.0 # CORTEX_VERSION
6-
appVersion: "master" # CORTEX_VERSION
5+
version: "0.28.0" # CORTEX_VERSION
6+
appVersion: "0.28.0" # CORTEX_VERSION

charts/charts/networking/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: networking
33
description: A Helm chart for setting up Cortex's networking dependencies
44
type: application
5-
version: 0.1.0 # CORTEX_VERSION
6-
appVersion: "master" # CORTEX_VERSION
5+
version: "0.28.0" # CORTEX_VERSION
6+
appVersion: "0.28.0" # CORTEX_VERSION

charts/charts/networking/charts/api-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ global:
186186
hub: quay.io/cortexlabs
187187

188188
# Default tag for Istio images.
189-
tag: latest # CORTEX_VERSION
189+
tag: "0.28.0" # CORTEX_VERSION
190190

191191
# Specify image pull policy if default behavior isn't desired.
192192
# Default behavior: latest images will be Always else IfNotPresent.

charts/charts/networking/charts/operator-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ global:
186186
hub: quay.io/cortexlabs
187187

188188
# Default tag for Istio images.
189-
tag: latest # CORTEX_VERSION
189+
tag: "0.28.0" # CORTEX_VERSION
190190

191191
# Specify image pull policy if default behavior isn't desired.
192192
# Default behavior: latest images will be Always else IfNotPresent.

charts/charts/networking/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ istio-discovery:
8989
rollingMaxUnavailable: 25%
9090

9191
hub: quay.io/cortexlabs
92-
tag: master # CORTEX_VERSION
92+
tag: "0.28.0" # CORTEX_VERSION
9393

9494
# Can be a full hub/image:tag
9595
image: istio-pilot
@@ -128,7 +128,7 @@ global:
128128
hub: quay.io/cortexlabs
129129

130130
# Default tag for Istio images.
131-
tag: master # CORTEX_VERSION
131+
tag: "0.28.0" # CORTEX_VERSION
132132

133133
# Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
134134
# The control plane has different scopes depending on component, but can configure default log level across all components

charts/values.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ cortex:
1111
project: ""
1212

1313
# CORTEX_VERSION
14-
image_operator: quay.io/cortexlabs/operator:master
15-
image_manager: quay.io/cortexlabs/manager:master
16-
image_downloader: quay.io/cortexlabs/downloader:master
17-
image_request_monitor: quay.io/cortexlabs/request-monitor:master
18-
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:master
19-
image_metrics_server: quay.io/cortexlabs/metrics-server:master
20-
image_inferentia: quay.io/cortexlabs/inferentia:master
21-
image_neuron_rtd: quay.io/cortexlabs/neuron-rtd:master
22-
image_nvidia: quay.io/cortexlabs/nvidia:master
23-
image_fluent_bit: quay.io/cortexlabs/fluent-bit:master
24-
image_istio_proxy: quay.io/cortexlabs/istio-proxy:master
25-
image_istio_pilot: quay.io/cortexlabs/istio-pilot:master
26-
image_google_pause: quay.io/cortexlabs/pause:master
27-
image_prometheus: quay.io/cortexlabs/prometheus:master
28-
image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:master
29-
image_prometheus_to_cloudwatch: quay.io/cortexlabs/prometheus-to-cloudwatch:master
30-
image_prometheus_stackdriver_sidecar: quay.io/cortexlabs/prometheus-stackdriver-sidecar:master
31-
image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:master
32-
image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:master
14+
image_operator: quay.io/cortexlabs/operator:0.28.0
15+
image_manager: quay.io/cortexlabs/manager:0.28.0
16+
image_downloader: quay.io/cortexlabs/downloader:0.28.0
17+
image_request_monitor: quay.io/cortexlabs/request-monitor:0.28.0
18+
image_cluster_autoscaler: quay.io/cortexlabs/cluster-autoscaler:0.28.0
19+
image_metrics_server: quay.io/cortexlabs/metrics-server:0.28.0
20+
image_inferentia: quay.io/cortexlabs/inferentia:0.28.0
21+
image_neuron_rtd: quay.io/cortexlabs/neuron-rtd:0.28.0
22+
image_nvidia: quay.io/cortexlabs/nvidia:0.28.0
23+
image_fluent_bit: quay.io/cortexlabs/fluent-bit:0.28.0
24+
image_istio_proxy: quay.io/cortexlabs/istio-proxy:0.28.0
25+
image_istio_pilot: quay.io/cortexlabs/istio-pilot:0.28.0
26+
image_google_pause: quay.io/cortexlabs/pause:0.28.0
27+
image_prometheus: quay.io/cortexlabs/prometheus:0.28.0
28+
image_prometheus_statsd_exporter: quay.io/cortexlabs/prometheus-statsd-exporter:0.28.0
29+
image_prometheus_to_cloudwatch: quay.io/cortexlabs/prometheus-to-cloudwatch:0.28.0
30+
image_prometheus_stackdriver_sidecar: quay.io/cortexlabs/prometheus-stackdriver-sidecar:0.28.0
31+
image_prometheus_config_reloader: quay.io/cortexlabs/prometheus-config-reloader:0.28.0
32+
image_prometheus_operator: quay.io/cortexlabs/prometheus-operator:0.28.0
3333

3434
networking:
3535
istio-discovery:
3636
pilot:
3737
hub: quay.io/cortexlabs
38-
tag: master # CORTEX_VERSION
38+
tag: "0.28.0" # CORTEX_VERSION
3939

4040
# Can be a full hub/image:tag
4141
image: istio-pilot
@@ -49,7 +49,7 @@ global:
4949
hub: quay.io/cortexlabs
5050

5151
# Default tag for Istio images.
52-
tag: master # CORTEX_VERSION
52+
tag: "0.28.0" # CORTEX_VERSION
5353

5454
proxy:
5555
image: istio-proxy

docs/clients/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pip install cortex
99
```
1010

1111
<!-- CORTEX_VERSION_README x2 -->
12-
To install or upgrade to a specific version (e.g. v0.27.0):
12+
To install or upgrade to a specific version (e.g. v0.28.0):
1313

1414
```bash
15-
pip install cortex==0.27.0
15+
pip install cortex==0.28.0
1616
```
1717

1818
To upgrade to the latest version:
@@ -25,8 +25,8 @@ pip install --upgrade cortex
2525

2626
<!-- CORTEX_VERSION_README x2 -->
2727
```bash
28-
# For example to download CLI version 0.27.0 (Note the "v"):
29-
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.27.0/get-cli.sh)"
28+
# For example to download CLI version 0.28.0 (Note the "v"):
29+
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.28.0/get-cli.sh)"
3030
```
3131

3232
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.

0 commit comments

Comments
 (0)