From 0a44d21016596f72fec37145637691cf8420b291 Mon Sep 17 00:00:00 2001 From: Bradley Laney Date: Thu, 7 Nov 2024 20:36:46 -0500 Subject: [PATCH] chore: bump version: 0.35.0 -> 0.35.1-rc0 --- .bumpversion.cfg | 2 +- .circleci/real_config.yml | 16 ++++++++-------- VERSION | 2 +- docs/_static/version-switcher/versions.json | 2 +- harness/determined/__version__.py | 2 +- harness/determined/deploy/aws/templates/efs.yaml | 2 +- harness/determined/deploy/aws/templates/fsx.yaml | 2 +- .../deploy/aws/templates/govcloud.yaml | 2 +- .../determined/deploy/aws/templates/lore.yaml | 2 +- .../determined/deploy/aws/templates/secure.yaml | 2 +- .../deploy/aws/templates/simple-rds.yaml | 2 +- .../determined/deploy/aws/templates/simple.yaml | 2 +- harness/setup.py | 2 +- helm/charts/determined/Chart.yaml | 4 ++-- model_hub/model_hub/__version__.py | 2 +- model_hub/setup.py | 2 +- webui/react/vite.config.mts | 2 +- 17 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 80590b80f86..eaf78f4f84b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.35.0 +current_version = 0.35.1-rc0 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index 7b69c787926..11470cfc19c 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -21,7 +21,7 @@ executors: parameters: det-version: type: string - default: 0.35.0 + default: 0.35.1-rc0 docker-image: type: string default: determinedai/cimg-base:latest @@ -282,7 +282,7 @@ commands: - when: condition: <> steps: - - run: docker pull determinedai/pytorch-ngc:0.35.0 + - run: docker pull determinedai/pytorch-ngc:0.35.1-rc0 login-docker: parameters: @@ -2439,7 +2439,7 @@ jobs: test-unit-harness-gpu-tf: docker: - - image: determinedai/tensorflow-ngc:0.35.0 + - image: determinedai/tensorflow-ngc:0.35.1-rc0 resource_class: determined-ai/container-runner-gpu steps: - run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts @@ -2466,7 +2466,7 @@ jobs: test-unit-harness-pytorch2-gpu: docker: - - image: determinedai/pytorch-ngc:0.35.0 + - image: determinedai/pytorch-ngc:0.35.1-rc0 resource_class: determined-ai/container-runner-gpu steps: - run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts @@ -2493,7 +2493,7 @@ jobs: test-unit-harness-pytorch2-cpu: docker: - - image: determinedai/pytorch-ngc:0.35.0 + - image: determinedai/pytorch-ngc:0.35.1-rc0 steps: - run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts - checkout @@ -2519,7 +2519,7 @@ jobs: test-unit-harness-gpu-parallel: docker: - - image: determinedai/pytorch-ngc:0.35.0 + - image: determinedai/pytorch-ngc:0.35.1-rc0 resource_class: determined-ai/container-runner-multi-gpu steps: - run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts @@ -2546,7 +2546,7 @@ jobs: test-unit-harness-gpu-deepspeed: docker: - - image: determinedai/pytorch-ngc:0.35.0 + - image: determinedai/pytorch-ngc:0.35.1-rc0 resource_class: determined-ai/container-runner-gpu steps: - run: mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts @@ -3652,7 +3652,7 @@ jobs: type: string default: "1" environment-image: - default: determinedai/pytorch-ngc:0.35.0 + default: determinedai/pytorch-ngc:0.35.1-rc0 type: string accel-node-taints: type: string diff --git a/VERSION b/VERSION index 4d8ac4d2ef1..7143414a5f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.35.0 \ No newline at end of file +0.35.1-rc0 \ No newline at end of file diff --git a/docs/_static/version-switcher/versions.json b/docs/_static/version-switcher/versions.json index 36244abae02..deed6ff20e8 100644 --- a/docs/_static/version-switcher/versions.json +++ b/docs/_static/version-switcher/versions.json @@ -1,6 +1,6 @@ [ { - "version": "0.35.0", + "version": "0.35.1-rc0", "url": "https://docs.determined.ai/latest/" }, { diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index e0d0ed60303..72d8a2500bb 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.35.0" +__version__ = "0.35.1-rc0" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 510ac22eb3f..4b24f2198cf 100644 --- a/harness/determined/deploy/aws/templates/efs.yaml +++ b/harness/determined/deploy/aws/templates/efs.yaml @@ -102,7 +102,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index a580cda49ff..a9b595bb15f 100644 --- a/harness/determined/deploy/aws/templates/fsx.yaml +++ b/harness/determined/deploy/aws/templates/fsx.yaml @@ -102,7 +102,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index e2dc88e4f69..50ab5edbdba 100644 --- a/harness/determined/deploy/aws/templates/govcloud.yaml +++ b/harness/determined/deploy/aws/templates/govcloud.yaml @@ -68,7 +68,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/lore.yaml b/harness/determined/deploy/aws/templates/lore.yaml index ea8cb88c5e4..fa1609fff8a 100644 --- a/harness/determined/deploy/aws/templates/lore.yaml +++ b/harness/determined/deploy/aws/templates/lore.yaml @@ -102,7 +102,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index d450c5440fe..0914f925b5a 100644 --- a/harness/determined/deploy/aws/templates/secure.yaml +++ b/harness/determined/deploy/aws/templates/secure.yaml @@ -123,7 +123,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple-rds.yaml b/harness/determined/deploy/aws/templates/simple-rds.yaml index ef2736285af..a60a1fc0c2f 100644 --- a/harness/determined/deploy/aws/templates/simple-rds.yaml +++ b/harness/determined/deploy/aws/templates/simple-rds.yaml @@ -94,7 +94,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index 002fb11c7bb..69fe2d916cd 100644 --- a/harness/determined/deploy/aws/templates/simple.yaml +++ b/harness/determined/deploy/aws/templates/simple.yaml @@ -94,7 +94,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.35.0 + Default: 0.35.1-rc0 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index 93c9a8f5f06..56dd24d5b7a 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="determined", - version="0.35.0", + version="0.35.1-rc0", author="Determined AI", author_email="ai-open-source@hpe.com", url="https://determined.ai/", diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index f1f080d81c2..a592b112f5a 100644 --- a/helm/charts/determined/Chart.yaml +++ b/helm/charts/determined/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: determined description: A Helm chart for Determined -version: "0.35.0" +version: "0.35.1-rc0" icon: https://github.com/determined-ai/determined/blob/main/determined-logo.svg?raw=true home: https://github.com/determined-ai/determined.git @@ -9,4 +9,4 @@ home: https://github.com/determined-ai/determined.git # If using 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 main). -appVersion: "0.35.0" +appVersion: "0.35.1-rc0" diff --git a/model_hub/model_hub/__version__.py b/model_hub/model_hub/__version__.py index e0d0ed60303..72d8a2500bb 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.35.0" +__version__ = "0.35.1-rc0" diff --git a/model_hub/setup.py b/model_hub/setup.py index 4bd653bb1f4..41812bd2876 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="model-hub", - version="0.35.0", + version="0.35.1-rc0", author="Determined AI", author_email="ai-open-source@hpe.com", url="https://determined.ai/", diff --git a/webui/react/vite.config.mts b/webui/react/vite.config.mts index 8cbd5b3a586..67a26f0f539 100644 --- a/webui/react/vite.config.mts +++ b/webui/react/vite.config.mts @@ -89,7 +89,7 @@ export default defineConfig(({ mode }) => ({ 'process.env.IS_DEV': JSON.stringify(mode === 'development'), 'process.env.PUBLIC_URL': JSON.stringify((mode !== 'test' && publicUrl) || ''), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), - 'process.env.VERSION': '"0.35.0"', + 'process.env.VERSION': '"0.35.1-rc0"', }, optimizeDeps: { include: ['notebook'],