chore(helm): update image docker.io/sissbruecker/linkding 1.44.1 → 1.44.2 (#42787)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sissbruecker/linkding](https://redirect.github.com/sissbruecker/linkding) | patch | `e4fbafe` -> `2883e8b` | --- > [!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.2`](https://redirect.github.com/sissbruecker/linkding/releases/tag/v1.44.2) [Compare Source](https://redirect.github.com/sissbruecker/linkding/compare/v1.44.1...v1.44.2) #### What's Changed > \[!WARNING] > *This resolves a [security vulnerability](https://redirect.github.com/sissbruecker/linkding/security/advisories/GHSA-3pf9-5cjv-2w7q) in linkding. Everyone is encouraged to upgrade to the latest version as soon as possible.* - Use sandbox CSP for viewing assets by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1245](https://redirect.github.com/sissbruecker/linkding/pull/1245) - Fix devcontainer by [@​m3eno](https://redirect.github.com/m3eno) in [#​1208](https://redirect.github.com/sissbruecker/linkding/pull/1208) - Fix tag cloud highlighting first char when tags are not grouped by [@​sissbruecker](https://redirect.github.com/sissbruecker) in [#​1209](https://redirect.github.com/sissbruecker/linkding/pull/1209) - Bump supervisor to 4.3.0 to fix warning by [@​simonhammes](https://redirect.github.com/simonhammes) in [#​1216](https://redirect.github.com/sissbruecker/linkding/pull/1216) - Added Javascript client and library for Linkding REST API by [@​vbsampath](https://redirect.github.com/vbsampath) in [#​1195](https://redirect.github.com/sissbruecker/linkding/pull/1195) - Add Komrade project to community resources by [@​dev-inside](https://redirect.github.com/dev-inside) in [#​1236](https://redirect.github.com/sissbruecker/linkding/pull/1236) #### New Contributors - [@​m3eno](https://redirect.github.com/m3eno) made their first contribution in [#​1208](https://redirect.github.com/sissbruecker/linkding/pull/1208) - [@​vbsampath](https://redirect.github.com/vbsampath) made their first contribution in [#​1195](https://redirect.github.com/sissbruecker/linkding/pull/1195) - [@​dev-inside](https://redirect.github.com/dev-inside) made their first contribution in [#​1236](https://redirect.github.com/sissbruecker/linkding/pull/1236) - [@​simonhammes](https://redirect.github.com/simonhammes) made their first contribution in [#​1216](https://redirect.github.com/sissbruecker/linkding/pull/1216) **Full Changelog**: <https://github.com/sissbruecker/linkding/compare/v1.44.1...v1.44.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.44.1
|
||||
appVersion: 1.44.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.10
|
||||
@@ -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.2
|
||||
version: 12.16.3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/sissbruecker/linkding
|
||||
tag: 1.44.1@sha256:e4fbafee44388d8555e34ffdc507224302989265009fc82f5f2762b789f0385a
|
||||
tag: 1.44.2@sha256:2883e8b30f02d8dbd2b79d7fd813dff02971b70742e474d0e18f0c3708d22edd
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user