From e87d9b3e543255abfcb090cd00e84aad124f3974 Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Wed, 21 Jul 2021 10:19:27 -0700 Subject: [PATCH] Update version to 0.39.1 --- build/amend-image.sh | 2 +- build/build-image.sh | 2 +- build/cli.sh | 2 +- build/push-image.sh | 2 +- dev/export_images.sh | 2 +- dev/registry.sh | 2 +- manager/check_cortex_version.sh | 2 +- manager/install.sh | 2 +- pkg/consts/consts.go | 2 +- python/client/cortex/__init__.py | 2 +- python/client/cortex/consts.py | 2 +- python/client/setup.py | 2 +- test/e2e/setup.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build/amend-image.sh b/build/amend-image.sh index 2dfc87c296..35046a5aa0 100755 --- a/build/amend-image.sh +++ b/build/amend-image.sh @@ -17,7 +17,7 @@ set -euo pipefail -CORTEX_VERSION=0.39.0 +CORTEX_VERSION=0.39.1 host_primary=$1 host_backup=$2 diff --git a/build/build-image.sh b/build/build-image.sh index 5f8a34dd2a..7b2366b3e0 100755 --- a/build/build-image.sh +++ b/build/build-image.sh @@ -19,7 +19,7 @@ set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)" -CORTEX_VERSION=0.39.0 +CORTEX_VERSION=0.39.1 host_primary=$1 host_backup=$2 diff --git a/build/cli.sh b/build/cli.sh index 71a413b5c7..c08aaa7159 100755 --- a/build/cli.sh +++ b/build/cli.sh @@ -19,7 +19,7 @@ set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)" -CORTEX_VERSION=0.39.0 +CORTEX_VERSION=0.39.1 arg1=${1:-""} upload="false" diff --git a/build/push-image.sh b/build/push-image.sh index 3c3ea16ff7..9acfb08dde 100755 --- a/build/push-image.sh +++ b/build/push-image.sh @@ -19,7 +19,7 @@ set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)" -CORTEX_VERSION=0.39.0 +CORTEX_VERSION=0.39.1 host_primary=$1 host_backup=$2 diff --git a/dev/export_images.sh b/dev/export_images.sh index dc57a1acae..5b02819479 100755 --- a/dev/export_images.sh +++ b/dev/export_images.sh @@ -20,7 +20,7 @@ set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)" # CORTEX_VERSION -cortex_version=0.39.0 +cortex_version=0.39.1 # user set variables ecr_region=$1 diff --git a/dev/registry.sh b/dev/registry.sh index d8d1124702..e9b189a1df 100755 --- a/dev/registry.sh +++ b/dev/registry.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -CORTEX_VERSION=0.39.0 +CORTEX_VERSION=0.39.1 set -eo pipefail diff --git a/manager/check_cortex_version.sh b/manager/check_cortex_version.sh index be31b62a11..0201cc5a2b 100755 --- a/manager/check_cortex_version.sh +++ b/manager/check_cortex_version.sh @@ -16,7 +16,7 @@ set -e -CORTEX_VERSION=0.39.0 +CORTEX_VERSION=0.39.1 if [ "$CORTEX_VERSION" != "$CORTEX_CLI_VERSION" ]; then echo "error: your CLI version ($CORTEX_CLI_VERSION) doesn't match your Cortex manager image version ($CORTEX_VERSION); please update your CLI (pip install cortex==$CORTEX_VERSION) to match the version of your Cortex manager image" diff --git a/manager/install.sh b/manager/install.sh index c20d8f8e71..b52fe2e493 100755 --- a/manager/install.sh +++ b/manager/install.sh @@ -16,7 +16,7 @@ set -eo pipefail -export CORTEX_VERSION=0.39.0 +export CORTEX_VERSION=0.39.1 export CORTEX_VERSION_MINOR=0.39 EKSCTL_CLUSTER_TIMEOUT=45m EKSCTL_NODEGROUP_TIMEOUT=30m diff --git a/pkg/consts/consts.go b/pkg/consts/consts.go index 2251c16d96..2c7de0807b 100644 --- a/pkg/consts/consts.go +++ b/pkg/consts/consts.go @@ -24,7 +24,7 @@ import ( ) var ( - CortexVersion = "0.39.0" // CORTEX_VERSION + CortexVersion = "0.39.1" // CORTEX_VERSION CortexVersionMinor = "0.39" // CORTEX_VERSION_MINOR DefaultNamespace = "default" diff --git a/python/client/cortex/__init__.py b/python/client/cortex/__init__.py index c8ca42d81e..d26b01740d 100644 --- a/python/client/cortex/__init__.py +++ b/python/client/cortex/__init__.py @@ -21,7 +21,7 @@ from cortex.telemetry import sentry_wrapper -__version__ = "0.39.0" # CORTEX_VERSION +__version__ = "0.39.1" # CORTEX_VERSION @sentry_wrapper diff --git a/python/client/cortex/consts.py b/python/client/cortex/consts.py index 6e4f45a031..57cf5638f8 100644 --- a/python/client/cortex/consts.py +++ b/python/client/cortex/consts.py @@ -13,6 +13,6 @@ # limitations under the License. -CORTEX_VERSION = "0.39.0" # CORTEX_VERSION +CORTEX_VERSION = "0.39.1" # CORTEX_VERSION CORTEX_TELEMETRY_SENTRY_DSN = "https://5cea3d2d67194d028f7191fcc6ebca14@sentry.io/1825326" CORTEX_TELEMETRY_SENTRY_ENVIRONMENT = "client" diff --git a/python/client/setup.py b/python/client/setup.py index e55c0df61f..11339c2b5c 100644 --- a/python/client/setup.py +++ b/python/client/setup.py @@ -79,7 +79,7 @@ def run(self): setup( name="cortex", - version="0.39.0", # CORTEX_VERSION + version="0.39.1", # CORTEX_VERSION description="Cost-effective serverless computing", author="cortex.dev", author_email="dev@cortex.dev", diff --git a/test/e2e/setup.py b/test/e2e/setup.py index d7751dee95..8d282b1047 100644 --- a/test/e2e/setup.py +++ b/test/e2e/setup.py @@ -24,7 +24,7 @@ setup( name="e2e", - version="0.39.0", # CORTEX_VERSION + version="0.39.1", # CORTEX_VERSION packages=find_packages(exclude=["tests"]), url="https://github.com/cortexlabs/cortex", license="Apache License 2.0",