diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 23144f92e76..63fc6e98971 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.0rc1 +current_version = 0.15.0 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index f8aa028ebb8..a58addc8ac5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: parameters: det-version: type: string - default: 0.15.0rc1 + default: 0.15.0 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index 605f419cab4..7092c7c46f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0rc1 \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index c44c3a08778..9da2f8fcca6 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.15.0rc1" +__version__ = "0.15.0" diff --git a/cli/setup.py b/cli/setup.py index 39aebee4ef8..d70d80abebd 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.15.0rc1", + version="0.15.0", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -13,6 +13,6 @@ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), python_requires=">=3.6", install_requires=[ - "determined==0.15.0rc1", + "determined==0.15.0", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index c44c3a08778..9da2f8fcca6 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.15.0rc1" +__version__ = "0.15.0" diff --git a/common/setup.py b/common/setup.py index 7265b29cc56..30be0a3fc63 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.15.0rc1", + version="0.15.0", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -14,7 +14,7 @@ python_requires=">=3.5", package_data={"determined.common": ["py.typed"]}, install_requires=[ - "determined==0.15.0rc1", + "determined==0.15.0", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index c44c3a08778..9da2f8fcca6 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.15.0rc1" +__version__ = "0.15.0" diff --git a/deploy/setup.py b/deploy/setup.py index 02a00b93f31..09e7909b82f 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.15.0rc1", + version="0.15.0", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -13,6 +13,6 @@ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), python_requires=">=3.6", install_requires=[ - "determined==0.15.0rc1", + "determined==0.15.0", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index c44c3a08778..9da2f8fcca6 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.15.0rc1" +__version__ = "0.15.0" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 3fbab1fe424..4c75520d9a7 100644 --- a/harness/determined/deploy/aws/templates/efs.yaml +++ b/harness/determined/deploy/aws/templates/efs.yaml @@ -77,7 +77,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.15.0rc1 + Default: 0.15.0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index 0f944fe8805..1bd7d5dcd34 100644 --- a/harness/determined/deploy/aws/templates/fsx.yaml +++ b/harness/determined/deploy/aws/templates/fsx.yaml @@ -76,7 +76,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.15.0rc1 + Default: 0.15.0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index ea64e08fa6f..75334c00572 100644 --- a/harness/determined/deploy/aws/templates/govcloud.yaml +++ b/harness/determined/deploy/aws/templates/govcloud.yaml @@ -42,7 +42,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.15.0rc1 + Default: 0.15.0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index b2c26f8dd14..9c65242f34b 100644 --- a/harness/determined/deploy/aws/templates/secure.yaml +++ b/harness/determined/deploy/aws/templates/secure.yaml @@ -97,7 +97,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.15.0rc1 + Default: 0.15.0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index 2cf1fe79471..db5a7f9024b 100644 --- a/harness/determined/deploy/aws/templates/simple.yaml +++ b/harness/determined/deploy/aws/templates/simple.yaml @@ -68,7 +68,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.15.0rc1 + Default: 0.15.0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/vpc.yaml b/harness/determined/deploy/aws/templates/vpc.yaml index fe2c87a01c6..d6f1327668b 100644 --- a/harness/determined/deploy/aws/templates/vpc.yaml +++ b/harness/determined/deploy/aws/templates/vpc.yaml @@ -77,7 +77,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.15.0rc1 + Default: 0.15.0 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index 5c3adb19678..11370f6633e 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.15.0rc1", + version="0.15.0", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index 70f9027adf2..dd667c944ac 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.15.0rc1" +appVersion: "0.15.0" diff --git a/webui/react/config-overrides.js b/webui/react/config-overrides.js index 0e7db2e5a51..a0108a0bd19 100644 --- a/webui/react/config-overrides.js +++ b/webui/react/config-overrides.js @@ -102,7 +102,7 @@ const webpackConfig = override( // Webapp version is hardcoded but handled by `bumpversion` addWebpackPlugin( new webpack.DefinePlugin({ - 'process.env.VERSION': '"0.15.0rc1"', + 'process.env.VERSION': '"0.15.0"', 'process.env.IS_DEV': JSON.stringify(IS_DEV), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), })