From 41bad60bd78fd077a97b3b5b39cea1648c3d83d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jun 2024 20:25:23 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.12.0=20=E2=86=92=201.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ cli/pyproject.toml | 2 +- dynamic-configuration/pyproject.toml | 2 +- helm/ray/Chart.yaml | 2 +- helm/syntho-ui/Chart.yaml | 2 +- pyproject.toml | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cz.toml b/.cz.toml index 9411785..6691fc2 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.12.0" +version = "1.13.0" tag_format = "$version" version_files = [ "cli/pyproject.toml:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index b901340..836873f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.13.0 (2024-06-24) + +### Feat + +- Implements predefined funcs for them to be defined in dynamic configuration questions (#16) + ## 1.12.0 (2024-06-24) ### Feat diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 039d753..d06046f 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syntho-cli" -version = "1.12.0" +version = "1.13.0" description = "Syntho Stack Deployment CLI" authors = [ "Syntho B.V. ", diff --git a/dynamic-configuration/pyproject.toml b/dynamic-configuration/pyproject.toml index 40f2e18..ced667b 100644 --- a/dynamic-configuration/pyproject.toml +++ b/dynamic-configuration/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dynamic-configuration" -version = "1.12.0" +version = "1.13.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 745f401..3120f37 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.12.0 +version: 1.13.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 fbe6f49..d8067d0 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.12.0 +version: 1.13.0 maintainers: - name: Syntho B.V. email: info@syntho.ai diff --git a/pyproject.toml b/pyproject.toml index a511502..cf897b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deployment-tools" -version = "1.12.0" +version = "1.13.0" description = "Syntho deployment tools repository" authors = [ "Syntho B.V. ",