diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ea54b71f067..93586d885f8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.4rc1 +current_version = 0.15.4 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index 64cdeb676c0..3c931dd2d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: parameters: det-version: type: string - default: 0.15.4rc1 + default: 0.15.4 release-and-rc-filters: &release-and-rc-filters branches: diff --git a/VERSION b/VERSION index b4c11bf24ea..9f40a8780aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.4rc1 \ No newline at end of file +0.15.4 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index da153c9a1ce..8782a8b49e9 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.15.4rc1" +__version__ = "0.15.4" diff --git a/cli/setup.py b/cli/setup.py index ba34152037b..ceea7bf517e 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.15.4rc1", + version="0.15.4", 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.4rc1", + "determined==0.15.4", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index da153c9a1ce..8782a8b49e9 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.15.4rc1" +__version__ = "0.15.4" diff --git a/common/setup.py b/common/setup.py index 58d3beb16e6..53b3c9acc2b 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.15.4rc1", + version="0.15.4", 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.4rc1", + "determined==0.15.4", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index da153c9a1ce..8782a8b49e9 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.15.4rc1" +__version__ = "0.15.4" diff --git a/deploy/setup.py b/deploy/setup.py index 5c777f6dc78..eb588d4941a 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.15.4rc1", + version="0.15.4", 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.4rc1", + "determined==0.15.4", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index da153c9a1ce..8782a8b49e9 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.15.4rc1" +__version__ = "0.15.4" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 6305bdcf20e..22b79403e47 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.4rc1 + Default: 0.15.4 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index 9e0b262547e..709acf898b0 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.4rc1 + Default: 0.15.4 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index 701bc6f561d..9a9a5683d1d 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.4rc1 + Default: 0.15.4 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index 2f818e91fb4..efa114414f9 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.4rc1 + Default: 0.15.4 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index b39f711817f..7ccaf498aef 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.4rc1 + Default: 0.15.4 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/vpc.yaml b/harness/determined/deploy/aws/templates/vpc.yaml index 3af2a93888a..b5c2c088a74 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.4rc1 + Default: 0.15.4 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index 9c422052a4b..a2625cbc7f5 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.15.4rc1", + version="0.15.4", 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 1f7d9f49fb6..2234c272e46 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.4rc1" +appVersion: "0.15.4" diff --git a/model_hub/examples/huggingface/language-modeling/clm_config.yaml b/model_hub/examples/huggingface/language-modeling/clm_config.yaml index 491db282147..040e28d278b 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 64d6be2a051..ff8d1d27e5b 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 a3a64e935f6..e8e7d93bb8b 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 c45081f2ff8..6bddec9a41a 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 d9304c34b91..b2cab4949e0 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 bf6f109f436..72c029fe175 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 f49c8b122a8..e2e6bcb18b0 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.4rc1 + image: determinedai/model-hub-transformers:0.15.4 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 da153c9a1ce..8782a8b49e9 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.15.4rc1" +__version__ = "0.15.4" diff --git a/model_hub/setup.py b/model_hub/setup.py index 6c2c76ac817..fcf765f2242 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setup( name="model-hub", - version="0.15.4rc1", + version="0.15.4", 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 da4860ed3ca..674482233d1 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.4rc1"', + 'process.env.VERSION': '"0.15.4"', 'process.env.IS_DEV': JSON.stringify(IS_DEV), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), })