From 7c1035e299952f07128d20b394312ebf3430ea33 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 11 Mar 2024 02:07:42 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.5.1@717150e by renovate (#19099) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden) | minor | `v2.4.9` -> `v2.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden) ### [`v2.5.1`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.5.1) [Compare Source](https://togithub.com/linkwarden/linkwarden/compare/v2.5.0...v2.5.1) #### What's Changed - update announcement version number by [@​daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/500](https://togithub.com/linkwarden/linkwarden/pull/500) - improved UX + improved performance by [@​daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/509](https://togithub.com/linkwarden/linkwarden/pull/509) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.5.0...v2.5.1 ### [`v2.5.0`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.5.0) [Compare Source](https://togithub.com/linkwarden/linkwarden/compare/v2.4.9...v2.5.0) ### Linkwarden 2.5 Read the blog: [https://blog.linkwarden.app/releases/v2.5](https://blog.linkwarden.app/releases/v2.5?utm_source=GitHub\&utm_medium=social\&utm_campaign=v2\_5\_announcement) #### What's Changed ##### 🗂 Added support for Sub-Collections Our most requested feature, you can now create sub-collections to better organize your links! You can create sub-collections by dragging and dropping collections on top of each other or by clicking the "Create Sub-Collection" button in the collection menu. > \[!NOTE]\ > This feature has just been released, expect some minor bugs. We're still working on improving it. ##### ✅ Bulk Actions Make bulk changes to your links with ease. You can now delete, move, or tag multiple links at once. To use this feature, simply click the pencil icon right beside the sort button and select the links you want to modify. ##### 📲 Installable Progressive Web App (PWA) Step up to a smoother, app-like interface with Linkwarden now as an installable PWA for mobile and desktop devices. You can install the PWA by following the instructions in the [Docs](https://docs.linkwarden.app/getting-started/pwa-installation). ##### 🍏 iOS Shortcut You can now easily save links to Linkwarden right from the share sheet on iOS. Just tap the share button, select "Save to Linkwarden", and you're done! You can get the shortcut by following the instructions in the [Docs](https://docs.linkwarden.app/getting-started/apple-shortcut). ##### 🔑 API Keys Unlock new integration possibilities by creating a new API key in the settings, facilitating automated workflows and enhanced efficiency. ##### 🔗 Customizable Link Actions You can now choose what happens when you click a link. Choose to open the original link, the preserved PDF, the preserved screenshot, or the preserved readable format. ##### 🚫 Duplicate Link Prevention Prevent adding the same links. This feature can be enabled in the settings. ##### 📌 Pin links as a member You can now pin links to your dashboard even if you're a member of a team and you don't own the collection. ##### 🛠️ Refactored importing functionality We've refactored the importing functionality to make it more reliable and efficient. It now also supports sub-collections! #### New Contributors - [@​jan-tee](https://togithub.com/jan-tee) made their first contribution in [https://github.com/linkwarden/linkwarden/pull/445](https://togithub.com/linkwarden/linkwarden/pull/445) - [@​IsaacWise06](https://togithub.com/IsaacWise06) made their first contribution in [https://github.com/linkwarden/linkwarden/pull/456](https://togithub.com/linkwarden/linkwarden/pull/456) - [@​go-compile](https://togithub.com/go-compile) made their first contribution in [https://github.com/linkwarden/linkwarden/pull/478](https://togithub.com/linkwarden/linkwarden/pull/478) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.4.9...v2.5.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/linkwarden/Chart.yaml | 6 +++--- charts/stable/linkwarden/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index fadb357e913..9bd1ea37498 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.4.9 +appVersion: 2.5.1 dependencies: - name: common version: 19.0.0 @@ -24,7 +24,7 @@ keywords: - linkwarden - bookmark - manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden - https://ghcr.io/linkwarden/linkwarden type: application -version: 4.4.1 +version: 4.5.0 diff --git a/charts/stable/linkwarden/values.yaml b/charts/stable/linkwarden/values.yaml index d6bb4a9f57d..1f079b91cc0 100644 --- a/charts/stable/linkwarden/values.yaml +++ b/charts/stable/linkwarden/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linkwarden/linkwarden pullPolicy: IfNotPresent - tag: v2.4.9@sha256:9d0c86d37d9af08db8edd8e95bd25b3998fd0ce3104488df8eab60f5275768ac + tag: v2.5.1@sha256:717150eb6c4ea1a8e313c3facbb54798161c1082b1938c998add28f113ae5326 config: nextauth_url: "http://example.com"