diff --git a/.cz.toml b/.cz.toml index f60bb7d..9411785 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.11.3" +version = "1.12.0" tag_format = "$version" version_files = [ "cli/pyproject.toml:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e52272..b901340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.12.0 (2024-06-24) + +### Feat + +- implements dynamic configurations pattern and their validation logic (#13) + +### Fix + +- fix version of dynamic-configuration + ## 1.11.3 (2024-06-24) ### Fix diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 3e8684e..039d753 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syntho-cli" -version = "1.11.3" +version = "1.12.0" description = "Syntho Stack Deployment CLI" authors = [ "Syntho B.V. ", diff --git a/dynamic-configuration/pyproject.toml b/dynamic-configuration/pyproject.toml index a2bf7be..40f2e18 100644 --- a/dynamic-configuration/pyproject.toml +++ b/dynamic-configuration/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynamic-configuration" -version = "1.11.3" +version = "1.12.0" description = "Schema, syntax and structure validation for dynamic question configuration" authors = [ "Syntho B.V. ", diff --git a/helm/ray/Chart.yaml b/helm/ray/Chart.yaml index 426e0d4..745f401 100755 --- a/helm/ray/Chart.yaml +++ b/helm/ray/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Kubernetes ray operator and cluster name: ray-cluster -version: 1.11.3 +version: 1.12.0 icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png type: application maintainers: diff --git a/helm/syntho-ui/Chart.yaml b/helm/syntho-ui/Chart.yaml index d783966..fbe6f49 100755 --- a/helm/syntho-ui/Chart.yaml +++ b/helm/syntho-ui/Chart.yaml @@ -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.3 +version: 1.12.0 maintainers: - name: Syntho B.V. email: info@syntho.ai diff --git a/pyproject.toml b/pyproject.toml index cee5224..a511502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deployment-tools" -version = "1.11.3" +version = "1.12.0" description = "Syntho deployment tools repository" authors = [ "Syntho B.V. ",