From f85706f514e7b885d5fb5e8ac53c1d6c3e893ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Wed, 9 Jul 2025 16:27:20 +0200 Subject: [PATCH 1/2] chore: renovate minimumReleaseAge back to 0 days --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 560ee1d..9719a56 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "git-submodules": { "enabled": true }, - "minimumReleaseAge": "3 days", + "minimumReleaseAge": "0 days", "extends": [ "config:recommended", "config:best-practices", From 660ea1d014680b36b83ac89afdb5bc9e0c83b9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Fri, 11 Jul 2025 10:02:39 +0200 Subject: [PATCH 2/2] release v0.15.0 --- VERSION | 2 +- charts/project-workspace-operator/Chart.yaml | 4 ++-- charts/project-workspace-operator/values.yaml | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 045d738..c06eba1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.14.0 \ No newline at end of file +v0.15.0 \ No newline at end of file diff --git a/charts/project-workspace-operator/Chart.yaml b/charts/project-workspace-operator/Chart.yaml index eb02d13..9268846 100644 --- a/charts/project-workspace-operator/Chart.yaml +++ b/charts/project-workspace-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: project-workspace-operator description: A Helm chart for the project-workspace-operator type: application -version: v0.14.0 -appVersion: v0.14.0 +version: v0.15.0 +appVersion: v0.15.0 diff --git a/charts/project-workspace-operator/values.yaml b/charts/project-workspace-operator/values.yaml index ebae78c..c63c1fb 100644 --- a/charts/project-workspace-operator/values.yaml +++ b/charts/project-workspace-operator/values.yaml @@ -20,7 +20,7 @@ image: repository: ghcr.io/openmcp-project/images/project-workspace-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.14.0 + tag: v0.15.0 imagePullSecrets: [] nameOverride: "" diff --git a/go.mod b/go.mod index a115ea8..bce51c2 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.37.0 github.com/openmcp-project/controller-utils v0.11.0 - github.com/openmcp-project/project-workspace-operator/api v0.14.0 + github.com/openmcp-project/project-workspace-operator/api v0.15.0 github.com/stretchr/testify v1.10.0 k8s.io/api v0.33.2 k8s.io/apimachinery v0.33.2