From 7f9ef0eb01af441d3e2187080a977a5051206dd5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 7 Jan 2026 01:42:05 +0100 Subject: [PATCH] =?UTF-8?q?feat(linkding):=20update=20image=20docker.io/si?= =?UTF-8?q?ssbruecker/linkding=201.44.2=20=E2=86=92=201.45.0=20(#43442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | minor | `2883e8b` -> `61b2eb9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
sissbruecker/linkding (docker.io/sissbruecker/linkding) ### [`v1.45.0`](https://redirect.github.com/sissbruecker/linkding/blob/HEAD/CHANGELOG.md#v1450-06012026) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.44.2...v1.45.0) ##### What's Changed - API token management by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1248](https://redirect.github.com/sissbruecker/linkding/pull/1248) - Add option to disable login form by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1269](https://redirect.github.com/sissbruecker/linkding/pull/1269) - Turn scheme-less URLs into HTTPS instead of HTTP links by [@​Maaxxs](https://redirect.github.com/Maaxxs) in [#​1225](https://redirect.github.com/sissbruecker/linkding/pull/1225) - Disable bulk execute button when no bookmarks selected by [@​emanuelebeffa](https://redirect.github.com/emanuelebeffa) in [#​1241](https://redirect.github.com/sissbruecker/linkding/pull/1241) - Add option to run supervisor as main process by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1270](https://redirect.github.com/sissbruecker/linkding/pull/1270) - Allow setting date\_added and date\_modified for new bookmarks through REST API by [@​jmason](https://redirect.github.com/jmason) in [#​1063](https://redirect.github.com/sissbruecker/linkding/pull/1063) - Download PDF instead of creating HTML snapshot if URL points at PDF by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1271](https://redirect.github.com/sissbruecker/linkding/pull/1271) - Allow sandboxed scripts when viewing assets by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1252](https://redirect.github.com/sissbruecker/linkding/pull/1252) - Allow viewing video assets by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1259](https://redirect.github.com/sissbruecker/linkding/pull/1259) - Remove absolute URIs from settings page by [@​packrat386](https://redirect.github.com/packrat386) in [#​1261](https://redirect.github.com/sissbruecker/linkding/pull/1261) - Move tag management forms into dialogs by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1253](https://redirect.github.com/sissbruecker/linkding/pull/1253) - Move bulk edit checkboxes into bookmark list container by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1257](https://redirect.github.com/sissbruecker/linkding/pull/1257) - Remove registration switch by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1268](https://redirect.github.com/sissbruecker/linkding/pull/1268) - Add linkdinger to community projects by [@​lmmendes](https://redirect.github.com/lmmendes) in [#​1266](https://redirect.github.com/sissbruecker/linkding/pull/1266) ##### New Contributors - [@​packrat386](https://redirect.github.com/packrat386) made their first contribution in [#​1261](https://redirect.github.com/sissbruecker/linkding/pull/1261) - [@​lmmendes](https://redirect.github.com/lmmendes) made their first contribution in [#​1266](https://redirect.github.com/sissbruecker/linkding/pull/1266) - [@​Maaxxs](https://redirect.github.com/Maaxxs) made their first contribution in [#​1225](https://redirect.github.com/sissbruecker/linkding/pull/1225) - [@​emanuelebeffa](https://redirect.github.com/emanuelebeffa) made their first contribution in [#​1241](https://redirect.github.com/sissbruecker/linkding/pull/1241) - [@​jmason](https://redirect.github.com/jmason) made their first contribution in [#​1063](https://redirect.github.com/sissbruecker/linkding/pull/1063) **Full Changelog**: ***
--- ### Configuration 📅 **Schedule**: 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/linkding/Chart.yaml | 4 ++-- charts/stable/linkding/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 378d6cd9bd4..bcdf37fbeae 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 1.44.2 +appVersion: 1.45.0 dependencies: - name: common version: 28.29.17 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkding - https://hub.docker.com/r/sissbruecker/linkding type: application -version: 12.16.5 +version: 12.17.0 diff --git a/charts/stable/linkding/values.yaml b/charts/stable/linkding/values.yaml index 0904bed604d..6186adb9652 100644 --- a/charts/stable/linkding/values.yaml +++ b/charts/stable/linkding/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/sissbruecker/linkding - tag: 1.44.2@sha256:2883e8b30f02d8dbd2b79d7fd813dff02971b70742e474d0e18f0c3708d22edd + tag: 1.45.0@sha256:61b2eb9eed8e5772a473fb7f1f8923e046cb8cbbeb50e88150afd5ff287d4060 pullPolicy: IfNotPresent service: main: