mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 16:01:23 -03:00
chore(helm): update image docker.io/sissbruecker/linkding 1.43.0 → 1.44.0 (#40416)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | minor | `b2cbcc0` -> `8240a94` | --- > [!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 <details> <summary>sissbruecker/linkding (docker.io/sissbruecker/linkding)</summary> ### [`v1.44.0`](https://redirect.github.com/sissbruecker/linkding/blob/HEAD/CHANGELOG.md#v1440-05102025) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.43.0...v1.44.0) ##### What's Changed - Add new search engine that supports logical expressions (and, or, not) by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1198](https://redirect.github.com/sissbruecker/linkding/pull/1198) - Fix pagination links to use relative URLs by [@​dunlor](https://redirect.github.com/dunlor) in [#​1186](https://redirect.github.com/sissbruecker/linkding/pull/1186) - Fix queued tasks link when context path is used by [@​dunlor](https://redirect.github.com/dunlor) in [#​1187](https://redirect.github.com/sissbruecker/linkding/pull/1187) - Fix bundle preview pagination resetting to first page by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1194](https://redirect.github.com/sissbruecker/linkding/pull/1194) ##### New Contributors - [@​dunlor](https://redirect.github.com/dunlor) made their first contribution in [#​1186](https://redirect.github.com/sissbruecker/linkding/pull/1186) **Full Changelog**: <https://github.com/sissbruecker/linkding/compare/v1.43.0...v1.44.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.43.0
|
||||
appVersion: 1.44.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.21.1
|
||||
@@ -35,8 +35,9 @@ maintainers:
|
||||
name: linkding
|
||||
sources:
|
||||
- https://github.com/sissbruecker/linkding
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkding
|
||||
- https://hub.docker.com/r/sissbruecker/linkding
|
||||
type: application
|
||||
version: 12.9.1
|
||||
version: 12.10.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/sissbruecker/linkding
|
||||
tag: 1.43.0@sha256:b2cbcc02915d176fcd7aeff39c2905d0d95fb31c559aa5bcd3d32164488f25af
|
||||
tag: 1.44.0@sha256:8240a94df32d68a620b781a34691b889c2f55ae19505c07ed50aeaff6ddf52ee
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user