chore(helm): update image ghcr.io/linkwarden/linkwarden v2.11.7 → v2.12.2 (#38860)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden) | minor | `be0aef0` -> `c1c6f41` | --- > [!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.12.2`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.12.2) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.12.1...v2.12.2) #### What's Changed - bug fix **Full Changelog**: <https://github.com/linkwarden/linkwarden/compare/v2.12.1...v2.12.2> ### [`v2.12.1`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.12.1) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.12.0...v2.12.1) #### What's Changed - Minor fix **Full Changelog**: <https://github.com/linkwarden/linkwarden/compare/v2.12.0...v2.12.1> ### [`v2.12.0`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.12.0) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.11.8...v2.12.0) ### Announcing Linkwarden 2.12 Read the full blog: <https://blog.linkwarden.app/releases/2.12> #### What’s new: ##### 🫧 Drag and Drop Support One of our most requested features is finally here! You can now drag and drop Links onto Collections and Tags. This makes it much easier to organize your bookmarks and keep everything tidy. (Special thanks to [@​khanguyen74](https://redirect.github.com/khanguyen74) for implementing this!) ##### 📤 Upload from SingleFile SingleFile is an awesome browser extension that allows you to save complete webpages as a single HTML file on your device. As of Linkwarden 2.12, you can upload your saved links directly from the SingleFile browser extension into Linkwarden. This allows you to easily save articles which are behind paywalls or require authentication directly from your browser. To use this feature, simply install the SingleFile extension, and then follow the [documentation](https://docs.linkwarden.app/usage/upload-from-singlefile). ##### 🌐 Progressed Translations We’ve made significant progress in our translations, with many languages now fully supported. If you’re interested in helping out with translations, check out our [Crowdin page](https://crowdin.com/project/linkwarden). ##### ✅ And more... There are also a bunch of smaller improvements and fixes in this release to keep everything running smoothly. **Full Changelog**: <https://github.com/linkwarden/linkwarden/compare/v2.11.8...v2.12.0> #### Want to skip the technical setup? If you’d rather skip server setup and maintenance, our **[Cloud Plan](https://linkwarden.app/#pricing)** takes care of everything for you. It’s a great way to access all of Linkwarden’s features—plus future updates—without the technical overhead. *** We hope you enjoy these new enhancements, and as always, we'd like to express our sincere thanks to all of our supporters and contributors. Your feedback and contributions have been invaluable in shaping Linkwarden into what it is today. 🚀 ### [`v2.11.8`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.11.8) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.11.7...v2.11.8) #### What's Changed - Bug fixes and optimizations **Full Changelog**: <https://github.com/linkwarden/linkwarden/compare/v2.11.7...v2.11.8> </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:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.11.7
|
||||
appVersion: 2.12.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/linkwarden/linkwarden
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
|
||||
type: application
|
||||
version: 7.3.4
|
||||
version: 7.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linkwarden/linkwarden
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.11.7@sha256:be0aef0dbbfafb518bcf98c0e35af14183a54795d899d42f3fae8bd7b5610ed9
|
||||
tag: v2.12.2@sha256:c1c6f417ea566de2c2dac6e79353ee5f40cb6a44fd9dd3970c83e6fc098de1df
|
||||
|
||||
config:
|
||||
nextauth_url: "http://example.com"
|
||||
|
||||
Reference in New Issue
Block a user