From 4f03c523f5da1b235f9d4147c57867e092410129 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 8 Jun 2026 13:42:52 +0200 Subject: [PATCH] =?UTF-8?q?fix(nextcloud):=20update=20image=20oci.trueforg?= =?UTF-8?q?e.org/containerforge/nextcloud-notify-push=201.3.2=20=E2=86=92?= =?UTF-8?q?=201.3.3=20(#48879)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/nextcloud-notify-push](https://ghcr.io/trueforge-org/nextcloud-notify-push) ([source](https://redirect.github.com/nextcloud/notify_push)) | patch | `a01bff5` → `b088aca` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
nextcloud/notify_push (oci.trueforge.org/containerforge/nextcloud-notify-push) ### [`v1.3.3`](https://redirect.github.com/nextcloud/notify_push/releases/tag/v1.3.3): 1.3.3 [Compare Source](https://redirect.github.com/nextcloud/notify_push/compare/v1.3.2...v1.3.3) #### What's Changed - fix: fix noticition deprecation warning by [@​icewind1991](https://redirect.github.com/icewind1991) in [#​705](https://redirect.github.com/nextcloud/notify_push/pull/705) - Bind to ipv6 dual stack by default by [@​icewind1991](https://redirect.github.com/icewind1991) in [#​687](https://redirect.github.com/nextcloud/notify_push/pull/687) - fix: avoid too many concurrent db queries when cache becomes invalid by [@​nilsding](https://redirect.github.com/nilsding) in [#​699](https://redirect.github.com/nextcloud/notify_push/pull/699) #### New Contributors - [@​nilsding](https://redirect.github.com/nilsding) made their first contribution in [#​699](https://redirect.github.com/nextcloud/notify_push/pull/699) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/stable/nextcloud/Chart.yaml | 2 +- charts/stable/nextcloud/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 2cded006a64..3091eeb47e5 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -53,5 +53,5 @@ sources: - https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/collabora/code type: application -version: 45.0.3 +version: 45.0.4 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index ec0b3450535..dde9edd5648 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -14,7 +14,7 @@ imaginaryImage: hpbImage: repository: oci.trueforge.org/containerforge/nextcloud-notify-push pullPolicy: IfNotPresent - tag: "1.3.2@sha256:a01bff5ce5a0325810160f3a8972a53f81a0a8ee07d94333301965fb2ec93cf0" + tag: "1.3.3@sha256:b088aca3bcb8cb5cf49faa95f52cb85744c82fdf773f4d097764a93e53b8e6bd" clamavImage: repository: docker.io/clamav/clamav pullPolicy: IfNotPresent