From 988be4d222cfc8100f906f99101891173a8f66bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:51:51 +0000 Subject: [PATCH 1/9] Update helm/kind-action action to v1.12.0 --- .github/workflows/chart-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-testing.yml b/.github/workflows/chart-testing.yml index 626b5b0..9feb63e 100644 --- a/.github/workflows/chart-testing.yml +++ b/.github/workflows/chart-testing.yml @@ -48,7 +48,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' || github.event.pull_request.base.ref == 'main' - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop' From 0c0bdae1fccd6754a0db0cddf0e1d21e3ee250d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:23:32 +0000 Subject: [PATCH 2/9] Update helm/chart-releaser-action action to v1.7.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 714391c..461f9fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: done - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file From 785e822f210356049433ad962b1e771b79a9a3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:23:36 +0000 Subject: [PATCH 3/9] Update helm/chart-testing-action action to v2.7.0 --- .github/workflows/chart-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-testing.yml b/.github/workflows/chart-testing.yml index 626b5b0..bcf95ac 100644 --- a/.github/workflows/chart-testing.yml +++ b/.github/workflows/chart-testing.yml @@ -22,7 +22,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Add repositories run: | From 985c0fd9e25665769fc245b193becf03c2987e2c Mon Sep 17 00:00:00 2001 From: Jacob Winther Date: Sun, 9 Mar 2025 19:22:27 +1300 Subject: [PATCH 4/9] Fix custom.php custom.php is being placed in a location that isn't imported from config.php. This change fixes the location. Origonally raised in PR#41 but that looks abandoned. --- charts/librenms/templates/librenms-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/librenms/templates/librenms-deployment.yml b/charts/librenms/templates/librenms-deployment.yml index b400510..06d2ff3 100644 --- a/charts/librenms/templates/librenms-deployment.yml +++ b/charts/librenms/templates/librenms-deployment.yml @@ -55,7 +55,7 @@ spec: - name: files mountPath: /data/files - name: files - mountPath: /opt/librenms/custom.php + mountPath: /data/config/custom.php subPath: custom.php readOnly: true - name: mysql From b6b3d503f82545b85ca1ef2a5d9bec7fe53baf41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:50:41 +0000 Subject: [PATCH 5/9] Update Helm release redis to ~20.11.0 --- charts/librenms/Chart.lock | 6 +++--- charts/librenms/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/librenms/Chart.lock b/charts/librenms/Chart.lock index 3659497..b3dee2c 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.6.0 + version: 20.11.2 - name: mysql repository: https://charts.bitnami.com/bitnami version: 11.1.20 -digest: sha256:165b6a17235534d36cd4eb2ec95267e28e9ea3d374d173e9c0a8cddb8f1b7600 -generated: "2024-12-17T03:40:18.302396575Z" +digest: sha256:98e21356d5f7a0ae37cc2bcd0fe3b55ad80bb892e0ecee13551164ed5580f527 +generated: "2025-03-10T08:50:31.291990148Z" diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 307058f..6969ecc 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.6.0" + version: "~20.11.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled - name: mysql From de78ede4dca448ca90f5b2577dc3915eb3326d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:51:01 +0000 Subject: [PATCH 6/9] Update azure/setup-helm action to v4.3.0 --- .github/workflows/chart-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-testing.yml b/.github/workflows/chart-testing.yml index 001ae90..2c54c57 100644 --- a/.github/workflows/chart-testing.yml +++ b/.github/workflows/chart-testing.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4.2.0 + uses: azure/setup-helm@v4.3.0 with: version: v3.14.4 From e8338ad1545a741f693f375680fd25005431846f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:58:43 +0000 Subject: [PATCH 7/9] Update librenms/librenms Docker tag to v25 --- 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 93a776d..d7d1000 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: 24.12.0 + tag: 25.2.0 # -- Laravel appkey used by LibreNMS, this should be generated by you and is a # required setting. See the README for more information From 7ae6ec6cc2dae0ef35805a5ff48fb741f94a8ec3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:58:55 +0000 Subject: [PATCH 8/9] 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 6969ecc..43ad824 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: 3.18.0 -appVersion: "24.12.0" +appVersion: "25.2.0" maintainers: - name: jochbru url: https://github.com/jochbru From f2ef463308065ee3611bc2a445c01017de373c99 Mon Sep 17 00:00:00 2001 From: Jacob Winther Date: Thu, 13 Mar 2025 19:26:22 +1300 Subject: [PATCH 9/9] Upgrade LibreNMS --- 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 43ad824..bd637d9 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application -version: 3.18.0 +version: 3.19.0 appVersion: "25.2.0" maintainers: - name: jochbru