diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 387b31cfee6..4678be78871 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.0-rc2 +current_version = 0.29.0-rc3 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index c2b8a314049..ab3215c6b84 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -25,7 +25,7 @@ executors: parameters: det-version: type: string - default: 0.29.0-rc2 + default: 0.29.0-rc3 docker-image: type: string default: determinedai/cimg-base:latest diff --git a/VERSION b/VERSION index 56206c0cb38..2e85bb0103c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.29.0-rc2 \ No newline at end of file +0.29.0-rc3 \ No newline at end of file diff --git a/docs/_static/version-switcher/versions.json b/docs/_static/version-switcher/versions.json index 90b55f3eb03..c49fddb1629 100644 --- a/docs/_static/version-switcher/versions.json +++ b/docs/_static/version-switcher/versions.json @@ -1,6 +1,6 @@ [ { - "version": "0.29.0-rc2", + "version": "0.29.0-rc3", "url": "https://docs.determined.ai/latest/" }, { diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index 8fb39ea7458..b80f4f3a7e2 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.29.0-rc2" +__version__ = "0.29.0-rc3" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 49e4c1e71ea..9f093af350e 100644 --- a/harness/determined/deploy/aws/templates/efs.yaml +++ b/harness/determined/deploy/aws/templates/efs.yaml @@ -101,7 +101,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index 58c32b4a906..2df5b4e7c1a 100644 --- a/harness/determined/deploy/aws/templates/fsx.yaml +++ b/harness/determined/deploy/aws/templates/fsx.yaml @@ -101,7 +101,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index 5a1632e355f..e20ae5387bb 100644 --- a/harness/determined/deploy/aws/templates/govcloud.yaml +++ b/harness/determined/deploy/aws/templates/govcloud.yaml @@ -67,7 +67,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/lore.yaml b/harness/determined/deploy/aws/templates/lore.yaml index ee78bdd4ffa..47475495db1 100644 --- a/harness/determined/deploy/aws/templates/lore.yaml +++ b/harness/determined/deploy/aws/templates/lore.yaml @@ -101,7 +101,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index 699f9bec129..17123fc1ae3 100644 --- a/harness/determined/deploy/aws/templates/secure.yaml +++ b/harness/determined/deploy/aws/templates/secure.yaml @@ -122,7 +122,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple-rds.yaml b/harness/determined/deploy/aws/templates/simple-rds.yaml index d9facee1eff..64b2134f2ce 100644 --- a/harness/determined/deploy/aws/templates/simple-rds.yaml +++ b/harness/determined/deploy/aws/templates/simple-rds.yaml @@ -93,7 +93,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index 4f183f288d5..77af1cdff96 100644 --- a/harness/determined/deploy/aws/templates/simple.yaml +++ b/harness/determined/deploy/aws/templates/simple.yaml @@ -93,7 +93,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.29.0-rc2 + Default: 0.29.0-rc3 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index d427987c925..f8dc7aab7ab 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="determined", - version="0.29.0-rc2", + version="0.29.0-rc3", 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 1de2ee8af87..324ce3e16aa 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.29.0-rc2" +version: "0.29.0-rc3" 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 master). -appVersion: "0.29.0-rc2" +appVersion: "0.29.0-rc3" diff --git a/model_hub/model_hub/__version__.py b/model_hub/model_hub/__version__.py index 8fb39ea7458..b80f4f3a7e2 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.29.0-rc2" +__version__ = "0.29.0-rc3" diff --git a/model_hub/setup.py b/model_hub/setup.py index 5e9053435a8..70b462fa86f 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="model-hub", - version="0.29.0-rc2", + version="0.29.0-rc3", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/webui/react/vite.config.mts b/webui/react/vite.config.mts index 296ca8d6b28..de3a2fcb807 100644 --- a/webui/react/vite.config.mts +++ b/webui/react/vite.config.mts @@ -87,7 +87,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.29.0-rc2"', + 'process.env.VERSION': '"0.29.0-rc3"', }, optimizeDeps: { include: ['notebook'],