fix(linkwarden): update image ghcr.io/linkwarden/linkwarden v2.13.2 → v2.13.3 (#43111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden) | patch | `d663d4d` -> `aa91104` | --- > [!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>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.13.3`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.13.3) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.13.2...v2.13.3) > \[!IMPORTANT]\ > This update is highly recommended for ALL users. > Self-hosted users who installed Linkwarden manually must enable Corepack to run the project with the pinned Yarn v4.12.0: > > ``` > corepack enable > ``` #### What's Changed **TL;DR:** Faster, lighter, and more secure. - Upgraded the dependencies (which also patches the recent NextJS CVEs out there) - Refactored the code (which drastically improves the performance) - Fixed favicon-related error logs (no more `upstream image response failed…`) - And a lot more... **Full Changelog**: <https://github.com/linkwarden/linkwarden/compare/v2.13.2...v2.13.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbGlua3dhcmRlbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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: 2.13.2
|
||||
appVersion: 2.13.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.11
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/linkwarden/linkwarden
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkwarden
|
||||
type: application
|
||||
version: 7.15.4
|
||||
version: 7.15.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linkwarden/linkwarden
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.13.2@sha256:d663d4db5c7fbb605878a3705aeb4a654548b9011754ddfcee66dc5a40ac56df
|
||||
tag: v2.13.3@sha256:aa911041b553c3f9de0c4e0babff65ced8835c2a1dd17239b9467f715822f74d
|
||||
|
||||
config:
|
||||
nextauth_url: "http://example.com"
|
||||
|
||||
Reference in New Issue
Block a user