From b9d2d7938c71b8d5fb38715dfe64700682e94457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:49:38 +0000 Subject: [PATCH 1/4] Update Helm release redis to ~20.12.0 --- charts/librenms/Chart.lock | 8 ++++---- charts/librenms/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/librenms/Chart.lock b/charts/librenms/Chart.lock index 80ad145..d964527 100644 --- a/charts/librenms/Chart.lock +++ b/charts/librenms/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.11.2 + version: 20.12.0 - name: mysql repository: https://charts.bitnami.com/bitnami - version: 12.3.1 -digest: sha256:d60f6cc0103b8a2022e939a3ac6e2a655ad62292e0228d76ccacaf5d40c2a279 -generated: "2025-03-10T08:56:36.5861678Z" + version: 12.3.3 +digest: sha256:63e74f030c93f076a31e686b9efa0e1b126a3ea80445eaef8f95806c6e629913 +generated: "2025-04-15T12:49:29.451154869Z" diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index eee3773..8e40a7c 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -9,7 +9,7 @@ maintainers: url: https://github.com/jochbru dependencies: - name: redis - version: "~20.11.0" + version: "~20.12.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled - name: mysql From e73232c1f72b75dc3085e374a7312f6d1f9c3f21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 08:11:42 +0000 Subject: [PATCH 2/4] Update librenms/librenms Docker tag to v25.4.0 --- charts/librenms/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/librenms/values.yaml b/charts/librenms/values.yaml index c3a62b4..665949f 100644 --- a/charts/librenms/values.yaml +++ b/charts/librenms/values.yaml @@ -6,7 +6,7 @@ librenms: # -- repository is the image repository to pull from. repository: librenms/librenms # -- tag is image tag to pull. - tag: 25.3.0 + tag: 25.4.0 # -- Laravel appkey used by LibreNMS, this should be generated by you and is a # required setting. See the README for more information From 898d96c47f692007806cb353b54d991970858215 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 08:11:51 +0000 Subject: [PATCH 3/4] Apply automatic changes --- charts/librenms/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 8e40a7c..9b54b5a 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -3,7 +3,7 @@ name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application version: 4.0.2 -appVersion: "25.3.0" +appVersion: "25.4.0" maintainers: - name: jochbru url: https://github.com/jochbru From 1a0505e9220a04b8bdcc812868ac53607ddbf8f4 Mon Sep 17 00:00:00 2001 From: Jacob Winther Date: Wed, 16 Apr 2025 20:32:09 +1200 Subject: [PATCH 4/4] Update Chart.yaml --- charts/librenms/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 9b54b5a..8097ba3 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v2 name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application -version: 4.0.2 +version: 4.0.3 appVersion: "25.4.0" maintainers: - - name: jochbru - url: https://github.com/jochbru + - name: jacobw + url: https://github.com/jacobw dependencies: - name: redis version: "~20.12.0"