Skip to content

Commit

Permalink
Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Jul 8, 2019
1 parent f3b543f commit aa92c02
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<br>

**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.5/examples)
**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.6)<!-- CORTEX_VERSION_MINOR_STABLE -->[Examples](https://github.com/cortexlabs/cortex/tree/0.6/examples)

**Learn more:** [Website](https://cortex.dev)[Blog](https://blog.cortex.dev)[Subscribe](https://cortexlabs.us20.list-manage.com/subscribe?u=a1987373ab814f20961fd90b4&id=ae83491e1c)[Twitter](https://twitter.com/cortex_deploy)[Contact](mailto:hello@cortex.dev)

Expand Down
2 changes: 1 addition & 1 deletion build/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail

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

CORTEX_VERSION=master
CORTEX_VERSION=0.6.0

dir=$1
image=$2
Expand Down
2 changes: 1 addition & 1 deletion build/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -euo pipefail

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

CORTEX_VERSION=master
CORTEX_VERSION=0.6.0

arg1=${1:-""}
upload="false"
Expand Down
2 changes: 1 addition & 1 deletion build/push-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

set -euo pipefail

CORTEX_VERSION=master
CORTEX_VERSION=0.6.0

image=$1

Expand Down
2 changes: 1 addition & 1 deletion cortex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fi

set -u

export CORTEX_VERSION_STABLE=master
export CORTEX_VERSION_STABLE=0.6.0

# Defaults
export AWS_ACCESS_KEY_ID="${AWS_ACCESS_KEY_ID:-""}"
Expand Down
38 changes: 19 additions & 19 deletions docs/cluster/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@ export CORTEX_NODES_MAX=5
export CORTEX_NAMESPACE="cortex"

# Image paths
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:master"
export CORTEX_IMAGE_ARGO_CONTROLLER="cortexlabs/argo-controller:master"
export CORTEX_IMAGE_ARGO_EXECUTOR="cortexlabs/argo-executor:master"
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:master"
export CORTEX_IMAGE_NGINX_BACKEND="cortexlabs/nginx-backend:master"
export CORTEX_IMAGE_NGINX_CONTROLLER="cortexlabs/nginx-controller:master"
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:master"
export CORTEX_IMAGE_SPARK="cortexlabs/spark:master"
export CORTEX_IMAGE_SPARK_OPERATOR="cortexlabs/spark-operator:master"
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:master"
export CORTEX_IMAGE_TF_TRAIN="cortexlabs/tf-train:master"
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:master"
export CORTEX_IMAGE_TF_TRAIN_GPU="cortexlabs/tf-train-gpu:master"
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:master"
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:master"
export CORTEX_IMAGE_PYTHON_PACKAGER="cortexlabs/python-packager:master"
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:master"
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:master"
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:master"
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:0.6.0"
export CORTEX_IMAGE_ARGO_CONTROLLER="cortexlabs/argo-controller:0.6.0"
export CORTEX_IMAGE_ARGO_EXECUTOR="cortexlabs/argo-executor:0.6.0"
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.6.0"
export CORTEX_IMAGE_NGINX_BACKEND="cortexlabs/nginx-backend:0.6.0"
export CORTEX_IMAGE_NGINX_CONTROLLER="cortexlabs/nginx-controller:0.6.0"
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.6.0"
export CORTEX_IMAGE_SPARK="cortexlabs/spark:0.6.0"
export CORTEX_IMAGE_SPARK_OPERATOR="cortexlabs/spark-operator:0.6.0"
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.6.0"
export CORTEX_IMAGE_TF_TRAIN="cortexlabs/tf-train:0.6.0"
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.6.0"
export CORTEX_IMAGE_TF_TRAIN_GPU="cortexlabs/tf-train-gpu:0.6.0"
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.6.0"
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.6.0"
export CORTEX_IMAGE_PYTHON_PACKAGER="cortexlabs/python-packager:0.6.0"
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.6.0"
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.6.0"
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.6.0"

# Flag to enable collecting error reports and usage stats. If flag is not set to either "true" or "false", you will be prompted.
export CORTEX_ENABLE_TELEMETRY=""
Expand Down
4 changes: 2 additions & 2 deletions docs/cluster/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

```bash
# Download
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/master/cortex.sh
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.6/cortex.sh

# Change permissions
chmod +x cortex.sh
Expand Down Expand Up @@ -43,7 +43,7 @@ cortex configure

```bash
# Clone the Cortex repository
git clone -b master https://github.com/cortexlabs/cortex.git
git clone -b 0.6 https://github.com/cortexlabs/cortex.git

# Navigate to the iris classification example
cd cortex/examples/iris
Expand Down
2 changes: 1 addition & 1 deletion docs/cluster/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

```bash
# Download
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/master/cortex.sh
curl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.6/cortex.sh

# Change permissions
chmod +x cortex.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/pipelines/aggregates.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Aggregate columns at scale.
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).

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

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/pipelines/aggregators-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def aggregate_spark(data, input):
pass
```

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

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/pipelines/aggregators.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ See [Data Types](data-types.md) for details about input and output types.
## Built-in Aggregators
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`).
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.6/pkg/aggregators/aggregators.yaml)). To use built-in aggregators, use the `cortex` namespace in the aggregator name (e.g. `cortex.mean`).
2 changes: 1 addition & 1 deletion docs/pipelines/estimators-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def create_estimator(run_config, model_config):

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.

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

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/pipelines/estimators.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ See [Data Types](data-types.md) for details about input types.
## Built-in Estimators
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`).
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.6/pkg/estimators/estimators.yaml)). To use built-in estimators, use the `cortex` namespace in the estimator name (e.g. `cortex.dnn_classifier`).
2 changes: 1 addition & 1 deletion docs/pipelines/transformed-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Transform data at scale.
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).

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

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/pipelines/transformers-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def reverse_transform_python(transformed_value, input):
pass
```

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

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/pipelines/transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ See [Data Types](data-types.md) for details about input and column types.
## Built-in Transformers
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`).
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.6/pkg/transformers/transformers.yaml)). To use built-in transformers, use the `cortex` namespace in the transformer name (e.g. `cortex.normalize`).
2 changes: 1 addition & 1 deletion docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [README](../README.md)
* [Install](cluster/install.md)
* [Tutorial](apis/tutorial.md)
* [Examples](https://github.com/cortexlabs/cortex/tree/master/examples) <!-- CORTEX_VERSION_MINOR -->
* [Examples](https://github.com/cortexlabs/cortex/tree/0.6/examples) <!-- CORTEX_VERSION_MINOR -->

## Model Deployments

Expand Down
2 changes: 1 addition & 1 deletion pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

var (
CortexVersion = "master" // CORTEX_VERSION
CortexVersion = "0.6.0" // CORTEX_VERSION

TypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?(\|(INT|FLOAT|STRING|BOOL)(_COLUMN)?)*"`)
SingleTypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?"`)
Expand Down
2 changes: 1 addition & 1 deletion pkg/workloads/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

CORTEX_VERSION = "master"
CORTEX_VERSION = "0.6.0"

COLUMN_TYPE_INT = "INT_COLUMN"
COLUMN_TYPE_FLOAT = "FLOAT_COLUMN"
Expand Down

0 comments on commit aa92c02

Please sign in to comment.