From e8394c91a6e47033d1d2d8d9803ca1f1d3c090b4 Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Mon, 2 Mar 2026 11:56:12 +0100 Subject: [PATCH 1/4] fix rendering of azure private endpoint --- CHANGELOG.md | 4 ++++ .../templates/cnpg/crossplane/azure/private-endpoint.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5329f39..5051544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix Private endpoint conditions to not render when the installation is public + ## [2.32.0] - 2026-03-02 ### Added diff --git a/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml b/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml index 0047278..7fcd5ca 100644 --- a/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml +++ b/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml @@ -1,4 +1,4 @@ -{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled -}} +{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster,crossplane.private-}} {{- $tags := include "grafana.crossplane.tags" . | fromYaml -}} {{- $clusterName := .Values.postgresqlCluster.crossplane.clusterName -}} {{- $resourceGroup := .Values.postgresqlCluster.crossplane.azure.resourceGroup -}} From 921dc8ed3c5a7a2ac74580cd7b09eed43b17086b Mon Sep 17 00:00:00 2001 From: taylorbot Date: Mon, 2 Mar 2026 10:55:33 +0000 Subject: [PATCH 2/4] Release v2.32.1 Release-Workflow-Run: 22572800763 --- CHANGELOG.md | 5 ++++- helm/grafana/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5051544..c08d5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.32.1] - 2026-03-02 + ### Fixed - Fix Private endpoint conditions to not render when the installation is public @@ -519,7 +521,8 @@ Added: - images retagged for Giant Swarm registries - simple functionality test to get login web page -[Unreleased]: https://github.com/giantswarm/grafana-app/compare/v2.32.0...HEAD +[Unreleased]: https://github.com/giantswarm/grafana-app/compare/v2.32.1...HEAD +[2.32.1]: https://github.com/giantswarm/grafana-app/compare/v2.32.0...v2.32.1 [2.32.0]: https://github.com/giantswarm/grafana-app/compare/v2.31.0...v2.32.0 [2.31.0]: https://github.com/giantswarm/grafana-app/compare/v2.30.0...v2.31.0 [2.30.0]: https://github.com/giantswarm/grafana-app/compare/v2.29.1...v2.30.0 diff --git a/helm/grafana/Chart.yaml b/helm/grafana/Chart.yaml index b2d3eaf..cedb3ee 100644 --- a/helm/grafana/Chart.yaml +++ b/helm/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 2.32.0 +version: 2.32.1 appVersion: 12.3.1 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. From 72b96eb7b7a9c1210ef3a241c2be424d4ca2e5a0 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Mon, 2 Mar 2026 11:57:06 +0100 Subject: [PATCH 3/4] Apply suggestion from @QuentinBisson --- .../templates/cnpg/crossplane/azure/private-endpoint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml b/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml index 7fcd5ca..b2d5e6d 100644 --- a/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml +++ b/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml @@ -1,4 +1,4 @@ -{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster,crossplane.private-}} +{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster,crossplane.private -}} {{- $tags := include "grafana.crossplane.tags" . | fromYaml -}} {{- $clusterName := .Values.postgresqlCluster.crossplane.clusterName -}} {{- $resourceGroup := .Values.postgresqlCluster.crossplane.azure.resourceGroup -}} From fec71c045412674ee55f9b1d388a9f96723a580b Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Mon, 2 Mar 2026 11:57:30 +0100 Subject: [PATCH 4/4] Apply suggestion from @QuentinBisson --- .../templates/cnpg/crossplane/azure/private-endpoint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml b/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml index b2d5e6d..8401fed 100644 --- a/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml +++ b/helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml @@ -1,4 +1,4 @@ -{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster,crossplane.private -}} +{{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster.crossplane.private -}} {{- $tags := include "grafana.crossplane.tags" . | fromYaml -}} {{- $clusterName := .Values.postgresqlCluster.crossplane.clusterName -}} {{- $resourceGroup := .Values.postgresqlCluster.crossplane.azure.resourceGroup -}}