diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 92fcc26e5f5..a663709ba19 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.6rc3 +current_version = 0.15.6 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b4c28a12f8..24f416d061a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: parameters: det-version: type: string - default: 0.15.6rc3 + default: 0.15.6 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index 2dfa3d032b3..d36c4986fbc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.6rc3 \ No newline at end of file +0.15.6 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index 12acb28ed1a..07c3e7b824f 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.15.6rc3" +__version__ = "0.15.6" diff --git a/cli/setup.py b/cli/setup.py index 70562a42b6d..e34044f4e7f 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.15.6rc3", + version="0.15.6", 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.6rc3", + "determined==0.15.6", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index 12acb28ed1a..07c3e7b824f 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.15.6rc3" +__version__ = "0.15.6" diff --git a/common/setup.py b/common/setup.py index 311d94eab8f..ef8bea904f3 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.15.6rc3", + version="0.15.6", 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.6rc3", + "determined==0.15.6", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index 12acb28ed1a..07c3e7b824f 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.15.6rc3" +__version__ = "0.15.6" diff --git a/deploy/setup.py b/deploy/setup.py index dabb6391496..f60e9826861 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.15.6rc3", + version="0.15.6", 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.6rc3", + "determined==0.15.6", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index 12acb28ed1a..07c3e7b824f 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.15.6rc3" +__version__ = "0.15.6" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 24e8c0371da..34965040f4f 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.6rc3 + Default: 0.15.6 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index f01edd530b6..e1211ddbd24 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.6rc3 + Default: 0.15.6 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index 9b961cc9a13..e9882149883 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.6rc3 + Default: 0.15.6 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index 9b3dde78b1a..5a237123a60 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.6rc3 + Default: 0.15.6 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index 1d7655da113..3d2e244b686 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.6rc3 + Default: 0.15.6 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/vpc.yaml b/harness/determined/deploy/aws/templates/vpc.yaml index 6ff23033ec7..29173b716dd 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.6rc3 + Default: 0.15.6 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index c20575272c3..2c3e865ea4f 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -5,7 +5,7 @@ setup( name="determined", - version="0.15.6rc3", + version="0.15.6", 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 b79c9ff06db..32cea77a690 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.6rc3" +appVersion: "0.15.6" diff --git a/model_hub/examples/huggingface/language-modeling/clm_config.yaml b/model_hub/examples/huggingface/language-modeling/clm_config.yaml index cdfe76303a7..f0a0dd574a3 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 880f0845a12..41ed86e77b6 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 6657d424360..4726e53fcff 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 dbb27bb8730..db7748a7f00 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 4a5f10ab0ea..fe764432c60 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 e0478469505..ed75bfea2c6 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 138f2e1cd6f..0a8c3eaaecd 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.15.6rc3 + image: determinedai/model-hub-transformers:0.15.6 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 12acb28ed1a..07c3e7b824f 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.15.6rc3" +__version__ = "0.15.6" diff --git a/model_hub/setup.py b/model_hub/setup.py index 5fa875b82ce..33427d533f7 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setup( name="model-hub", - version="0.15.6rc3", + version="0.15.6", 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 f718982559f..c0fde19a037 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.6rc3"', + 'process.env.VERSION': '"0.15.6"', 'process.env.IS_DEV': JSON.stringify(IS_DEV), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), })