From 30311a57f33e611fbd21aea7a4fc0ba3cb90cf8a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 9 Sep 2024 18:15:48 +0200 Subject: [PATCH] chore(deps): lock file maintenance helm system by renovate (#24247) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | | lockFileMaintenance | All locks refreshed | | [localpv-provisioner](http://www.openebs.io/) ([source](https://togithub.com/openebs/dynamic-localpv-provisioner)) | minor | `4.0.0` -> `4.1.0` | | [gpu-operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/overview.html) ([source](https://togithub.com/NVIDIA/gpu-operator)) | minor | `v24.3.0` -> `v24.6.1` | | [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin) | minor | `0.15.1` -> `0.16.2` | | [node-feature-discovery](https://togithub.com/kubernetes-sigs/node-feature-discovery) | patch | `0.16.3` -> `0.16.4` | | [metallb](https://metallb.universe.tf) ([source](https://togithub.com/metallb/metallb)) | patch | `0.14.5` -> `0.14.8` | | csi-driver-smb | minor | `v1.14.0` -> `v1.15.0` | | csi-driver-nfs | minor | `v4.7.0` -> `v4.8.0` | | [cloudnative-pg](https://cloudnative-pg.io) ([source](https://togithub.com/cloudnative-pg/charts)) | minor | `0.21.5` -> `0.22.0` | | [cert-manager](https://cert-manager.io) ([source](https://togithub.com/cert-manager/cert-manager)) | patch | `v1.15.1` -> `v1.15.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes
openebs/dynamic-localpv-provisioner (localpv-provisioner) ### [`v4.1.0`](https://togithub.com/openebs/dynamic-localpv-provisioner/blob/HEAD/CHANGELOG.md#v410--2024-07-03) [Compare Source](https://togithub.com/openebs/dynamic-localpv-provisioner/compare/localpv-provisioner-4.0.0...localpv-provisioner-4.1.0) \=================== - Add pod priorityClassName to prevent race condition due to pod eviction ([#​182](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/182),[@​bernardgut](https://togithub.com/bernardgut)) - Allow specifying additional labels to be applied to all helm chart resources ([#​183](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/183),[@​laverya](https://togithub.com/laverya)) - feat(provisioner): update analytics pkg ([#​188](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/188),[@​niladrih](https://togithub.com/niladrih)) - build: update base alpine image version to 3.20.1 ([#​189](https://togithub.com/openebs/dynamic-localpv-provisioner/pull/189),[@​niladrih](https://togithub.com/niladrih))
NVIDIA/gpu-operator (gpu-operator) ### [`v24.6.1`](https://togithub.com/NVIDIA/gpu-operator/releases/tag/v24.6.1): GPU Operator 24.6.1 Release [Compare Source](https://togithub.com/NVIDIA/gpu-operator/compare/v24.6.0...v24.6.1) https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/24.6.1/index.html ### [`v24.6.0`](https://togithub.com/NVIDIA/gpu-operator/releases/tag/v24.6.0): GPU Operator 24.6.0 Release [Compare Source](https://togithub.com/NVIDIA/gpu-operator/compare/v24.3.0...v24.6.0) https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/24.6.0/release-notes.html
NVIDIA/k8s-device-plugin (nvidia-device-plugin) ### [`v0.16.2`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0162) [Compare Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.16.1...v0.16.2) - Add CAP_SYS_ADMIN if volume-mounts list strategy is included (fixes [#​856](https://togithub.com/NVIDIA/k8s-device-plugin/issues/856)) - Remove unneeded DEVICE_PLUGIN_MODE envvar - Fix applying SELinux label for MPS ### [`v0.16.1`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0161) [Compare Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.16.0...v0.16.1) - Bump nvidia-container-toolkit to v1.16.1 to fix a bug with CDI spec generation for MIG devices ### [`v0.16.0`](https://togithub.com/NVIDIA/k8s-device-plugin/blob/HEAD/CHANGELOG.md#v0160) [Compare Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.15.1...v0.16.0) - Fixed logic of atomic writing of the feature file - Replaced `WithDialer` with `WithContextDialer` - Fixed SELinux context of MPS pipe directory. - Changed behavior for empty MIG devices to issue a warning instead of an error when the mixed strategy is selected - Added a a GFD node label for the GPU mode. - Update CUDA base image version to 12.5.1
kubernetes-sigs/node-feature-discovery (node-feature-discovery) ### [`v0.16.4`](https://togithub.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.16.4) [Compare Source](https://togithub.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.3...v0.16.4) #### What's Changed This patch release contains improvements to the Helm chart, adding configurable liveness and readiness probes for all daemons and configurable revision history limit for the nfd-worker and nfd-topology-updater. - Helm: Add revision history limit for worker daemonset ([#​1797](https://togithub.com/kubernetes-sigs/node-feature-discovery/issues/1797)) by [@​marquiz](https://togithub.com/marquiz) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1799](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1799) - go.mod: bump kubernetes to v1.30.3 by [@​marquiz](https://togithub.com/marquiz) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1805](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1805) - helm: add configurable liveness\&readiness probes by [@​marquiz](https://togithub.com/marquiz) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1808](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1808) - Add helm migration guide by [@​k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1825](https://togithub.com/kubernetes-sigs/node-feature-discovery/pull/1825) **Full Changelog**: https://github.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.3...v0.16.4
metallb/metallb (metallb) ### [`v0.14.8`](https://togithub.com/metallb/metallb/releases/tag/v0.14.8): v0.14.18 [Compare Source](https://togithub.com/metallb/metallb/compare/v0.14.7...v0.14.8) See the release notes for the details https://metallb.universe.tf/release-notes/#version-0-14-8 ### [`v0.14.7`](https://togithub.com/metallb/metallb/releases/tag/v0.14.7): v0.14.17 [Compare Source](https://togithub.com/metallb/metallb/compare/v0.14.6...v0.14.7) See the release notes for the details https://metallb.universe.tf/release-notes/#version-0-14-7 ### [`v0.14.6`](https://togithub.com/metallb/metallb/releases/tag/v0.14.6): v0.14.16 [Compare Source](https://togithub.com/metallb/metallb/compare/v0.14.5...v0.14.6) See the release notes for the details https://metallb.universe.tf/release-notes/#version-0-14-6
cloudnative-pg/charts (cloudnative-pg) ### [`v0.22.0`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.22.0) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0) CloudNativePG Operator Helm Chart #### What's Changed - Kyverno Chainsaw Test Suite by [@​itay-grudev](https://togithub.com/itay-grudev) in [https://github.com/cloudnative-pg/charts/pull/341](https://togithub.com/cloudnative-pg/charts/pull/341) - chore(deps): update sigstore/cosign-installer action to v3.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/347](https://togithub.com/cloudnative-pg/charts/pull/347) - chore(deps): update kyverno/action-install-chainsaw action to v0.2.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cloudnative-pg/charts/pull/349](https://togithub.com/cloudnative-pg/charts/pull/349) - Release cloudnative-pg-v0.22.0 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/cloudnative-pg/charts/pull/352](https://togithub.com/cloudnative-pg/charts/pull/352) **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0 ### [`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
cert-manager/cert-manager (cert-manager) ### [`v1.15.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.3) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.15.2...v1.15.3) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. **🔗 [See v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.** #### 📜 Changes since [`v1.15.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.2) ##### Bug or Regression - BUGFIX: the dynamic certificate source used by the webhook TLS server failed to detect a root CA approaching expiration, due to a calculation error. This will cause the webhook TLS server to fail renewing its CA certificate. Please upgrade before the expiration of this CA certificate is reached. ([#​7232](https://togithub.com/cert-manager/cert-manager/issues/7232), [@​cert-manager-bot](https://togithub.com/cert-manager-bot)) ### [`v1.15.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.2) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.15.1...v1.15.2) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. **🔗 [See v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0) for more information about cert-manager 1.15 and read-before-upgrade info.** #### 📜 Changes since [`v1.15.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.1) ##### Bug or Regression - BUGFIX `route53`: explicitly set the `aws-global` STS region which is now required by the `github.com/aws/aws-sdk-go-v2` library. ([#​7189](https://togithub.com/cert-manager/cert-manager/pull/7189), [`@cert-manager-bot`](https://togithub.com/cert-manager-bot)) - Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m` ([#​7167](https://togithub.com/cert-manager/cert-manager/pull/7167), [`@SgtCoDFish`](https://togithub.com/SgtCoDFish)) - Fix Azure DNS causing panics whenever authentication error happens ([#​7188](https://togithub.com/cert-manager/cert-manager/pull/7188), [`@cert-manager-bot`](https://togithub.com/cert-manager-bot)) - Fix incorrect value and indentation of `endpointAdditionalProperties` in the `PodMonitor` template of the Helm chart ([#​7191](https://togithub.com/cert-manager/cert-manager/pull/7191), [`@inteon`](https://togithub.com/inteon)) - Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of `HTTPRoute` resources ([#​7186](https://togithub.com/cert-manager/cert-manager/pull/7186), [`@cert-manager-bot`](https://togithub.com/cert-manager-bot)) - Upgrade `golang` from `1.22.3` to `1.22.5` ([#​7165](https://togithub.com/cert-manager/cert-manager/pull/7165), [`@github-actions`](https://togithub.com/github-actions))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- charts/system/cert-manager/Chart.yaml | 2 +- charts/system/cloudnative-pg/Chart.yaml | 2 +- charts/system/csi-driver-nfs/Chart.yaml | 2 +- charts/system/csi-driver-smb/Chart.yaml | 2 +- charts/system/metallb/Chart.yaml | 2 +- charts/system/nvidia-device-plugin/Chart.yaml | 2 +- charts/system/nvidia-gpu-operator/Chart.yaml | 2 +- charts/system/openebs/Chart.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/system/cert-manager/Chart.yaml b/charts/system/cert-manager/Chart.yaml index 5096b035730..8d85145a000 100644 --- a/charts/system/cert-manager/Chart.yaml +++ b/charts/system/cert-manager/Chart.yaml @@ -16,7 +16,7 @@ dependencies: tags: [] import-values: [] - name: cert-manager - version: v1.15.1 + version: v1.15.3 repository: https://charts.jetstack.io condition: "" alias: certmanager diff --git a/charts/system/cloudnative-pg/Chart.yaml b/charts/system/cloudnative-pg/Chart.yaml index 63b92693a9c..4ed73db020c 100644 --- a/charts/system/cloudnative-pg/Chart.yaml +++ b/charts/system/cloudnative-pg/Chart.yaml @@ -16,7 +16,7 @@ dependencies: tags: [] import-values: [] - name: cloudnative-pg - version: 0.21.5 + version: 0.22.0 repository: https://cloudnative-pg.github.io/charts condition: "" alias: cloudnative-pg diff --git a/charts/system/csi-driver-nfs/Chart.yaml b/charts/system/csi-driver-nfs/Chart.yaml index ef3b98fcd42..ef3b39771bf 100644 --- a/charts/system/csi-driver-nfs/Chart.yaml +++ b/charts/system/csi-driver-nfs/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: csi-driver-nfs - version: v4.7.0 + version: v4.8.0 repository: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/ condition: "" alias: csi-driver-nfs diff --git a/charts/system/csi-driver-smb/Chart.yaml b/charts/system/csi-driver-smb/Chart.yaml index b6b6fb33932..eab87453261 100644 --- a/charts/system/csi-driver-smb/Chart.yaml +++ b/charts/system/csi-driver-smb/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: csi-driver-smb - version: v1.14.0 + version: v1.15.0 repository: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts condition: "" alias: csi-driver-smb diff --git a/charts/system/metallb/Chart.yaml b/charts/system/metallb/Chart.yaml index deaac220730..1b552b23a7d 100644 --- a/charts/system/metallb/Chart.yaml +++ b/charts/system/metallb/Chart.yaml @@ -16,7 +16,7 @@ dependencies: tags: [] import-values: [] - name: metallb - version: 0.14.5 + version: 0.14.8 repository: https://metallb.github.io/metallb condition: "" alias: metallb diff --git a/charts/system/nvidia-device-plugin/Chart.yaml b/charts/system/nvidia-device-plugin/Chart.yaml index 1a12a4dbd38..661f871408c 100644 --- a/charts/system/nvidia-device-plugin/Chart.yaml +++ b/charts/system/nvidia-device-plugin/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: nvidia-device-plugin - version: 0.15.1 + version: 0.16.2 repository: https://nvidia.github.io/k8s-device-plugin condition: "" alias: nvdp diff --git a/charts/system/nvidia-gpu-operator/Chart.yaml b/charts/system/nvidia-gpu-operator/Chart.yaml index 79b9f85b292..9ee2b4c0a62 100644 --- a/charts/system/nvidia-gpu-operator/Chart.yaml +++ b/charts/system/nvidia-gpu-operator/Chart.yaml @@ -16,7 +16,7 @@ dependencies: tags: [] import-values: [] - name: gpu-operator - version: v24.3.0 + version: v24.6.1 repository: https://helm.ngc.nvidia.com/nvidia condition: "" alias: gpu-operator diff --git a/charts/system/openebs/Chart.yaml b/charts/system/openebs/Chart.yaml index 07de776335e..31f8bae9a5b 100644 --- a/charts/system/openebs/Chart.yaml +++ b/charts/system/openebs/Chart.yaml @@ -16,7 +16,7 @@ dependencies: tags: [] import-values: [] - name: localpv-provisioner - version: 4.0.0 + version: 4.1.0 repository: https://openebs.github.io/dynamic-localpv-provisioner condition: localpv-provisioner.enabled alias: ""