From 06f56dd7729c475e4d454a7278804d0cf2fbb488 Mon Sep 17 00:00:00 2001 From: David Wang Date: Thu, 19 Nov 2020 14:52:36 -0800 Subject: [PATCH] chore: bump version: 0.13.9rc3 -> 0.13.9rc4 --- .bumpversion.cfg | 2 +- .circleci/config.yml | 2 +- VERSION | 2 +- cli/determined_cli/__version__.py | 2 +- cli/setup.py | 4 ++-- common/determined_common/__version__.py | 2 +- common/setup.py | 2 +- deploy/determined_deploy/__version__.py | 2 +- deploy/determined_deploy/aws/templates/secure.yaml | 2 +- deploy/determined_deploy/aws/templates/simple.yaml | 2 +- deploy/determined_deploy/aws/templates/vpc.yaml | 2 +- deploy/setup.py | 4 ++-- harness/determined/__version__.py | 2 +- harness/setup.py | 4 ++-- helm/charts/determined/Chart.yaml | 2 +- webui/react/config-overrides.js | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af48b99fb1f..a41338b54dd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.9rc3 +current_version = 0.13.9rc4 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index b4e8391e8ef..4607c7b4c49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ executors: parameters: det-version: type: string - default: 0.13.9rc3 + default: 0.13.9rc4 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index f26171ddeb3..337f48f012d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.9rc3 \ No newline at end of file +0.13.9rc4 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index 2c187abbee5..eae92b010c3 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.13.9rc3" +__version__ = "0.13.9rc4" diff --git a/cli/setup.py b/cli/setup.py index 8d69893da16..ec87d743e8d 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.13.9rc3", + version="0.13.9rc4", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -21,7 +21,7 @@ "ruamel.yaml>=0.15.78", "tabulate>=0.8.3", "termcolor==1.1.0", - "determined-common==0.13.9rc3", + "determined-common==0.13.9rc4", # requests<2.22.0 requires urllib3<1.25, which is incompatible with boto3>=1.14.11 "requests>=2.22.0", # botocore>1.19.0 has stricter urllib3 requirements than boto3, and pip will not reliably diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index 2c187abbee5..eae92b010c3 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.13.9rc3" +__version__ = "0.13.9rc4" diff --git a/common/setup.py b/common/setup.py index 05b43baaf22..79ed6ebdb71 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.13.9rc3", + version="0.13.9rc4", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index 2c187abbee5..eae92b010c3 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.13.9rc3" +__version__ = "0.13.9rc4" diff --git a/deploy/determined_deploy/aws/templates/secure.yaml b/deploy/determined_deploy/aws/templates/secure.yaml index 238a11ea4a1..855b8da3c18 100644 --- a/deploy/determined_deploy/aws/templates/secure.yaml +++ b/deploy/determined_deploy/aws/templates/secure.yaml @@ -92,7 +92,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.13.9rc3 + Default: 0.13.9rc4 DBPassword: Type: String diff --git a/deploy/determined_deploy/aws/templates/simple.yaml b/deploy/determined_deploy/aws/templates/simple.yaml index fa8b4bb53ee..90bc6d66457 100644 --- a/deploy/determined_deploy/aws/templates/simple.yaml +++ b/deploy/determined_deploy/aws/templates/simple.yaml @@ -63,7 +63,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.13.9rc3 + Default: 0.13.9rc4 DBPassword: Type: String diff --git a/deploy/determined_deploy/aws/templates/vpc.yaml b/deploy/determined_deploy/aws/templates/vpc.yaml index 958320f6eb7..9e564e0db6e 100644 --- a/deploy/determined_deploy/aws/templates/vpc.yaml +++ b/deploy/determined_deploy/aws/templates/vpc.yaml @@ -72,7 +72,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.13.9rc3 + Default: 0.13.9rc4 DBPassword: Type: String diff --git a/deploy/setup.py b/deploy/setup.py index fc6da0b1360..d1a6a1beb26 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.13.9rc3", + version="0.13.9rc4", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -18,7 +18,7 @@ "google-api-python-client>=1.12.1", "paramiko>=2.4.2", # explicitly pull in paramiko to prevent DistributionNotFound error "docker-compose>=1.13.0", - "determined-common==0.13.9rc3", + "determined-common==0.13.9rc4", # requests<2.22.0 requires urllib3<1.25, which is incompatible with boto3>=1.14.11 "requests>=2.22.0", # botocore>1.19.0 has stricter urllib3 requirements than boto3, and pip will not reliably diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index 2c187abbee5..eae92b010c3 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.13.9rc3" +__version__ = "0.13.9rc4" diff --git a/harness/setup.py b/harness/setup.py index 4ada49e0005..ef9cb6a021a 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.13.9rc3", + version="0.13.9rc4", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -15,7 +15,7 @@ package_data={"determined": ["py.typed"]}, install_requires=[ "cloudpickle==0.5.3", - "determined-common==0.13.9rc3", + "determined-common==0.13.9rc4", "dill>=0.2.9", # TF 2.2 has strict h5py requirements, which we expose here. "h5py>=2.10.0,<2.11.0", diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index 96d49d0d6ab..0383f76b57a 100644 --- a/helm/charts/determined/Chart.yaml +++ b/helm/charts/determined/Chart.yaml @@ -9,4 +9,4 @@ home: https://github.com/determined-ai/determined.git # a non-release version (e.g., X.Y.Z.dev0) you will have to specify an # existing official release version (e.g., X.Y.Z) or specify a commit has # that has been publicly published (all commits from master). -appVersion: 0.13.9rc3 +appVersion: 0.13.9rc4 diff --git a/webui/react/config-overrides.js b/webui/react/config-overrides.js index a3c06960861..48ccc47af1d 100644 --- a/webui/react/config-overrides.js +++ b/webui/react/config-overrides.js @@ -55,7 +55,7 @@ const webpackConfig = override( // Webapp version is hardcoded but handled by `bumpversion` addWebpackPlugin( new webpack.DefinePlugin({ - 'process.env.VERSION': '"0.13.9rc3"', + 'process.env.VERSION': '"0.13.9rc4"', 'process.env.IS_DEV': JSON.stringify(IS_DEV), 'process.env.SERVER_ADDRESS': JSON.stringify(SERVER_ADDRESS), })