diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0b9649a7ecf..123f4bb65e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.2rc6 +current_version = 0.16.2 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index 66335aef54c..c7549cd014d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: parameters: det-version: type: string - default: 0.16.2rc6 + default: 0.16.2 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index 1ed7ab26e96..3b7660ac767 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.2rc6 \ No newline at end of file +0.16.2 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index 721e98f5292..7f33bc09736 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2rc6" +__version__ = "0.16.2" diff --git a/cli/setup.py b/cli/setup.py index 42b875285d2..a2f26b7cb79 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.16.2rc6", + version="0.16.2", 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.16.2rc6", + "determined==0.16.2", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index 721e98f5292..7f33bc09736 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2rc6" +__version__ = "0.16.2" diff --git a/common/setup.py b/common/setup.py index ff3541d9b38..061f7347f8c 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.16.2rc6", + version="0.16.2", 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.16.2rc6", + "determined==0.16.2", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index 721e98f5292..7f33bc09736 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2rc6" +__version__ = "0.16.2" diff --git a/deploy/setup.py b/deploy/setup.py index 89b945e7358..0d95bd5da2a 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.16.2rc6", + version="0.16.2", 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.16.2rc6", + "determined==0.16.2", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index 721e98f5292..7f33bc09736 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2rc6" +__version__ = "0.16.2" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 38d31fedcd5..4db6d4552c3 100644 --- a/harness/determined/deploy/aws/templates/efs.yaml +++ b/harness/determined/deploy/aws/templates/efs.yaml @@ -82,7 +82,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.16.2rc6 + Default: 0.16.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index d6f5e0940ea..e483983feda 100644 --- a/harness/determined/deploy/aws/templates/fsx.yaml +++ b/harness/determined/deploy/aws/templates/fsx.yaml @@ -81,7 +81,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.16.2rc6 + Default: 0.16.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index 847f865e8df..980fcaf54f5 100644 --- a/harness/determined/deploy/aws/templates/govcloud.yaml +++ b/harness/determined/deploy/aws/templates/govcloud.yaml @@ -47,7 +47,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.16.2rc6 + Default: 0.16.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index a51d909096f..e194f92e20b 100644 --- a/harness/determined/deploy/aws/templates/secure.yaml +++ b/harness/determined/deploy/aws/templates/secure.yaml @@ -102,7 +102,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.16.2rc6 + Default: 0.16.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index e1b6ce58b79..62296390261 100644 --- a/harness/determined/deploy/aws/templates/simple.yaml +++ b/harness/determined/deploy/aws/templates/simple.yaml @@ -73,7 +73,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.16.2rc6 + Default: 0.16.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/vpc.yaml b/harness/determined/deploy/aws/templates/vpc.yaml index d3badeefa33..1d8fdc07bb3 100644 --- a/harness/determined/deploy/aws/templates/vpc.yaml +++ b/harness/determined/deploy/aws/templates/vpc.yaml @@ -82,7 +82,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.16.2rc6 + Default: 0.16.2 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index 2250d1d908f..0969e23612b 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.16.2rc6", + version="0.16.2", 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 0df47869229..3fe084981fe 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.16.2rc6" +appVersion: "0.16.2" diff --git a/model_hub/examples/huggingface/language-modeling/clm_config.yaml b/model_hub/examples/huggingface/language-modeling/clm_config.yaml index 933c72f96ab..9deb4e756d8 100644 --- a/model_hub/examples/huggingface/language-modeling/clm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/clm_config.yaml @@ -32,7 +32,7 @@ searcher: epochs: 3 smaller_is_better: true environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 4 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/language-modeling/mlm_config.yaml b/model_hub/examples/huggingface/language-modeling/mlm_config.yaml index 1081f7b8704..45fc8d1cbb9 100644 --- a/model_hub/examples/huggingface/language-modeling/mlm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/mlm_config.yaml @@ -35,7 +35,7 @@ searcher: epochs: 3 smaller_is_better: true environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/language-modeling/plm_config.yaml b/model_hub/examples/huggingface/language-modeling/plm_config.yaml index b21e759c60c..5b28042fe04 100644 --- a/model_hub/examples/huggingface/language-modeling/plm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/plm_config.yaml @@ -36,7 +36,7 @@ searcher: epochs: 3 smaller_is_better: true environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 2 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/multiple-choice/swag_config.yaml b/model_hub/examples/huggingface/multiple-choice/swag_config.yaml index 2a733932845..b774869e0d2 100644 --- a/model_hub/examples/huggingface/multiple-choice/swag_config.yaml +++ b/model_hub/examples/huggingface/multiple-choice/swag_config.yaml @@ -32,7 +32,7 @@ searcher: epochs: 3 smaller_is_better: false environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 2 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/text-classification/glue_config.yaml b/model_hub/examples/huggingface/text-classification/glue_config.yaml index 4b6ad49ee36..1d39ec6a4b2 100644 --- a/model_hub/examples/huggingface/text-classification/glue_config.yaml +++ b/model_hub/examples/huggingface/text-classification/glue_config.yaml @@ -44,7 +44,7 @@ searcher: epochs: 3 smaller_is_better: false environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/text-classification/xnli_config.yaml b/model_hub/examples/huggingface/text-classification/xnli_config.yaml index 75c57af6a97..2377561a3a9 100644 --- a/model_hub/examples/huggingface/text-classification/xnli_config.yaml +++ b/model_hub/examples/huggingface/text-classification/xnli_config.yaml @@ -35,7 +35,7 @@ searcher: epochs: 2 smaller_is_better: false environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 2 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/token-classification/ner_config.yaml b/model_hub/examples/huggingface/token-classification/ner_config.yaml index 563a350b458..f95a1936d9e 100644 --- a/model_hub/examples/huggingface/token-classification/ner_config.yaml +++ b/model_hub/examples/huggingface/token-classification/ner_config.yaml @@ -33,7 +33,7 @@ searcher: epochs: 3 smaller_is_better: false environment: - image: determinedai/model-hub-transformers:0.16.2rc6 + image: determinedai/model-hub-transformers:0.16.2 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/model_hub/__version__.py b/model_hub/model_hub/__version__.py index 721e98f5292..7f33bc09736 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2rc6" +__version__ = "0.16.2" diff --git a/model_hub/setup.py b/model_hub/setup.py index 5cfe937a96a..337f7e1bdcc 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setup( name="model-hub", - version="0.16.2rc6", + version="0.16.2", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/webui/react/config-overrides.js b/webui/react/config-overrides.js index fd49eed43b2..00b1d6e07c5 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.16.2rc6"', + 'process.env.VERSION': '"0.16.2"', 'process.env.IS_DEV': JSON.stringify(IS_DEV), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), })