From 6e62659dba986bd6823c533423e053b090120c05 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 2 Oct 2024 15:03:33 +0200 Subject: [PATCH] chore(deps): update ignored by renovate (major) (#26918) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.19` -> `25.0.0` | | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.0.9` -> `25.0.0` | | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | major | `62.3.1` -> `64.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
prometheus-community/helm-charts (kube-prometheus-stack) ### [`v64.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.1.0...kube-prometheus-stack-64.0.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.1.0...kube-prometheus-stack-64.0.0) ### [`v63.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.0.0...kube-prometheus-stack-63.1.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-63.0.0...kube-prometheus-stack-63.1.0) ### [`v63.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.7.0...kube-prometheus-stack-63.0.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.7.0...kube-prometheus-stack-63.0.0) ### [`v62.7.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.6.0...kube-prometheus-stack-62.7.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.6.0...kube-prometheus-stack-62.7.0) ### [`v62.6.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.1...kube-prometheus-stack-62.6.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.1...kube-prometheus-stack-62.6.0) ### [`v62.5.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.0...kube-prometheus-stack-62.5.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.0...kube-prometheus-stack-62.5.1) ### [`v62.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0) ### [`v62.4.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.1...kube-prometheus-stack-62.4.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.1...kube-prometheus-stack-62.4.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.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://redirect.github.com/renovatebot/renovate). --- charts/system/cert-manager/Chart.yaml | 4 ++-- charts/system/cloudnative-pg/Chart.yaml | 4 ++-- charts/system/csi-driver-nfs/Chart.yaml | 4 ++-- charts/system/csi-driver-smb/Chart.yaml | 4 ++-- charts/system/descheduler/Chart.yaml | 4 ++-- charts/system/intel-device-plugins-operator/Chart.yaml | 4 ++-- charts/system/intel-gpu-plugin/Chart.yaml | 4 ++-- charts/system/kubelet-csr-approver/Chart.yaml | 4 ++-- charts/system/kubernetes-reflector/Chart.yaml | 4 ++-- charts/system/lvm-disk-watcher/Chart.yaml | 4 ++-- charts/system/metallb/Chart.yaml | 4 ++-- charts/system/metrics-server/Chart.yaml | 4 ++-- charts/system/node-feature-discovery/Chart.yaml | 4 ++-- charts/system/nvidia-device-plugin/Chart.yaml | 4 ++-- charts/system/nvidia-gpu-operator/Chart.yaml | 4 ++-- charts/system/openebs/Chart.yaml | 4 ++-- charts/system/prometheus-operator/Chart.yaml | 6 +++--- charts/system/snapshot-controller/Chart.yaml | 4 ++-- charts/system/spegel/Chart.yaml | 4 ++-- charts/system/traefik-crds/Chart.yaml | 4 ++-- charts/system/volsync/Chart.yaml | 4 ++-- 21 files changed, 43 insertions(+), 43 deletions(-) diff --git a/charts/system/cert-manager/Chart.yaml b/charts/system/cert-manager/Chart.yaml index dd2ed02731e..a16c2e02aec 100644 --- a/charts/system/cert-manager/Chart.yaml +++ b/charts/system/cert-manager/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 6.1.1 +version: 6.2.0 diff --git a/charts/system/cloudnative-pg/Chart.yaml b/charts/system/cloudnative-pg/Chart.yaml index f6dceb65ba0..5bb1fd0f785 100644 --- a/charts/system/cloudnative-pg/Chart.yaml +++ b/charts/system/cloudnative-pg/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 8.1.1 +version: 8.2.0 diff --git a/charts/system/csi-driver-nfs/Chart.yaml b/charts/system/csi-driver-nfs/Chart.yaml index 46b675e0f41..c609bdf2231 100644 --- a/charts/system/csi-driver-nfs/Chart.yaml +++ b/charts/system/csi-driver-nfs/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/csi-driver-nfs - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 5.1.1 +version: 5.2.0 diff --git a/charts/system/csi-driver-smb/Chart.yaml b/charts/system/csi-driver-smb/Chart.yaml index 9e9d8af49a3..41a1b5cffe2 100644 --- a/charts/system/csi-driver-smb/Chart.yaml +++ b/charts/system/csi-driver-smb/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/csi-driver-smb - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 5.1.2 +version: 5.2.0 diff --git a/charts/system/descheduler/Chart.yaml b/charts/system/descheduler/Chart.yaml index eb90af38eb4..ae7646b4424 100644 --- a/charts/system/descheduler/Chart.yaml +++ b/charts/system/descheduler/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.0.9 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/descheduler - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/intel-device-plugins-operator/Chart.yaml b/charts/system/intel-device-plugins-operator/Chart.yaml index 41ef0ec4df3..ffa2e75468e 100644 --- a/charts/system/intel-device-plugins-operator/Chart.yaml +++ b/charts/system/intel-device-plugins-operator/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/alpine - https://intel-device-plugins-operator.universe.tf type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/intel-gpu-plugin/Chart.yaml b/charts/system/intel-gpu-plugin/Chart.yaml index a0776dafec8..8575180c349 100644 --- a/charts/system/intel-gpu-plugin/Chart.yaml +++ b/charts/system/intel-gpu-plugin/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: 0.30.0 dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/intel-gpu-plugin - https://hub.docker.com/r/intel/intel-gpu-plugin type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/kubelet-csr-approver/Chart.yaml b/charts/system/kubelet-csr-approver/Chart.yaml index a47ded800b6..dc4b992c117 100644 --- a/charts/system/kubelet-csr-approver/Chart.yaml +++ b/charts/system/kubelet-csr-approver/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: 1.2.2 dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -33,4 +33,4 @@ sources: - https://github.com/kubelet-csr-approver/kubelet-csr-approver - https://github.com/truecharts/charts/tree/master/charts/system/kubelet-csr-approver type: application -version: 1.0.0 +version: 1.1.0 diff --git a/charts/system/kubernetes-reflector/Chart.yaml b/charts/system/kubernetes-reflector/Chart.yaml index d05c72e65b4..0815acba35e 100644 --- a/charts/system/kubernetes-reflector/Chart.yaml +++ b/charts/system/kubernetes-reflector/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: 7.1.217 dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector - https://hub.docker.com/r/emberstack/kubernetes-reflector type: application -version: 6.1.0 +version: 6.2.0 diff --git a/charts/system/lvm-disk-watcher/Chart.yaml b/charts/system/lvm-disk-watcher/Chart.yaml index 38592bd1bf9..c5b7b4bb1fa 100644 --- a/charts/system/lvm-disk-watcher/Chart.yaml +++ b/charts/system/lvm-disk-watcher/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: 3.20.3 dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/lvm-disk-watcher - https://lvm-disk-watcher.universe.tf type: application -version: 0.0.4 +version: 0.1.0 diff --git a/charts/system/metallb/Chart.yaml b/charts/system/metallb/Chart.yaml index 2a10355f5e0..0b5819d656c 100644 --- a/charts/system/metallb/Chart.yaml +++ b/charts/system/metallb/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/alpine - https://metallb.universe.tf type: application -version: 16.1.1 +version: 16.2.0 diff --git a/charts/system/metrics-server/Chart.yaml b/charts/system/metrics-server/Chart.yaml index a069ffc3b4f..ead5a9dfafd 100644 --- a/charts/system/metrics-server/Chart.yaml +++ b/charts/system/metrics-server/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.0.9 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/alpine - https://metrics-server.universe.tf type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/node-feature-discovery/Chart.yaml b/charts/system/node-feature-discovery/Chart.yaml index da980817be8..db68530d815 100644 --- a/charts/system/node-feature-discovery/Chart.yaml +++ b/charts/system/node-feature-discovery/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/alpine - https://node-feature-discovery.universe.tf type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/nvidia-device-plugin/Chart.yaml b/charts/system/nvidia-device-plugin/Chart.yaml index c0ce587c188..fdf3ea50ac4 100644 --- a/charts/system/nvidia-device-plugin/Chart.yaml +++ b/charts/system/nvidia-device-plugin/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 2.1.0 +version: 2.2.0 diff --git a/charts/system/nvidia-gpu-operator/Chart.yaml b/charts/system/nvidia-gpu-operator/Chart.yaml index 32164b89383..3764be7f9fa 100644 --- a/charts/system/nvidia-gpu-operator/Chart.yaml +++ b/charts/system/nvidia-gpu-operator/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/alpine - https://nvidia-gpu-operator.universe.tf type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/openebs/Chart.yaml b/charts/system/openebs/Chart.yaml index a594259d14e..d4bc581985d 100644 --- a/charts/system/openebs/Chart.yaml +++ b/charts/system/openebs/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/openebs - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 8.0.0 +version: 8.1.0 diff --git a/charts/system/prometheus-operator/Chart.yaml b/charts/system/prometheus-operator/Chart.yaml index 914c5b106e4..40da49d09bd 100644 --- a/charts/system/prometheus-operator/Chart.yaml +++ b/charts/system/prometheus-operator/Chart.yaml @@ -9,14 +9,14 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: kube-prometheus-stack - version: 62.3.1 + version: 64.0.0 repository: oci://ghcr.io/prometheus-community/charts condition: "" alias: kps @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 8.3.0 +version: 8.4.0 diff --git a/charts/system/snapshot-controller/Chart.yaml b/charts/system/snapshot-controller/Chart.yaml index 16e5e1f42f0..8ea918d4d7e 100644 --- a/charts/system/snapshot-controller/Chart.yaml +++ b/charts/system/snapshot-controller/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: 8.0.1 dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/snapshot-controller/snapshot-controller-helm-chart - https://github.com/truecharts/charts/tree/master/charts/system/snapshot-controller type: application -version: 3.1.1 +version: 3.2.0 diff --git a/charts/system/spegel/Chart.yaml b/charts/system/spegel/Chart.yaml index 4dcfe4f4e1d..2c26d91177c 100644 --- a/charts/system/spegel/Chart.yaml +++ b/charts/system/spegel/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/alpine - https://spegel.universe.tf type: application -version: 0.0.1 +version: 0.1.0 diff --git a/charts/system/traefik-crds/Chart.yaml b/charts/system/traefik-crds/Chart.yaml index c68f77cd10a..e4c414d0699 100644 --- a/charts/system/traefik-crds/Chart.yaml +++ b/charts/system/traefik-crds/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/containers/tree/master/apps/scratch - https://traefik.io/ type: application -version: 3.1.0 +version: 3.2.0 diff --git a/charts/system/volsync/Chart.yaml b/charts/system/volsync/Chart.yaml index 92bc420f928..b17b7d4af05 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 appVersion: 0.9.1 dependencies: - name: common - version: 24.1.19 + version: 25.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -36,4 +36,4 @@ sources: - https://quay.io/brancz/kube-rbac-proxy - https://volsync.readthedocs.io/ type: application -version: 2.2.0 +version: 2.3.0