chore(deps): update container image sissbruecker/linkding to v1.33.0@d25e9d6 by renovate (#26372)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | minor | `1.32.0` -> `1.33.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sissbruecker/linkding (sissbruecker/linkding)</summary> ### [`v1.33.0`](https://redirect.github.com/sissbruecker/linkding/blob/HEAD/CHANGELOG.md#v1330-14092024) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.32.0...v1.33.0) ##### What's Changed - Theme improvements by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/822](https://redirect.github.com/sissbruecker/linkding/pull/822) - Speed up navigation by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/824](https://redirect.github.com/sissbruecker/linkding/pull/824) - Rename "SingeFileError" to "SingleFileError" by [@​curiousleo](https://redirect.github.com/curiousleo) in [https://github.com/sissbruecker/linkding/pull/823](https://redirect.github.com/sissbruecker/linkding/pull/823) - Bump svelte from 4.2.12 to 4.2.19 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sissbruecker/linkding/pull/806](https://redirect.github.com/sissbruecker/linkding/pull/806) ##### New Contributors - [@​curiousleo](https://redirect.github.com/curiousleo) made their first contribution in [https://github.com/sissbruecker/linkding/pull/823](https://redirect.github.com/sissbruecker/linkding/pull/823) **Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.32.0...v1.33.0 *** </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny44IiwidXBkYXRlZEluVmVyIjoiMzguNzcuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
8e10b15113
commit
7e23401fd6
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.32.0
|
||||
appVersion: 1.33.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.15
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
|
||||
- https://hub.docker.com/r/sissbruecker/linkding
|
||||
type: application
|
||||
version: 11.3.0
|
||||
version: 11.4.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: sissbruecker/linkding
|
||||
tag: 1.32.0@sha256:65b21d9dfe5289ea415b85a9bd9a983a6ea0a8fd50cf6857cad6c997783e3ed7
|
||||
tag: 1.33.0@sha256:d25e9d6130a05a969108548be7a10fadff0c069bff1db0c0deeea06916ccbb97
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue