From 045cae7b985a90f6ef2c16cc8472f555f9c9a7ce Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:03:09 -0400 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20chart=20cloudnative-pg=20?= =?UTF-8?q?(=200.21.5=20=E2=86=92=200.21.6=20)=20(#4060)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudnative-pg](https://cloudnative-pg.io) ([source](https://togithub.com/cloudnative-pg/charts)) | patch | `0.21.5` -> `0.21.6` | --- ### Release Notes
cloudnative-pg/charts (cloudnative-pg) ### [`v0.21.6`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.6) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6) CloudNativePG Operator Helm Chart #### What's Changed - Add walStorage capability and remove gkeEnvironment conflict in cluster chart. by [@​rocket357](https://togithub.com/rocket357) in [https://github.com/cloudnative-pg/charts/pull/312](https://togithub.com/cloudnative-pg/charts/pull/312) - chore(deps): update actions/setup-python action to v5.1.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/330](https://togithub.com/cloudnative-pg/charts/pull/330) - chore(deps): update docker/login-action action to v3.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/333](https://togithub.com/cloudnative-pg/charts/pull/333) - chore: add support for `hostNetwork` in chart by [@​marckhair](https://togithub.com/marckhair) in [https://github.com/cloudnative-pg/charts/pull/324](https://togithub.com/cloudnative-pg/charts/pull/324) - feat(cloudnative-pg): Configuration of PodMonitor relabeling rules by [@​npdgm](https://togithub.com/npdgm) in [https://github.com/cloudnative-pg/charts/pull/148](https://togithub.com/cloudnative-pg/charts/pull/148) - fix: linter - trailing white spaces by [@​sxd](https://togithub.com/sxd) in [https://github.com/cloudnative-pg/charts/pull/339](https://togithub.com/cloudnative-pg/charts/pull/339) - Release cloudnative-pg-v0.21.6 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/cloudnative-pg/charts/pull/340](https://togithub.com/cloudnative-pg/charts/pull/340) #### New Contributors - [@​rocket357](https://togithub.com/rocket357) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/312](https://togithub.com/cloudnative-pg/charts/pull/312) - [@​marckhair](https://togithub.com/marckhair) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/324](https://togithub.com/cloudnative-pg/charts/pull/324) - [@​npdgm](https://togithub.com/npdgm) made their first contribution in [https://github.com/cloudnative-pg/charts/pull/148](https://togithub.com/cloudnative-pg/charts/pull/148) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6
Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com> --- .../apps/dbms/cloudnative-pg/cloudnative-pg/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/staging/apps/dbms/cloudnative-pg/cloudnative-pg/helm-release.yaml b/kubernetes/staging/apps/dbms/cloudnative-pg/cloudnative-pg/helm-release.yaml index 0324fd0b41..abd6693936 100644 --- a/kubernetes/staging/apps/dbms/cloudnative-pg/cloudnative-pg/helm-release.yaml +++ b/kubernetes/staging/apps/dbms/cloudnative-pg/cloudnative-pg/helm-release.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: cloudnative-pg - version: 0.21.5 + version: 0.21.6 sourceRef: kind: HelmRepository name: cloudnative-pg-charts