File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
templates/cnpg/crossplane/azure Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.32.1] - 2026-03-02
11+
12+ ### Fixed
13+
14+ - Fix Private endpoint conditions to not render when the installation is public
15+
16+ ## [ 2.32.0] - 2026-03-02
17+
1018### Added
1119
1220- Add Crossplane Azure (CAPZ) support for automated Azure Storage Account and Blob Container provisioning for CNPG backups.
@@ -518,7 +526,9 @@ Added:
518526- images retagged for Giant Swarm registries
519527- simple functionality test to get login web page
520528
521- [ Unreleased ] : https://github.com/giantswarm/grafana-app/compare/v2.31.0...HEAD
529+ [ Unreleased ] : https://github.com/giantswarm/grafana-app/compare/v2.32.1...HEAD
530+ [ 2.32.1 ] : https://github.com/giantswarm/grafana-app/compare/v2.32.0...v2.32.1
531+ [ 2.32.0 ] : https://github.com/giantswarm/grafana-app/compare/v2.31.0...v2.32.0
522532[ 2.31.0 ] : https://github.com/giantswarm/grafana-app/compare/v2.30.0...v2.31.0
523533[ 2.30.0 ] : https://github.com/giantswarm/grafana-app/compare/v2.29.1...v2.30.0
524534[ 2.29.1 ] : https://github.com/giantswarm/grafana-app/compare/v2.29.0...v2.29.1
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : grafana
3- version : 2.31.0
3+ version : 2.32.1
44appVersion : 12.4.0
55kubeVersion : " ^1.25.0-0"
66description : The leading tool for querying and visualizing time series and metrics.
Original file line number Diff line number Diff line change 1- {{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled -}}
1+ {{- if and (include "grafana.crossplane.enabled" .) (include "grafana.crossplane.isAzure" .) .Values.postgresqlCluster.crossplane.azure.enabled .Values.postgresqlCluster.crossplane.private -}}
22{{- $tags := include "grafana.crossplane.tags" . | fromYaml -}}
33{{- $clusterName := .Values.postgresqlCluster.crossplane.clusterName -}}
44{{- $resourceGroup := .Values.postgresqlCluster.crossplane.azure.resourceGroup -}}
You can’t perform that action at this time.
0 commit comments