From 4894f45905536aaa5b5a7898a16953588905d99a Mon Sep 17 00:00:00 2001 From: Rico Gu Date: Tue, 11 Aug 2026 14:27:29 +0200 Subject: [PATCH 1/2] Bump chart version to 1.1.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch bump for the additive WebhookTargetCRDStampErrors alert (#28), following the convention from #26 (1.1.10 → 1.1.11/.12/.13 for the previous additive webhook-injector alert PRs). --- charts/controlplane-operations/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/controlplane-operations/Chart.yaml b/charts/controlplane-operations/Chart.yaml index ee376d7..4966a3c 100644 --- a/charts/controlplane-operations/Chart.yaml +++ b/charts/controlplane-operations/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: controlplane-operations -version: 1.1.14 +version: 1.1.15 description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Controlplane clusters. maintainers: - name: Vladimir Videlov (d051408) From f81996421c86358d026b2b7294139e8ec2b82ac9 Mon Sep 17 00:00:00 2001 From: Rico Gu Date: Tue, 11 Aug 2026 14:28:11 +0200 Subject: [PATCH 2/2] Bump plugin definition version to 1.1.15 Match Chart.yaml: spec.version and helmChart.version bumped in lockstep for the additive WebhookTargetCRDStampErrors alert (#28). --- charts/controlplane-operations/plugindefinition.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/controlplane-operations/plugindefinition.yaml b/charts/controlplane-operations/plugindefinition.yaml index ea77e20..a8d18e4 100644 --- a/charts/controlplane-operations/plugindefinition.yaml +++ b/charts/controlplane-operations/plugindefinition.yaml @@ -3,7 +3,7 @@ kind: PluginDefinition metadata: name: controlplane-operations spec: - version: 1.1.14 + version: 1.1.15 displayName: Controlplane operations bundle description: Operations bundle for Controlplane clusters docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/README.md @@ -11,7 +11,7 @@ spec: helmChart: name: controlplane-operations repository: oci://ghcr.io/cloudoperators/controlplane-operations/charts - version: 1.1.14 + version: 1.1.15 options: - name: prometheusRules.create description: Create Prometheus rules