- Upgrade upstream chart from version 6.31.0 to 6.37.0, and grafana from 9.0.1. to 9.1.9. This release includes a small set of breaking changes that you can check here.
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changes
- Fix UI bugs in App Details page by @kuosandys in https://github.com/giantswarm/happa/pull/3736
- We made some internal changes towards supporting app installation on Cluster API provider GCP (Google Cloud Platform)
Full Changelog: https://github.com/giantswarm/happa/compare/v1.51.1...v1.51.2
Added
- Service for scraping metrics from ingress controller
Updates
- Align with upstream chart version 2.13.0 (Changes in upstream repository). Please note this release does not contain kong 3.0.0 yet.
- Update kong/kubernetes-ingress-controller to 2.6.0
- Add margin to bottom of tab content (#1565)
Added
- Add
podLabelsproperty to allow custom pod labels.
Changed
- Disable reconciliation of CIS benchmark reports by default. These reports are temporarily removed from
trivy-operator, to be reintroduced in the future. Reconciliation of CIS benchmarks produced bystarboardis still supported by settingexporter.CISKubeBenchReports.enabled: truein the Helm values.
- Add
Changed
- Update to upstream version
0.4.17/app version0.30.4.
- Update to upstream version
- Add App bundle reference (#1560)
What’s Changed
Changes
- Update CLI instructions in for installing an app and listing organizations by @vvondruska in https://github.com/giantswarm/happa/pull/3730
- Fix a layout bug in the control plane widget in the UI for the REST API by @kuosandys in https://github.com/giantswarm/happa/pull/3707
- Display correct Kubernetes API endpoint for CAPI clusters by @kuosandys in https://github.com/giantswarm/happa/pull/3722
New Contributors
- @vvondruska made their first contribution in https://github.com/giantswarm/happa/pull/3730
Full Changelog: https://github.com/giantswarm/happa/compare/v1.51.0...v1.51.1
Fixed
- Updated CA certificate parsing to sanitize leading and trailing white spaces and newlines