Skip to content

Commit

Permalink
bump: version 1.10.3 → 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent b800811 commit 090eaef
Show file tree
Hide file tree
Showing 6 changed files with 11 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.10.3"
version = "1.10.4"
tag_format = "$version"
version_files = [
"cli/pyproject.toml:version",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.10.4 (2024-05-08)

### Fix

- change to PAT token to trigger actions

## 1.10.3 (2024-05-08)

### Fix
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 = "cli"
version = "1.10.3"
version = "1.10.4"
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,6 +1,6 @@
apiVersion: v2
description: A Helm chart for Kubernetes ray operator and cluster
name: ray-cluster
version: 1.10.3
version: 1.10.4
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
type: application
2 changes: 1 addition & 1 deletion helm/syntho-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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.10.3
version: 1.10.4
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.10.3"
version = "1.10.4"
description = "Syntho deployment tools repository"
authors = [
"Syntho B.V. <[email protected]>",
Expand Down

0 comments on commit 090eaef

Please sign in to comment.