diff --git a/.cz.toml b/.cz.toml index 98b4d4c..3a571b1 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.10.4" +version = "1.10.5" tag_format = "$version" version_files = [ "cli/pyproject.toml:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d6b8c..7656093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.5 (2024-05-08) + +### Fix + +- test PyPI token + ## 1.10.4 (2024-05-08) ### Fix diff --git a/cli/pyproject.toml b/cli/pyproject.toml index b020d83..995a8a6 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cli" -version = "1.10.4" +version = "1.10.5" description = "Syntho Stack Deployment CLI" authors = [ "Syntho B.V. ", diff --git a/helm/ray/Chart.yaml b/helm/ray/Chart.yaml index 9541610..39d8263 100755 --- a/helm/ray/Chart.yaml +++ b/helm/ray/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 description: A Helm chart for Kubernetes ray operator and cluster name: ray-cluster -version: 1.10.4 +version: 1.10.5 icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png type: application diff --git a/helm/syntho-ui/Chart.yaml b/helm/syntho-ui/Chart.yaml index fca8003..09bee89 100755 --- a/helm/syntho-ui/Chart.yaml +++ b/helm/syntho-ui/Chart.yaml @@ -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.4 +version: 1.10.5 diff --git a/pyproject.toml b/pyproject.toml index e7abc74..f533817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deployment-tools" -version = "1.10.4" +version = "1.10.5" description = "Syntho deployment tools repository" authors = [ "Syntho B.V. ",