From fc5f6c05e04122058a6edd88a9016c366dbd9489 Mon Sep 17 00:00:00 2001 From: Kevin Tijssen Date: Tue, 28 Apr 2026 14:48:04 +0200 Subject: [PATCH] chore: release version to v0.3.6 Update the Helm chart version and appVersion from v0.3.5 to v0.3.6, and update the VERSION file accordingly to prepare for the next release. Signed-off-by: Kevin Tijssen --- deploy/helm/omni-cd/Chart.yaml | 4 ++-- hack/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/helm/omni-cd/Chart.yaml b/deploy/helm/omni-cd/Chart.yaml index 207e449..a86bcc7 100644 --- a/deploy/helm/omni-cd/Chart.yaml +++ b/deploy/helm/omni-cd/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: omni-cd description: GitOps continuous delivery tool for Sidero Omni cluster management type: application -version: 0.3.5 -appVersion: v0.3.5 +version: 0.3.6 +appVersion: v0.3.6 diff --git a/hack/VERSION b/hack/VERSION index 03f2afa..d379b57 100644 --- a/hack/VERSION +++ b/hack/VERSION @@ -1 +1 @@ -v0.3.5 +v0.3.6