chore(deps): update container image sissbruecker/linkding to v1.34.0@95c21ae by renovate (#26529)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | minor | `1.33.0` -> `1.34.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.34.0`](https://redirect.github.com/sissbruecker/linkding/blob/HEAD/CHANGELOG.md#v1340-16092024) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.33.0...v1.34.0) ##### What's Changed - Fix several issues around browser back navigation by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/825](https://redirect.github.com/sissbruecker/linkding/pull/825) - Speed up response times for certain actions by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [https://github.com/sissbruecker/linkding/pull/829](https://redirect.github.com/sissbruecker/linkding/pull/829) - Implement IPv6 capability by [@​itz-Jana](https://redirect.github.com/itz-Jana) in [https://github.com/sissbruecker/linkding/pull/826](https://redirect.github.com/sissbruecker/linkding/pull/826) ##### New Contributors - [@​itz-Jana](https://redirect.github.com/itz-Jana) made their first contribution in [https://github.com/sissbruecker/linkding/pull/826](https://redirect.github.com/sissbruecker/linkding/pull/826) **Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.33.0...v1.34.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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzguODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
aadd977b68
commit
9bb8692e93
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.33.0
|
appVersion: 1.34.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.16
|
version: 24.1.16
|
||||||
|
@ -33,4 +33,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
|
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
|
||||||
- https://hub.docker.com/r/sissbruecker/linkding
|
- https://hub.docker.com/r/sissbruecker/linkding
|
||||||
type: application
|
type: application
|
||||||
version: 11.4.1
|
version: 11.5.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: sissbruecker/linkding
|
repository: sissbruecker/linkding
|
||||||
tag: 1.33.0@sha256:d25e9d6130a05a969108548be7a10fadff0c069bff1db0c0deeea06916ccbb97
|
tag: 1.34.0@sha256:95c21ae57a808b4b92030b2f55590eb864a95dba43189d71c0d51ca101f8201e
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue