Skip to content

Commit 76285cb

Browse files
committed
Update version to 0.7.0
1 parent 37b4ce0 commit 76285cb

19 files changed

+37
-37
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<br>
44

5-
**Get started:** [Install](https://docs.cortex.dev/install)[Tutorial](https://docs.cortex.dev/tutorial)<!-- CORTEX_VERSION_MINOR_STABLE e.g. https://docs.cortex.dev/v/0.2/ -->[Docs](https://docs.cortex.dev)<!-- CORTEX_VERSION_MINOR_STABLE -->[Examples](https://github.com/cortexlabs/cortex/tree/0.6/examples)
5+
**Get started:** [Install](https://docs.cortex.dev/install)[Tutorial](https://docs.cortex.dev/tutorial)<!-- CORTEX_VERSION_MINOR_STABLE e.g. https://docs.cortex.dev/v/0.2/ -->[Docs](https://docs.cortex.dev/v/0.7)<!-- CORTEX_VERSION_MINOR_STABLE -->[Examples](https://github.com/cortexlabs/cortex/tree/0.7/examples)
66

77
**Learn more:** [Website](https://cortex.dev)[Blog](https://blog.cortex.dev)[Subscribe](https://cortexlabs.us20.list-manage.com/subscribe?u=a1987373ab814f20961fd90b4&id=ae83491e1c)[Contact](mailto:[email protected])
88

build/build-image.sh

+1-1
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.7.0
2323

2424
dir=$1
2525
image=$2

build/cli.sh

+1-1
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.7.0
2323

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

build/push-image.sh

+1-1
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.7.0
2121

2222
image=$1
2323

cortex.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fi
8888

8989
set -u
9090

91-
export CORTEX_VERSION_STABLE=master
91+
export CORTEX_VERSION_STABLE=0.7.0
9292

9393
# Defaults
9494
export AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID:-""}"

docs/cluster/config.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ export CORTEX_NODES_MAX=5
3939
export CORTEX_NAMESPACE="cortex"
4040

4141
# Image paths
42-
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:master"
43-
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:master"
44-
export CORTEX_IMAGE_NGINX_BACKEND="cortexlabs/nginx-backend:master"
45-
export CORTEX_IMAGE_NGINX_CONTROLLER="cortexlabs/nginx-controller:master"
46-
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:master"
47-
export CORTEX_IMAGE_SPARK="cortexlabs/spark:master"
48-
export CORTEX_IMAGE_SPARK_OPERATOR="cortexlabs/spark-operator:master"
49-
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:master"
50-
export CORTEX_IMAGE_TF_TRAIN="cortexlabs/tf-train:master"
51-
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:master"
52-
export CORTEX_IMAGE_TF_TRAIN_GPU="cortexlabs/tf-train-gpu:master"
53-
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:master"
54-
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:master"
55-
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:master"
56-
export CORTEX_IMAGE_PYTHON_PACKAGER="cortexlabs/python-packager:master"
57-
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:master"
58-
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:master"
59-
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:master"
42+
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:0.7.0"
43+
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.7.0"
44+
export CORTEX_IMAGE_NGINX_BACKEND="cortexlabs/nginx-backend:0.7.0"
45+
export CORTEX_IMAGE_NGINX_CONTROLLER="cortexlabs/nginx-controller:0.7.0"
46+
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.7.0"
47+
export CORTEX_IMAGE_SPARK="cortexlabs/spark:0.7.0"
48+
export CORTEX_IMAGE_SPARK_OPERATOR="cortexlabs/spark-operator:0.7.0"
49+
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.7.0"
50+
export CORTEX_IMAGE_TF_TRAIN="cortexlabs/tf-train:0.7.0"
51+
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.7.0"
52+
export CORTEX_IMAGE_TF_TRAIN_GPU="cortexlabs/tf-train-gpu:0.7.0"
53+
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.7.0"
54+
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.7.0"
55+
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:0.7.0"
56+
export CORTEX_IMAGE_PYTHON_PACKAGER="cortexlabs/python-packager:0.7.0"
57+
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.7.0"
58+
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.7.0"
59+
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.7.0"
6060

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

docs/cluster/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
```bash
1313
# Download
14-
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/master/cortex.sh
14+
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.7/cortex.sh
1515

1616
# Change permissions
1717
chmod +x cortex.sh
@@ -45,7 +45,7 @@ cortex configure
4545

4646
```bash
4747
# Clone the Cortex repository
48-
git clone -b master https://github.com/cortexlabs/cortex.git
48+
git clone -b 0.7 https://github.com/cortexlabs/cortex.git
4949

5050
# Navigate to the iris classification example
5151
cd cortex/examples/iris

docs/cluster/uninstall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
```bash
1313
# Download
14-
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/master/cortex.sh
14+
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.7/cortex.sh
1515

1616
# Change permissions
1717
chmod +x cortex.sh

docs/pipelines/aggregates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Aggregate columns at scale.
2323
2424
See [Data Types](data-types.md) for details about input values. Note: the `input` of the the aggregate must match the input type of the aggregator (if specified).
2525

26-
See <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators/aggregators.yaml) for a list of built-in aggregators.
26+
See <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/aggregators/aggregators.yaml) for a list of built-in aggregators.
2727

2828
## Example
2929

docs/pipelines/aggregators-custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def aggregate_spark(data, input):
2222
pass
2323
```
2424

25-
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[aggregators](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators) for example implementations.
25+
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[aggregators](https://github.com/cortexlabs/cortex/blob/0.7/pkg/aggregators) for example implementations.
2626

2727
## Example
2828

docs/pipelines/aggregators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ See [Data Types](data-types.md) for details about input and output types.
3030
3131
## Built-in Aggregators
3232
33-
Cortex includes common aggregators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/aggregators/aggregators.yaml)). To use built-in aggregators, use the `cortex` namespace in the aggregator name (e.g. `cortex.mean`).
33+
Cortex includes common aggregators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`aggregators.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/aggregators/aggregators.yaml)). To use built-in aggregators, use the `cortex` namespace in the aggregator name (e.g. `cortex.mean`).

docs/pipelines/estimators-custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def create_estimator(run_config, model_config):
2828

2929
See the [tf.estimator.RunConfig](https://www.tensorflow.org/api_docs/python/tf/estimator/RunConfig) and [tf.estimator.Estimator](https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator) documentation for more information.
3030

31-
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[estimators](https://github.com/cortexlabs/cortex/blob/master/pkg/estimators) for example implementations.
31+
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[estimators](https://github.com/cortexlabs/cortex/blob/0.7/pkg/estimators) for example implementations.
3232

3333
## Example
3434

docs/pipelines/estimators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ See [Data Types](data-types.md) for details about input types.
3535
3636
## Built-in Estimators
3737
38-
Cortex includes common estimators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`estimators.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/estimators/estimators.yaml)). To use built-in estimators, use the `cortex` namespace in the estimator name (e.g. `cortex.dnn_classifier`).
38+
Cortex includes common estimators that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`estimators.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/estimators/estimators.yaml)). To use built-in estimators, use the `cortex` namespace in the estimator name (e.g. `cortex.dnn_classifier`).

docs/pipelines/transformed-columns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Transform data at scale.
2323
2424
See [Data Types](data-types.md) for details about input values. Note: the `input` of the the transformed column must match the input type of the transformer (if specified).
2525

26-
See <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers/transformers.yaml) for a list of built-in transformers.
26+
See <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/transformers/transformers.yaml) for a list of built-in transformers.
2727

2828
## Example
2929

docs/pipelines/transformers-custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def reverse_transform_python(transformed_value, input):
6565
pass
6666
```
6767

68-
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[transformers](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers) for example implementations.
68+
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[transformers](https://github.com/cortexlabs/cortex/blob/0.7/pkg/transformers) for example implementations.
6969

7070
## Example
7171

docs/pipelines/transformers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ See [Data Types](data-types.md) for details about input and column types.
3030
3131
## Built-in Transformers
3232
33-
Cortex includes common transformers that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/master/pkg/transformers/transformers.yaml)). To use built-in transformers, use the `cortex` namespace in the transformer name (e.g. `cortex.normalize`).
33+
Cortex includes common transformers that can be used out of the box (see <!-- CORTEX_VERSION_MINOR -->[`transformers.yaml`](https://github.com/cortexlabs/cortex/blob/0.7/pkg/transformers/transformers.yaml)). To use built-in transformers, use the `cortex` namespace in the transformer name (e.g. `cortex.normalize`).

docs/summary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [README](../README.md)
44
* [Install](cluster/install.md)
55
* [Tutorial](apis/tutorial.md)
6-
* [Examples](https://github.com/cortexlabs/cortex/tree/master/examples) <!-- CORTEX_VERSION_MINOR -->
6+
* [Examples](https://github.com/cortexlabs/cortex/tree/0.7/examples) <!-- CORTEX_VERSION_MINOR -->
77

88
## Model Deployments
99

pkg/consts/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
var (
24-
CortexVersion = "master" // CORTEX_VERSION
24+
CortexVersion = "0.7.0" // CORTEX_VERSION
2525

2626
TypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?(\|(INT|FLOAT|STRING|BOOL)(_COLUMN)?)*"`)
2727
SingleTypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?"`)

pkg/workloads/cortex/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
CORTEX_VERSION = "master"
15+
CORTEX_VERSION = "0.7.0"
1616

1717
COLUMN_TYPE_INT = "INT_COLUMN"
1818
COLUMN_TYPE_FLOAT = "FLOAT_COLUMN"

0 commit comments

Comments
 (0)