Skip to content

Commit

Permalink
bump: version 1.11.0 → 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent 112aa22 commit d18ceeb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.11.0"
version = "1.11.1"
tag_format = "$version"
version_files = [
"cli/pyproject.toml:version",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.11.1 (2024-05-28)

### Fix

- adjust pvlabel to be different for Ray data storage
- add ray data storage for shared storage among ray nodes

## 1.11.0 (2024-05-23)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "syntho-cli"
version = "1.11.0"
version = "1.11.1"
description = "Syntho Stack Deployment CLI"
authors = [
"Syntho B.V. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion helm/ray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes ray operator and cluster
name: ray-cluster
version: 1.11.0
version: 1.11.1
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
type: application
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion helm/syntho-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.11.0
version: 1.11.1
maintainers:
- name: Syntho B.V.
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deployment-tools"
version = "1.11.0"
version = "1.11.1"
description = "Syntho deployment tools repository"
authors = [
"Syntho B.V. <[email protected]>",
Expand Down

0 comments on commit d18ceeb

Please sign in to comment.