From f3f15e8dcd4de1f745b762f2edba5b2568416d59 Mon Sep 17 00:00:00 2001 From: Danny Zhu Date: Fri, 29 Oct 2021 16:54:31 -0600 Subject: [PATCH] chore: bump version: 0.17.2rc7 -> 0.17.2 --- .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 | 4 ++-- deploy/determined_deploy/__version__.py | 2 +- deploy/setup.py | 4 ++-- harness/determined/__version__.py | 2 +- harness/determined/deploy/aws/templates/efs.yaml | 2 +- harness/determined/deploy/aws/templates/fsx.yaml | 2 +- harness/determined/deploy/aws/templates/govcloud.yaml | 2 +- harness/determined/deploy/aws/templates/secure.yaml | 2 +- harness/determined/deploy/aws/templates/simple.yaml | 2 +- harness/determined/deploy/aws/templates/vpc.yaml | 2 +- harness/setup.py | 2 +- helm/charts/determined/Chart.yaml | 2 +- .../examples/huggingface/language-modeling/clm_config.yaml | 2 +- .../examples/huggingface/language-modeling/mlm_config.yaml | 2 +- .../examples/huggingface/language-modeling/plm_config.yaml | 2 +- .../examples/huggingface/multiple-choice/swag_config.yaml | 2 +- model_hub/examples/huggingface/question-answering/squad.yaml | 2 +- .../huggingface/question-answering/squad_beam_search.yaml | 2 +- .../huggingface/question-answering/squad_distributed.yaml | 2 +- .../examples/huggingface/question-answering/squad_v2.yaml | 2 +- .../huggingface/question-answering/squad_v2_albert.yaml | 2 +- .../huggingface/question-answering/squad_v2_beam_search.yaml | 2 +- .../examples/huggingface/text-classification/glue_config.yaml | 2 +- .../examples/huggingface/text-classification/xnli_config.yaml | 2 +- .../examples/huggingface/token-classification/ner_config.yaml | 2 +- model_hub/examples/mmdetection/fasterrcnn.yaml | 2 +- model_hub/examples/mmdetection/hydra/configs/config.yaml | 2 +- model_hub/examples/mmdetection/yolov3.yaml | 2 +- model_hub/model_hub/__version__.py | 2 +- model_hub/setup.py | 2 +- webui/react/config-overrides.js | 2 +- 37 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc04fffda59..91f82bee4ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.2rc7 +current_version = 0.17.2 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index 18f1f6c114a..9a1471e7294 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ executors: parameters: det-version: type: string - default: 0.17.2rc7 + default: 0.17.2 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index c2e29035bb6..50c2e5e29f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2rc7 \ No newline at end of file +0.17.2 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index 2e3e250414c..337a1e73d3a 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.17.2rc7" +__version__ = "0.17.2" diff --git a/cli/setup.py b/cli/setup.py index 0af322588fa..0ba7639b92b 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.17.2rc7", + version="0.17.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.17.2rc7", + "determined==0.17.2", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index 2e3e250414c..337a1e73d3a 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.17.2rc7" +__version__ = "0.17.2" diff --git a/common/setup.py b/common/setup.py index 6f0c736c658..7c41fae6bfd 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.17.2rc7", + version="0.17.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.17.2rc7", + "determined==0.17.2", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index 2e3e250414c..337a1e73d3a 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.17.2rc7" +__version__ = "0.17.2" diff --git a/deploy/setup.py b/deploy/setup.py index 4c955cc8b54..612e3fe9d16 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.17.2rc7", + version="0.17.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.17.2rc7", + "determined==0.17.2", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index 2e3e250414c..337a1e73d3a 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.17.2rc7" +__version__ = "0.17.2" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index afc98da9ab5..64d12713e95 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.17.2rc7 + Default: 0.17.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index bbb8d395d1d..bcde7c3cd69 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.17.2rc7 + Default: 0.17.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index b2a726887c9..21876dde587 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.17.2rc7 + Default: 0.17.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index e722e5a19b1..340c6b4feaf 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.17.2rc7 + Default: 0.17.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index 02e469d8693..0dff848a304 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.17.2rc7 + Default: 0.17.2 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/vpc.yaml b/harness/determined/deploy/aws/templates/vpc.yaml index 0cc196ed885..5b714e002ff 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.17.2rc7 + Default: 0.17.2 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index b39f922a5fc..8049861ac16 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.17.2rc7", + version="0.17.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 75352a9c8a7..7c1437309fc 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.17.2rc7" +appVersion: "0.17.2" diff --git a/model_hub/examples/huggingface/language-modeling/clm_config.yaml b/model_hub/examples/huggingface/language-modeling/clm_config.yaml index f5cb099b89c..902d938976b 100644 --- a/model_hub/examples/huggingface/language-modeling/clm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/clm_config.yaml @@ -33,7 +33,7 @@ searcher: smaller_is_better: true environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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 d166c9c6d5d..a6d1d16df07 100644 --- a/model_hub/examples/huggingface/language-modeling/mlm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/mlm_config.yaml @@ -36,7 +36,7 @@ searcher: smaller_is_better: true environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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 c0858a171cf..bb9421a86e1 100644 --- a/model_hub/examples/huggingface/language-modeling/plm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/plm_config.yaml @@ -37,7 +37,7 @@ searcher: smaller_is_better: true environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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 1594c41927e..a8513cb9801 100644 --- a/model_hub/examples/huggingface/multiple-choice/swag_config.yaml +++ b/model_hub/examples/huggingface/multiple-choice/swag_config.yaml @@ -33,7 +33,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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/question-answering/squad.yaml b/model_hub/examples/huggingface/question-answering/squad.yaml index f6beffdb0d3..b8add37101c 100644 --- a/model_hub/examples/huggingface/question-answering/squad.yaml +++ b/model_hub/examples/huggingface/question-answering/squad.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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/question-answering/squad_beam_search.yaml b/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml index a28ef353ffd..1250359ec3f 100644 --- a/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml @@ -37,7 +37,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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/question-answering/squad_distributed.yaml b/model_hub/examples/huggingface/question-answering/squad_distributed.yaml index 7083090df15..e48fdf24ba6 100644 --- a/model_hub/examples/huggingface/question-answering/squad_distributed.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_distributed.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.2 resources: slots_per_trial: 8 # 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/question-answering/squad_v2.yaml b/model_hub/examples/huggingface/question-answering/squad_v2.yaml index aba5a44d3e5..ed68a1e082c 100644 --- a/model_hub/examples/huggingface/question-answering/squad_v2.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_v2.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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/question-answering/squad_v2_albert.yaml b/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml index c0aab213083..c4a050fd7f9 100644 --- a/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml @@ -40,7 +40,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.2 resources: slots_per_trial: 8 # 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/question-answering/squad_v2_beam_search.yaml b/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml index f2d39098207..f9d38d6e9af 100644 --- a/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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/glue_config.yaml b/model_hub/examples/huggingface/text-classification/glue_config.yaml index 85c1947617c..2e0ad19c7a8 100644 --- a/model_hub/examples/huggingface/text-classification/glue_config.yaml +++ b/model_hub/examples/huggingface/text-classification/glue_config.yaml @@ -45,7 +45,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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 9f7d75c63aa..ae947b58fab 100644 --- a/model_hub/examples/huggingface/text-classification/xnli_config.yaml +++ b/model_hub/examples/huggingface/text-classification/xnli_config.yaml @@ -36,7 +36,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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 499dbd085f0..ad3ed43eddd 100644 --- a/model_hub/examples/huggingface/token-classification/ner_config.yaml +++ b/model_hub/examples/huggingface/token-classification/ner_config.yaml @@ -34,7 +34,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.17.2rc7 + gpu: determinedai/model-hub-transformers:0.17.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/mmdetection/fasterrcnn.yaml b/model_hub/examples/mmdetection/fasterrcnn.yaml index 34a2d0407c8..052b8f56df6 100644 --- a/model_hub/examples/mmdetection/fasterrcnn.yaml +++ b/model_hub/examples/mmdetection/fasterrcnn.yaml @@ -40,7 +40,7 @@ searcher: max_restarts: 5 environment: image: - gpu: determinedai/model-hub-mmdetection:0.17.2rc7 + gpu: determinedai/model-hub-mmdetection:0.17.2 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/examples/mmdetection/hydra/configs/config.yaml b/model_hub/examples/mmdetection/hydra/configs/config.yaml index e8739baf2c5..f2d0ab95bb2 100644 --- a/model_hub/examples/mmdetection/hydra/configs/config.yaml +++ b/model_hub/examples/mmdetection/hydra/configs/config.yaml @@ -14,7 +14,7 @@ min_validation_period: environment: image: - gpu: determinedai/model-hub-mmdetection:0.17.2rc7 + gpu: determinedai/model-hub-mmdetection:0.17.2 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/examples/mmdetection/yolov3.yaml b/model_hub/examples/mmdetection/yolov3.yaml index b5de7a0a4da..c711edec71b 100644 --- a/model_hub/examples/mmdetection/yolov3.yaml +++ b/model_hub/examples/mmdetection/yolov3.yaml @@ -40,7 +40,7 @@ searcher: max_restarts: 5 environment: image: - gpu: determinedai/model-hub-mmdetection:0.17.2rc7 + gpu: determinedai/model-hub-mmdetection:0.17.2 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/model_hub/__version__.py b/model_hub/model_hub/__version__.py index 2e3e250414c..337a1e73d3a 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.17.2rc7" +__version__ = "0.17.2" diff --git a/model_hub/setup.py b/model_hub/setup.py index 495e25c8453..40cc3aa5952 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setup( name="model-hub", - version="0.17.2rc7", + version="0.17.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 49fcf40f07d..112396c57fc 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.17.2rc7"', + 'process.env.VERSION': '"0.17.2"', 'process.env.IS_DEV': JSON.stringify(IS_DEV), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), })