Skip to content

Commit d9ae1a6

Browse files
authored
Merge branch 'main' into renovate/grafana-11.x
2 parents 1d7ba9c + 458301e commit d9ae1a6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

helm/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 2.31.0
3+
version: 2.32.1
44
appVersion: 12.4.0
55
kubeVersion: "^1.25.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

helm/grafana/templates/cnpg/crossplane/azure/private-endpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 -}}

0 commit comments

Comments
 (0)