Skip to content

Commit

Permalink
chore: bump version: 0.35.0-rc16 -> 0.35.0-rc17
Browse files Browse the repository at this point in the history
  • Loading branch information
determined-ci committed Aug 6, 2024
1 parent f02b6b5 commit 6d9b780
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.35.0-rc16
current_version = 0.35.0-rc17
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ executors:
parameters:
det-version:
type: string
default: 0.35.0-rc16
default: 0.35.0-rc17
docker-image:
type: string
default: determinedai/cimg-base:latest
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.0-rc16
0.35.0-rc17
2 changes: 1 addition & 1 deletion docs/_static/version-switcher/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "0.35.0-rc16",
"version": "0.35.0-rc17",
"url": "https://docs.determined.ai/latest/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.35.0-rc16"
__version__ = "0.35.0-rc17"
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/efs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/fsx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/govcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master docker image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/lore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/simple-rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master docker image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/determined/deploy/aws/templates/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Parameters:
Version:
Type: String
Description: Determined version or commit for master docker image
Default: 0.35.0-rc16
Default: 0.35.0-rc17

DBPassword:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion harness/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="determined",
version="0.35.0-rc16",
version="0.35.0-rc17",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/determined/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
name: determined
description: A Helm chart for Determined
version: "0.35.0-rc16"
version: "0.35.0-rc17"
icon: https://github.com/determined-ai/determined/blob/main/determined-logo.svg?raw=true
home: https://github.com/determined-ai/determined.git

# appVersion controls the version HPE MLDE / Determined OSS that is deployed.
# 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-rc16"
appVersion: "0.35.0-rc17"
2 changes: 1 addition & 1 deletion model_hub/model_hub/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.35.0-rc16"
__version__ = "0.35.0-rc17"
2 changes: 1 addition & 1 deletion model_hub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="model-hub",
version="0.35.0-rc16",
version="0.35.0-rc17",
author="Determined AI",
author_email="[email protected]",
url="https://determined.ai/",
Expand Down
2 changes: 1 addition & 1 deletion webui/react/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc16"',
'process.env.VERSION': '"0.35.0-rc17"',
},
optimizeDeps: {
include: ['notebook'],
Expand Down

0 comments on commit 6d9b780

Please sign in to comment.