adc9def90c61581fbce8f4c2875a378e9e7c0809
7888 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
69b7eda229 |
Update binwiederhier/ntfy Docker tag to v2.15.0 (#2051)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.14.0` -> `v2.15.0` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.15.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.15.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.14.0...v2.15.0) This release adds a `require-login` flag to topics, which forces users to log in before they can use the web app. This is useful for self-hosters and will obviously not be enabled on ntfy.sh. **Features:** - Add `require-login` flag to redirect to login page if not logged in ([#​1434](https://github.com/binwiederhier/ntfy/pull/1434)/[#​238](https://github.com/binwiederhier/ntfy/issues/238)/[#​1329](https://github.com/binwiederhier/ntfy/pull/1329), thanks to [@​theatischbein](https://github.com/theatischbein) for implementing most of this) **Bug fixes + maintenance:** - The official ntfy.sh Debian/Ubuntu repository has moved to [archive.ntfy.sh](https://archive.ntfy.sh) ([#​1357](https://github.com/binwiederhier/ntfy/issues/1357)/[#​1401](https://github.com/binwiederhier/ntfy/issues/1401), thanks to [@​skibbipl](https://github.com/skibbipl) and [@​lduesing](https://github.com/lduesing) for reporting) - Add mutex around message cache writes to avoid `database locked` errors ([#​1397](https://github.com/binwiederhier/ntfy/pull/1397), [#​1391](https://github.com/binwiederhier/ntfy/issues/1391), thanks to [@​timofej673](https://github.com/timofej673)) - Add build tags `nopayments`, `nofirebase` and `nowebpush` to allow excluding external dependencies, useful for packaging in Debian ([#​1420](https://github.com/binwiederhier/ntfy/pull/1420), discussion in [#​1258](https://github.com/binwiederhier/ntfy/issues/1258), thanks to [@​thekhalifa](https://github.com/thekhalifa) for packaging ntfy for Debian/Ubuntu) - Make copying tokens, phone numbers, etc. possible on HTTP ([#​1432](https://github.com/binwiederhier/ntfy/pull/1432)/[#​1408](https://github.com/binwiederhier/ntfy/issues/1408)/[#​1295](https://github.com/binwiederhier/ntfy/issues/1295), thanks to [@​EdwinKM](https://github.com/EdwinKM), [@​xxl6097](https://github.com/xxl6097) for reporting) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2051 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
5edbd618bd |
Update outlinewiki/outline Docker tag to v1.1.0 (#2047)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.0.1` -> `1.1.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v1.1.0`](https://github.com/outline/outline/releases/tag/v1.1.0) [Compare Source](https://github.com/outline/outline/compare/v1.0.1...v1.1.0) #### What's Changed ##### Improvements - Groups now have a description option in [#​10511](https://github.com/outline/outline/pull/10511) - Added the group member count to mention menu in [#​10535](https://github.com/outline/outline/pull/10535) - Improvements to syntax highlighting in [#​10533](https://github.com/outline/outline/pull/10533) - `mermaidjs` upgraded to 11.12.1 in [#​10564](https://github.com/outline/outline/pull/10564) - line-height now auto adjusts for scripts with many ascenders and descenders such as Thai in [#​10565](https://github.com/outline/outline/pull/10565) - double-click on resize handles for images and videos now fills to width [#​10594](https://github.com/outline/outline/pull/10594) - `SMTP_SERVICE` environment variable now accepts many more known services in [#​10635](https://github.com/outline/outline/pull/10635) - Add `SMTP_DISABLE_STARTTLS` option by [@​b11p](https://github.com/b11p) in [#​10647](https://github.com/outline/outline/pull/10647) ##### Fixes - Fixed an issue that caused documents to show "Authentication failed" and/or logout in [#​10626](https://github.com/outline/outline/pull/10626) - Insertion of mentions and images broken on mobile devices in [#​10649](https://github.com/outline/outline/pull/10649) - emdash replacement rule conflicts with horizontal rule in [#​10515](https://github.com/outline/outline/pull/10515) - Input in embed toolbar no longer grabs focus in [#​10530](https://github.com/outline/outline/pull/10530) - Extra lines are no longer inserted before template application in [#​10528](https://github.com/outline/outline/pull/10528) - Fixed a double 'selected' state on menus when hovering as it opens in [#​10532](https://github.com/outline/outline/pull/10532) - Collection root is now hidden if empty of content on shared structure in [#​10534](https://github.com/outline/outline/pull/10534) - Migrations are now wrapped in a mutex lock allowing more reliable running in multi-server deployments in [#​10560](https://github.com/outline/outline/pull/10560) - Templates page in settings visible for editors again in [#​10598](https://github.com/outline/outline/pull/10598) - Revisions no longer require a reload to display in [#​10600](https://github.com/outline/outline/pull/10600) - Fixed the layout of todo summary in metadata on mobile in [#​10559](https://github.com/outline/outline/pull/10559) - Cookies are now sent with S3 POST upload by [@​Cellivar](https://github.com/Cellivar) in [#​10562](https://github.com/outline/outline/pull/10562) - Fixed indent/outdent controls not appearing for lists in mobile toolbar in [#​10558](https://github.com/outline/outline/pull/10558) - Fixed search popover on shared docs does not correctly paginate in [#​10584](https://github.com/outline/outline/pull/10584) - Fixed an issue where `pointer-events: none` left hanging on popovers sometimes in [#​10585](https://github.com/outline/outline/pull/10585) - Fixed an issue where revoking parent permission not correctly reflected on open children in other clients [#​10625](https://github.com/outline/outline/pull/10625) - UI now accounts for document reading time longer than an hour in [#​10601](https://github.com/outline/outline/pull/10601) - Nested document order now retained correctly when duplicating by [@​salihudickson](https://github.com/salihudickson) in [#​10543](https://github.com/outline/outline/pull/10543) - Individual collections can now be exported with manage permissions in [#​10602](https://github.com/outline/outline/pull/10602) - Multiple improvements to webhook create and edit modal in [#​10622](https://github.com/outline/outline/pull/10622) - "Empty" state of collection is now hidden with new inline doc creation in [#​10624](https://github.com/outline/outline/pull/10624) - 'shared with me' optimistically updates by [@​salihudickson](https://github.com/salihudickson) in [#​10547](https://github.com/outline/outline/pull/10547) - Admins no longer have permission to edit documents in every view-only collection by [@​salihudickson](https://github.com/salihudickson) in [#​10542](https://github.com/outline/outline/pull/10542) - \[API] Added missing total field to `groupMemberships` pagination in [#​10589](https://github.com/outline/outline/pull/10589) - \[API] `document` and `collection` mentions are now serialized as regular links in [#​10595](https://github.com/outline/outline/pull/10595) #### New Contributors - [@​Cellivar](https://github.com/Cellivar) made their first contribution in [#​10562](https://github.com/outline/outline/pull/10562) - [@​uneknown](https://github.com/uneknown) made their first contribution in [#​10570](https://github.com/outline/outline/pull/10570) - [@​b11p](https://github.com/b11p) made their first contribution in [#​10647](https://github.com/outline/outline/pull/10647) **Full Changelog**: <https://github.com/outline/outline/compare/v1.0.1...v1.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2047 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
ad69375579 | Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to f113570 (#2050) | ||
|
|
5697ae449d | Update clidey/whodb Docker tag to v0.75.0 (#2049) | ||
|
|
0872a0ecfe | Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to fcf09fa (#2048) | ||
|
|
6a3ae5116d | update icons | ||
|
|
4db600aae6 | add backup | ||
|
|
3cc757fef9 | fix | ||
|
|
9fd1d55a9d | adjust host | ||
|
|
fbefa56e76 | adjust background | ||
|
|
7bdbe5fe39 | localhost | ||
|
|
b297565f56 | fix address | ||
|
|
ddc6eff172 | disable | ||
|
|
4d1f9befe0 | suspend | ||
|
|
9d9d243359 | add value | ||
|
|
33b3900dc3 | fix service name | ||
|
|
fbe6845bb4 | fix schedule | ||
|
|
3501e45f5c | fix values | ||
|
|
302d8f8f21 | change pid and guid | ||
|
|
8cb68cfb43 | fix claim | ||
|
|
e5e0054ba3 | fix secret | ||
|
|
fa92a10bd1 | fix path | ||
|
|
1fe764e12f | add booklore and emphemera | ||
|
|
89dbe477e3 | fix chart | ||
|
|
691fa1844f | add mariadb operator | ||
|
|
b20d6b84b0 | fix repo | ||
|
|
a7f6a86f08 | fix path | ||
|
|
4d53941a92 | fix chart | ||
|
|
af9fcd914f | update values | ||
|
|
f416f61a4f | add ignore | ||
|
|
87775a1731 | add listenarr | ||
|
|
5e87e2da21 | Update clidey/whodb Docker tag to v0.74.0 (#2046) | ||
|
|
8a48303b52 | Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to 15675e4 (#2045) | ||
|
|
c9481ae558 | Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 7034f73 (#2043) | ||
|
|
ac49d9138e | Update clidey/whodb Docker tag to v0.73.0 (#2042) | ||
|
|
024d3aac67 | Update Helm release argo-cd to v9.1.3 (#2041) | ||
|
|
c54c35f60d | Update searxng/searxng:latest Docker digest to d5a54dd (#2040) | ||
|
|
731f522e9b | Update searxng/searxng:latest Docker digest to da3d424 (#2039) | ||
|
|
60c1c9cf89 | fix mount | ||
|
|
226f4289cf | add share path | ||
|
|
1d5d23ff24 | Update ollama/ollama Docker tag to v0.12.11 (#2038) | ||
|
|
ae48b2e18b | Update searxng/searxng:latest Docker digest to 83c3d61 (#2037) | ||
|
|
137e22aa75 |
Update ghcr.io/twin/gatus Docker tag to v5.31.0 (#2008)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.30.0` -> `v5.31.0` | --- ### Release Notes <details> <summary>TwiN/gatus (ghcr.io/twin/gatus)</summary> ### [`v5.31.0`](https://github.com/TwiN/gatus/releases/tag/v5.31.0) [Compare Source](https://github.com/TwiN/gatus/compare/v5.30.0...v5.31.0) Highlight of this release are the ability to mark announcements as "archived", which renders said announcements in a new `Past Announcements` section at the bottom of the status page (only rendered if there is at least 1 archived announcements), support for markdown in announcements and support for monitoring gRPC health endpoints. <img width="1166" height="556" alt="image" src="https://github.com/user-attachments/assets/d22a0ea7-c035-4c35-a148-6de097a357b7" /> #### What's Changed * feat(announcements): Add support for archived announcements and add past announcement section in UI by @​TwiN in https://github.com/TwiN/gatus/pull/1382 * feat(announcements): add markdown support by @​Sworyz in https://github.com/TwiN/gatus/pull/1371 * feat(client): Add support for monitoring gRPC endpoints by @​diamanat in https://github.com/TwiN/gatus/pull/1376 * fix(client): update icmp/ping logic to determine pinger privileged mode by @​h3mmy in https://github.com/TwiN/gatus/pull/1346 * fix(api): Escape endpoint key in URL for raw APIs by @​Nedra1998 in https://github.com/TwiN/gatus/pull/1381 * docs(readme): adds ECS fargate module in README by @​GiamPy5 in https://github.com/TwiN/gatus/pull/1377 #### New Contributors * @​GiamPy5 made their first contribution in https://github.com/TwiN/gatus/pull/1377 * @​h3mmy made their first contribution in https://github.com/TwiN/gatus/pull/1346 * @​diamanat made their first contribution in https://github.com/TwiN/gatus/pull/1376 * @​Nedra1998 made their first contribution in https://github.com/TwiN/gatus/pull/1381 * @​Sworyz made their first contribution in https://github.com/TwiN/gatus/pull/1371 **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.30.0...v5.31.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2008 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
ae2fcb0423 |
Update Helm release traefik to v37.3.0 (#2010)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | minor | `37.2.0` -> `37.3.0` | --- ### Release Notes <details> <summary>traefik/traefik-helm-chart (traefik)</summary> ### [`v37.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v37.3.0) [Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v37.2.0...v37.3.0) > \[!IMPORTANT] > CRDs has to be upgraded before the Chart. See [UPGRADING](https://github.com/traefik/traefik-helm-chart?tab=readme-ov-file#upgrading) instructions. #### 🚀 Features - feat(deps): update traefik docker tag to v3.5.4 [#​1544](https://github.com/traefik/traefik-helm-chart/issues/1544) by [@​renovate](https://github.com/renovate)\[bot] - feat(CRDs): update for Traefik Proxy v3.6 and Gateway API v1.4.0 [#​1551](https://github.com/traefik/traefik-helm-chart/issues/1551) by [@​bpsoraggi](https://github.com/bpsoraggi) - feat: knative provider [#​1552](https://github.com/traefik/traefik-helm-chart/issues/1552) by [@​bpsoraggi](https://github.com/bpsoraggi) - feat(CRDs): update Traefik Hub to v1.23.1 [#​1546](https://github.com/traefik/traefik-helm-chart/issues/1546) by [@​traefiker](https://github.com/traefiker) - feat(deps): update traefik docker tag to v3.6.0 [#​1558](https://github.com/traefik/traefik-helm-chart/issues/1558) by [@​renovate](https://github.com/renovate)\[bot] #### 🐛 Bug fixes - fix: add missing flag arg [#​1545](https://github.com/traefik/traefik-helm-chart/issues/1545) by [@​msaah-cleric](https://github.com/msaah-cleric) #### 📦 Others - chore(deps): update helm/kind-action action to v1.13.0 [#​1549](https://github.com/traefik/traefik-helm-chart/issues/1549) by [@​renovate](https://github.com/renovate)\[bot] - chore(deps): update mikepenz/release-changelog-builder-action action to v6 [#​1547](https://github.com/traefik/traefik-helm-chart/issues/1547) by [@​renovate](https://github.com/renovate)\[bot] - docs: 📚 fix comment grammar in values [#​1556](https://github.com/traefik/traefik-helm-chart/issues/1556) & [#​1554](https://github.com/traefik/traefik-helm-chart/issues/1554) by [@​ehpc](https://github.com/ehpc) - chore(release): 🚀 publish traefik 37.3.0 and 1.12.0 [#​1559](https://github.com/traefik/traefik-helm-chart/issues/1559) by [@​mloiseleur](https://github.com/mloiseleur) #### New Contributors - [@​msaah-cleric](https://github.com/msaah-cleric) made their first contribution in [#​1545](https://github.com/traefik/traefik-helm-chart/pull/1545) - [@​ehpc](https://github.com/ehpc) made their first contribution in [#​1554](https://github.com/traefik/traefik-helm-chart/pull/1554) **Full Changelog**: <https://github.com/traefik/traefik-helm-chart/compare/v37.2.0...v37.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2010 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
a315e0813c |
Update ghcr.io/karakeep-app/karakeep Docker tag to v0.28.0 (#2006)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/karakeep-app/karakeep](https://github.com/karakeep-app/karakeep) | minor | `0.27.1` -> `0.28.0` | --- ### Release Notes <details> <summary>karakeep-app/karakeep (ghcr.io/karakeep-app/karakeep)</summary> ### [`v0.28.0`](https://github.com/karakeep-app/karakeep/releases/tag/v0.28.0): 0.28.0 [Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.27.1...v0.28.0) ### 0.28.0 (20k stars ⭐) Welcome to the 0.28.0 release of Karakeep! We've have hit 20k stars on Github 🎉 (well 21k because I was too late with the release)! Thanks a lot for your support throughout this journey! This release brings a refreshed import pipeline, uploading custom attachments, revamped tags page, inline checklists, and a bunch of quality-of-life touches across the web app, extension and mobile app. Huge thanks to [@​BOTkirial](https://github.com/BOTkirial), [@​qixing-jk](https://github.com/qixing-jk), @​[@​maya-doshi](https://github.com/maya-doshi), [@​BenjaminMichaelis](https://github.com/BenjaminMichaelis), [@​cloudchristoph](https://github.com/cloudchristoph), [@​claytono](https://github.com/claytono), as usual [@​xuatz](https://github.com/xuatz) and everyone who shipped code, triaged bugs, or shared feedback for this release. > If you enjoy using Karakeep, consider supporting the project [here ☕️](https://buymeacoffee.com/mbassem) or via GitHub [here](https://github.com/sponsors/MohamedBassem). <a href="https://www.buymeacoffee.com/mbassem" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="auto" height="50" ></a> And in case you missed it, we now have a ☁️ managed offering ☁️ for those who don't want to self-host. We're still in private beta (you can signup for access [here](https://tally.so/r/wo8zzx)) and gradually letting more and more users in. ### New Features 🚀 - Revamped import experience with progress tracking ([#​2001](https://github.com/karakeep-app/karakeep/issues/2001)) - Revamped Tags page that adds search and pagination to better serve users with thousands of tags ([#​1987](https://github.com/karakeep-app/karakeep/issues/1987)) - You can now upload custom attachments to bookmarks ([#​2100](https://github.com/karakeep-app/karakeep/issues/2100)) - When deleting a list, you can now optionally delete all its children ([#​1989](https://github.com/karakeep-app/karakeep/issues/1989)) - Server overview highlights service dependency health. - Inline checklist toggling for text bookmarks ([#​1933](https://github.com/karakeep-app/karakeep/issues/1933)) – [@​BOTkirial](https://github.com/BOTkirial) - With every release, you'll be prompted to view what's new in that release from inside the app. - You can now pass custom headers from the mobile app to the server ([#​2103](https://github.com/karakeep-app/karakeep/issues/2103)) - Extension improvements: - Tab bookmark badge indicator by [@​qixing-jk](https://github.com/qixing-jk) shows when a page is already bookmarked ([#​1745](https://github.com/karakeep-app/karakeep/issues/1745)) - You can now write notes directly after saving a bookmark in the extension ([#​2104](https://github.com/karakeep-app/karakeep/issues/2104)) ### UX Improvements ✨ - Grid view controls expose title/tag toggles and image fit options ([#​1960](https://github.com/karakeep-app/karakeep/issues/1960)) - Bookmark cards can surface saved notes across web and mobile ([#​2083](https://github.com/karakeep-app/karakeep/issues/2083)) – [@​xuatz](https://github.com/xuatz) - Manage Lists modal is searchable for faster sorting ([#​2029](https://github.com/karakeep-app/karakeep/issues/2029)) - The tags page now has a "Create Tag" button ([#​1942](https://github.com/karakeep-app/karakeep/issues/1942)) - You can now regenerate the API key without having to recreate it. - New `title:` seach qualifier for searching bookmarks by title ([#​1940](https://github.com/karakeep-app/karakeep/issues/1940)) ### Fixes 🔧 - ⚠️ (Potentially breaking change) ⚠️ Stricter URL valdaition to protect against SSRF attacks ([#​2082](https://github.com/karakeep-app/karakeep/issues/2082)) - Webhook requests now go through the proxy if there's one configured - All server-initiated requests (including webhooks) to internal IP addresses are now blocked by default unless explicitly allowed via `CRAWLER_ALLOWED_INTERNAL_HOSTNAMES`. If your webhooks are hitting internal services, you'll have to allowlist them via `CRAWLER_ALLOWED_INTERNAL_HOSTNAMES`. - Monolith now honors the configured crawler proxy. - Metascraper logo extraction now respects the crawler proxy. - Crawler memory footprint shrinks with targeted optimizations ([#​1748](https://github.com/karakeep-app/karakeep/issues/1748)) - Allow karakeep to use newer openai models that was previously failing because of deprecated max\_tokens ([#​2000](https://github.com/karakeep-app/karakeep/issues/2000)) - [@​BenjaminMichaelis](https://github.com/BenjaminMichaelis) - You'll need to set `INFERENCE_USE_MAX_COMPLETION_TOKENS=true` in your `.env` file to use the new models. This is eventually going to become the default. - Admin maintenance jobs respect abort signals to stop gracefully - Search input no longer crashes on percent signs and also works correctly with IME composition - Fixed a crash when sharing a list publicly that didn't have any bookmarks ([#​1990](https://github.com/karakeep-app/karakeep/issues/1990)) - Screenshots are now stored as jpegs instead of pngs to reduce file size - Fixed a bug that was preventing tag merging ([#​1938](https://github.com/karakeep-app/karakeep/issues/1938)) - RSS imports can apply feed categories as tags ([#​2031](https://github.com/karakeep-app/karakeep/issues/2031)) ### For Developers 🛠️ - Create bookmark API returns 200 instead of 201 when a bookmark already exists - CLI Improvements: - New commands to migrate data from one server to another - New command to dump a full account archive - A new wipe command to selectively clean up data from the account ### Community Projects 💡 ##### [Karakeeper](https://apps.apple.com/us/app/karakeeper-for-karakeep/id6746722790) 3rd Party iOS/Safari Client - *by [@​simplytoast1](https://github.com/simplytoast1)* Karakeeper now is providing an alternative iOS native mobile/desktop client for Karakeep beyond its existing functionality of providing a safari extension. ##### [Karakeep Sync](https://github.com/sidoshi/karakeep-sync) A syncing tool for Karakeep - *by [@​sidoshi](https://github.com/sidoshi)* A rust-based syncing tool that syncs: Hacker News upvotes, Reddit saved posts, Github stars and Pinboard bookmarks automatically to Karakeep! ### Screenshots 📸 #### Inline Checklists <img width="1230" height="806" alt="Screenshot 2025-11-08 at 8 55 18@​2x" src="https://github.com/user-attachments/assets/c092d903-eb6f-40c6-aee6-1ce6127f67e8" /> #### Import Sessions <img width="1814" height="762" alt="Screenshot 2025-11-08 at 8 58 21@​2x" src="https://github.com/user-attachments/assets/dfcb856b-6a63-4d7a-ba4b-ce2ca83bc844" /> #### Service Health Indicators <img width="1874" height="540" alt="Screenshot 2025-11-08 at 8 56 00@​2x" src="https://github.com/user-attachments/assets/7835f1ad-239d-477c-8e00-951e4a09f8c6" /> ### Upgrading 📦 To upgrade: - If you're using `KARAKEEP_VERSION=release`, run `docker compose pull && docker compose up -d`. - If you're pinning it to a specific version, bump the version and then run `docker compose pull && docker compose up -d`. ### All Commits - fix: standardize US English translations to professional tone - [@​MohamedBassem](https://github.com/MohamedBassem) in [`4f025f5`](https://github.com/karakeep-app/karakeep/commit/4f025f5a) - i18n: Sync weblate translations - [@​weblate](https://github.com/weblate) in [`5387c98`](https://github.com/karakeep-app/karakeep/commit/5387c982) - tests: fix crawling and search e2e tests ([#​2105](https://github.com/karakeep-app/karakeep/issues/2105)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`c4bee9f`](https://github.com/karakeep-app/karakeep/commit/c4bee9fe) - feat(extension): Allow writing notes directly in the extension ([#​2104](https://github.com/karakeep-app/karakeep/issues/2104)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`098e56a`](https://github.com/karakeep-app/karakeep/commit/098e56a8) - fix(mobile): fix default address not correctly stored in settings - [@​MohamedBassem](https://github.com/MohamedBassem) in [`a220319`](https://github.com/karakeep-app/karakeep/commit/a2203196) - feat(mobile): add custom headers configuration in sign-in screen ([#​2103](https://github.com/karakeep-app/karakeep/issues/2103)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`ec621bf`](https://github.com/karakeep-app/karakeep/commit/ec621bf5) - tests: Fix failing test - [@​MohamedBassem](https://github.com/MohamedBassem) in [`27ed0a1`](https://github.com/karakeep-app/karakeep/commit/27ed0a19) - feat: Add what's new modal in the sidebar ([#​2099](https://github.com/karakeep-app/karakeep/issues/2099)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`474f642`](https://github.com/karakeep-app/karakeep/commit/474f6429) - feat: Add support for user uploaded files ([#​2100](https://github.com/karakeep-app/karakeep/issues/2100)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`31960fc`](https://github.com/karakeep-app/karakeep/commit/31960fcd) - refactor: consolidate multiple karakeep plugins into one package ([#​2101](https://github.com/karakeep-app/karakeep/issues/2101)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`99413db`](https://github.com/karakeep-app/karakeep/commit/99413db0) - fix: metascraper logo to go through proxy if one configured. fixes [#​1863](https://github.com/karakeep-app/karakeep/issues/1863) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`737b031`](https://github.com/karakeep-app/karakeep/commit/737b0317) - feat(extension): add tab bookmark badge indicator ([#​1745](https://github.com/karakeep-app/karakeep/issues/1745)) - [@​qixing-jk](https://github.com/qixing-jk) in [`f0b0959`](https://github.com/karakeep-app/karakeep/commit/f0b0959e) - fix: restore image size in grid layout - [@​MohamedBassem](https://github.com/MohamedBassem) in [`2056582`](https://github.com/karakeep-app/karakeep/commit/2056582c) - deps: Upgrade react-query to 5.90 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`560900b`](https://github.com/karakeep-app/karakeep/commit/560900bb) - feat: Support inline toggling for todos. fixes [#​1931](https://github.com/karakeep-app/karakeep/issues/1931) ([#​1933](https://github.com/karakeep-app/karakeep/issues/1933)) - [@​BOTkirial](https://github.com/BOTkirial) in [`393bbd9`](https://github.com/karakeep-app/karakeep/commit/393bbd9a) - fix: fix monolith to respect crawler proxy - [@​MohamedBassem](https://github.com/MohamedBassem) in [`085c832`](https://github.com/karakeep-app/karakeep/commit/085c832c) - feat(rss): Add import tags from RSS feed categories ([#​2031](https://github.com/karakeep-app/karakeep/issues/2031)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`5358682`](https://github.com/karakeep-app/karakeep/commit/5358682a) - fix: fix crash in search input when query contains a percent. fixes [#​1941](https://github.com/karakeep-app/karakeep/issues/1941) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`633686b`](https://github.com/karakeep-app/karakeep/commit/633686b5) - feat: Add view options to show tag/title and control image fit. Fixes [#​1960](https://github.com/karakeep-app/karakeep/issues/1960) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`34d2b48`](https://github.com/karakeep-app/karakeep/commit/34d2b485) - refactor: improve the userLocalSetting server functions - [@​MohamedBassem](https://github.com/MohamedBassem) in [`bb00c99`](https://github.com/karakeep-app/karakeep/commit/bb00c996) - feat: Make search job timeout configurable - [@​MohamedBassem](https://github.com/MohamedBassem) in [`965c603`](https://github.com/karakeep-app/karakeep/commit/965c603d) - feat: display notes on bookmark card ([#​2083](https://github.com/karakeep-app/karakeep/issues/2083)) - [@​xuatz](https://github.com/xuatz) in [`33f4077`](https://github.com/karakeep-app/karakeep/commit/33f40779) - fix: Stricter SSRF validation ([#​2082](https://github.com/karakeep-app/karakeep/issues/2082)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`b63a49f`](https://github.com/karakeep-app/karakeep/commit/b63a49fc) - fix: correctly handle composition in search input. fixes [#​2048](https://github.com/karakeep-app/karakeep/issues/2048) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`c6ebceb`](https://github.com/karakeep-app/karakeep/commit/c6ebceb9) - fix: browser service connection check using dns instead. Fixes [#​2080](https://github.com/karakeep-app/karakeep/issues/2080) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`c9c73d4`](https://github.com/karakeep-app/karakeep/commit/c9c73d41) - fix: More memory optimizations for crawler worker. [#​1748](https://github.com/karakeep-app/karakeep/issues/1748) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`40d548b`](https://github.com/karakeep-app/karakeep/commit/40d548bd) - fix: fix screenshot filepath in crawler - [@​MohamedBassem](https://github.com/MohamedBassem) in [`0704b8b`](https://github.com/karakeep-app/karakeep/commit/0704b8bb) - docs: Add Azure configuration details for OpenAI-compatible API ([#​2072](https://github.com/karakeep-app/karakeep/issues/2072)) - [@​cloudchristoph](https://github.com/cloudchristoph) in [`bd9c933`](https://github.com/karakeep-app/karakeep/commit/bd9c933b) - fix: Respect abort signal in admin maintenance jobs - [@​MohamedBassem](https://github.com/MohamedBassem) in [`8a330dc`](https://github.com/karakeep-app/karakeep/commit/8a330dc2) - deps: Upgrade metascraper plugins - [@​MohamedBassem](https://github.com/MohamedBassem) in [`e43c7e0`](https://github.com/karakeep-app/karakeep/commit/e43c7e0f) - deps: Upgrade metascraper-readability 5.49.6 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`6d234de`](https://github.com/karakeep-app/karakeep/commit/6d234de8) - feat: Allow configuring inline asset size threshold - [@​MohamedBassem](https://github.com/MohamedBassem) in [`cf3ffff`](https://github.com/karakeep-app/karakeep/commit/cf3ffff0) - feat: Add admin maintenance job to migrate large inline HTML ([#​2071](https://github.com/karakeep-app/karakeep/issues/2071)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`2b769cb`](https://github.com/karakeep-app/karakeep/commit/2b769cba) - fix(inferance): skip token slicing when content is already witin max length - [@​MohamedBassem](https://github.com/MohamedBassem) in [`1713600`](https://github.com/karakeep-app/karakeep/commit/17136006) - refactor: generalize tidy assets queue into admin maintenance ([#​2059](https://github.com/karakeep-app/karakeep/issues/2059)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`6ea5dd1`](https://github.com/karakeep-app/karakeep/commit/6ea5dd19) - fix: update OpenAI API to use max\_completion\_tokens instead of max\_tokens ([#​2000](https://github.com/karakeep-app/karakeep/issues/2000)) - [@​BenjaminMichaelis](https://github.com/BenjaminMichaelis) in [`046c29d`](https://github.com/karakeep-app/karakeep/commit/046c29dc) - fix(restate): Fix priority for restate queue - [@​MohamedBassem](https://github.com/MohamedBassem) in [`8c0aae3`](https://github.com/karakeep-app/karakeep/commit/8c0aae33) - fix(restate): Ensure that the semaphore and idProvider services are ingress private - [@​MohamedBassem](https://github.com/MohamedBassem) in [`cdf8121`](https://github.com/karakeep-app/karakeep/commit/cdf81213) - feat: Add source field to track bookmark creation sources ([#​2037](https://github.com/karakeep-app/karakeep/issues/2037)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`2defc24`](https://github.com/karakeep-app/karakeep/commit/2defc247) - feat: support passing multiple proxy values ([#​2039](https://github.com/karakeep-app/karakeep/issues/2039)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`c14b693`](https://github.com/karakeep-app/karakeep/commit/c14b6934) - deps: Upgrade oxlint to 1.22 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`88a7ffe`](https://github.com/karakeep-app/karakeep/commit/88a7ffec) - feat: Add service dependency checks in the server overview page - [@​MohamedBassem](https://github.com/MohamedBassem) in [`fda1c85`](https://github.com/karakeep-app/karakeep/commit/fda1c851) - fix(web): Add w-full to tags editor to prevent unusable narrow width ([#​2035](https://github.com/karakeep-app/karakeep/issues/2035)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`7ee9416`](https://github.com/karakeep-app/karakeep/commit/7ee9416e) - fix(api): Return 200 when bookmark already exists instead of 200 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`f2dec26`](https://github.com/karakeep-app/karakeep/commit/f2dec26f) - tests: Add a test for the GET /bookmarks/bookmarkId/lists api - [@​MohamedBassem](https://github.com/MohamedBassem) in [`d578038`](https://github.com/karakeep-app/karakeep/commit/d5780388) - fix(api): Document the API for getting lists of a bookmark. fixes [#​2030](https://github.com/karakeep-app/karakeep/issues/2030) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`7f138b9`](https://github.com/karakeep-app/karakeep/commit/7f138b99) - feat: make list dropdown searchable in Manage Lists modal ([#​2029](https://github.com/karakeep-app/karakeep/issues/2029)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`87053d2`](https://github.com/karakeep-app/karakeep/commit/87053d2e) - fix: fix dev script shebang for better compatibility ([#​2019](https://github.com/karakeep-app/karakeep/issues/2019)) - [@​maya-doshi](https://github.com/maya-doshi) in [`dcddda5`](https://github.com/karakeep-app/karakeep/commit/dcddda56) - fix: Correct grammatical errors in prompts ([#​2020](https://github.com/karakeep-app/karakeep/issues/2020)) - [@​atsggx](https://github.com/atsggx) in [`f1e8cea`](https://github.com/karakeep-app/karakeep/commit/f1e8cea2) - docs: Add karakeep-sync to community projects ([#​1994](https://github.com/karakeep-app/karakeep/issues/1994)) - [@​sidoshi](https://github.com/sidoshi) in [`36ffbdf`](https://github.com/karakeep-app/karakeep/commit/36ffbdf8) - fix: round feed refresh hour for idempotency ([#​2013](https://github.com/karakeep-app/karakeep/issues/2013)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`bae8386`](https://github.com/karakeep-app/karakeep/commit/bae8386d) - fix: fix show no bookmark page when there isn't search results - [@​MohamedBassem](https://github.com/MohamedBassem) in [`57d731b`](https://github.com/karakeep-app/karakeep/commit/57d731ba) - fix: Disable idempotency keys for search - [@​MohamedBassem](https://github.com/MohamedBassem) in [`b6867be`](https://github.com/karakeep-app/karakeep/commit/b6867be4) - feat: Restate-based queue plugin ([#​2011](https://github.com/karakeep-app/karakeep/issues/2011)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`74a1f7b`](https://github.com/karakeep-app/karakeep/commit/74a1f7b6) - feat: Revamp import experience ([#​2001](https://github.com/karakeep-app/karakeep/issues/2001)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`4a580d7`](https://github.com/karakeep-app/karakeep/commit/4a580d71) - docs: Add doc updates for prometheus metrics ([#​1957](https://github.com/karakeep-app/karakeep/issues/1957)) - [@​claytono](https://github.com/claytono) in [`5e331a7`](https://github.com/karakeep-app/karakeep/commit/5e331a7d) - fix: fix public list sharing for empty lists ([#​1990](https://github.com/karakeep-app/karakeep/issues/1990)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`7df6d94`](https://github.com/karakeep-app/karakeep/commit/7df6d942) - feat: recursive list delete ([#​1989](https://github.com/karakeep-app/karakeep/issues/1989)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`7d0b414`](https://github.com/karakeep-app/karakeep/commit/7d0b414f) - feat: use jpegs for screenshots instead of pngs - [@​MohamedBassem](https://github.com/MohamedBassem) in [`ed1f24f`](https://github.com/karakeep-app/karakeep/commit/ed1f24f2) - feat: Stop downloading video/audio in playwright - [@​MohamedBassem](https://github.com/MohamedBassem) in [`37845f9`](https://github.com/karakeep-app/karakeep/commit/37845f99) - fix: Abort dangling processing when crawler is aborted ([#​1988](https://github.com/karakeep-app/karakeep/issues/1988)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`9eecda1`](https://github.com/karakeep-app/karakeep/commit/9eecda18) - fix: Cleanup temp assets on monolith timeout - [@​MohamedBassem](https://github.com/MohamedBassem) in [`8dd84ef`](https://github.com/karakeep-app/karakeep/commit/8dd84ef5) - chore: Silence lint on <a> and <img> tags when it's intentional - [@​MohamedBassem](https://github.com/MohamedBassem) in [`cdbedf6`](https://github.com/karakeep-app/karakeep/commit/cdbedf6c) - fix: dont re-enqueue indexing for a bookmark already pending indexing - [@​MohamedBassem](https://github.com/MohamedBassem) in [`e395ac2`](https://github.com/karakeep-app/karakeep/commit/e395ac27) - feat: Add tag search and pagination ([#​1987](https://github.com/karakeep-app/karakeep/issues/1987)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`62f7d90`](https://github.com/karakeep-app/karakeep/commit/62f7d900) - fix: optimize memory usage of tag listing - [@​MohamedBassem](https://github.com/MohamedBassem) in [`9fe09bf`](https://github.com/karakeep-app/karakeep/commit/9fe09bfa) - deps: Upgrade oxlint to 1.16 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`bbc5e6c`](https://github.com/karakeep-app/karakeep/commit/bbc5e6c2) - fix: fix bundling liteque in the workers - [@​MohamedBassem](https://github.com/MohamedBassem) in [`851d3e2`](https://github.com/karakeep-app/karakeep/commit/851d3e29) - refactor: Move callsites to liteque to be behind a plugin - [@​MohamedBassem](https://github.com/MohamedBassem) in [`8d32055`](https://github.com/karakeep-app/karakeep/commit/8d320554) - fix(dev): worker not started properly in helper start script ([#​1946](https://github.com/karakeep-app/karakeep/issues/1946)) - [@​xuatz](https://github.com/xuatz) in [`6ba61b4`](https://github.com/karakeep-app/karakeep/commit/6ba61b46) - feat: Regen api keys - [@​MohamedBassem](https://github.com/MohamedBassem) in [`7671f4f`](https://github.com/karakeep-app/karakeep/commit/7671f4ff) - release(cli): Bump CLI version to 0.27.1 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`69ef2ff`](https://github.com/karakeep-app/karakeep/commit/69ef2ffe) - feat(cli): Give more targetting options for dump/migrate/wipe - [@​MohamedBassem](https://github.com/MohamedBassem) in [`6501f69`](https://github.com/karakeep-app/karakeep/commit/6501f69a) - release(cli): Bump CLI version to 0.27.0 - [@​MohamedBassem](https://github.com/MohamedBassem) in [`0700aab`](https://github.com/karakeep-app/karakeep/commit/0700aab8) - feat(cli): Implement a full account dump archive - [@​MohamedBassem](https://github.com/MohamedBassem) in [`b9a8ca2`](https://github.com/karakeep-app/karakeep/commit/b9a8ca29) - feat(cli): Implement a wipe command in the CLI - [@​MohamedBassem](https://github.com/MohamedBassem) in [`bc0e746`](https://github.com/karakeep-app/karakeep/commit/bc0e7461) - feat: Add scripts to migrate all content from one server to the other - [@​MohamedBassem](https://github.com/MohamedBassem) in [`783f72c`](https://github.com/karakeep-app/karakeep/commit/783f72cb) - fix(web): Handle user deletion more gracefully - [@​MohamedBassem](https://github.com/MohamedBassem) in [`92e357f`](https://github.com/karakeep-app/karakeep/commit/92e357f1) - feat: A better looking catch all error boundary - [@​MohamedBassem](https://github.com/MohamedBassem) in [`d53b282`](https://github.com/karakeep-app/karakeep/commit/d53b2826) - fix(web): fix error when attempting to merge tags. fixes [#​1938](https://github.com/karakeep-app/karakeep/issues/1938) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`d173b10`](https://github.com/karakeep-app/karakeep/commit/d173b101) - feat: Add Create Tag button to tags page ([#​1942](https://github.com/karakeep-app/karakeep/issues/1942)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`820b7e6`](https://github.com/karakeep-app/karakeep/commit/820b7e65) - chore: fix claude code action - [@​MohamedBassem](https://github.com/MohamedBassem) in [`c2dcb9d`](https://github.com/karakeep-app/karakeep/commit/c2dcb9dc) - refactor: strongly type the search plugin interface - [@​MohamedBassem](https://github.com/MohamedBassem) in [`bf5bf99`](https://github.com/karakeep-app/karakeep/commit/bf5bf996) - feat(search): add title search qualifier ([#​1940](https://github.com/karakeep-app/karakeep/issues/1940)) - [@​MohamedBassem](https://github.com/MohamedBassem) in [`a92ada7`](https://github.com/karakeep-app/karakeep/commit/a92ada77) - feat(extension): add current tab title while saving from extension ([#​1930](https://github.com/karakeep-app/karakeep/issues/1930)) - [@​Abel](https://github.com/Abel) in [`b594ff0`](https://github.com/karakeep-app/karakeep/commit/b594ff09) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2006 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
65543dc56c |
Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.54.01 (#2005)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.51.03` -> `2.54.01` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2005 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
162601e2f3 |
Update ghcr.io/haveagitgat/tdarr Docker tag to v2.54.01 (#2004)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.51.03` -> `2.54.01` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2004 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
d977aba05c |
Update ghcr.io/ferretdb/ferretdb Docker tag to v2.7.0 (#2003)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ferretdb/ferretdb](https://www.ferretdb.com/) ([source](https://github.com/FerretDB/FerretDB)) | minor | `2.5.0` -> `2.7.0` | --- ### Release Notes <details> <summary>FerretDB/FerretDB (ghcr.io/ferretdb/ferretdb)</summary> ### [`v2.7.0`](https://github.com/FerretDB/FerretDB/blob/HEAD/CHANGELOG.md#v270-2025-11-10) [Compare Source](https://github.com/FerretDB/FerretDB/compare/v2.5.0...v2.7.0) (We skipped v2.6.0 to align DocumentDB and FerretDB version numbers.) This version works best with [DocumentDB v0.107.0-ferretdb-2.7.0](https://github.com/FerretDB/documentdb/releases/tag/v0.107.0-ferretdb-2.7.0). ##### Breaking changes There are some changes in our Prometheus metrics and OpenTelemetry traces. Please note that they are [not stable yet](https://docs.ferretdb.io/v2.7/configuration/observability/). ##### What's Changed ##### Basic MCP server This release adds basic MCP server support. Future release will bring additional functionality. ##### Connectivity improvements PostgreSQL connections are now reused, often yielding modest performance gains. ##### New Features 🎉 - Add basic MCP server by [@​chilagrow](https://github.com/chilagrow) in [#​5279](https://github.com/FerretDB/FerretDB/pull/5279) - Implement DataAPI graceful shutdown and add OpenAPI spec endpoint by [@​chilagrow](https://github.com/chilagrow) in [#​5357](https://github.com/FerretDB/FerretDB/pull/5357) - Improve proxy mode observability by [@​AlekSi](https://github.com/AlekSi) in [#​5440](https://github.com/FerretDB/FerretDB/pull/5440) - Add tracing of SQL queries by [@​AlekSi](https://github.com/AlekSi) in [#​5514](https://github.com/FerretDB/FerretDB/pull/5514) ##### Enhancements 🛠 - Add `PostgreSQL` metrics by [@​chilagrow](https://github.com/chilagrow) in [#​5427](https://github.com/FerretDB/FerretDB/pull/5427) - Rename OpenTelemetry spans by [@​AlekSi](https://github.com/AlekSi) in [#​5512](https://github.com/FerretDB/FerretDB/pull/5512) ##### Documentation 📄 - Add blog post on Formio by [@​Fashander](https://github.com/Fashander) in [#​5395](https://github.com/FerretDB/FerretDB/pull/5395) - Document cloud instance deployment and setup by [@​Fashander](https://github.com/Fashander) in [#​5424](https://github.com/FerretDB/FerretDB/pull/5424) - Update content guide by [@​Fashander](https://github.com/Fashander) in [#​5441](https://github.com/FerretDB/FerretDB/pull/5441) - Update compatible apps by [@​Fashander](https://github.com/Fashander) in [#​5442](https://github.com/FerretDB/FerretDB/pull/5442) - Add documentation page stub for MCP server by [@​AlekSi](https://github.com/AlekSi) in [#​5451](https://github.com/FerretDB/FerretDB/pull/5451) - Add FerretDB Cloud blog post by [@​AlekSi](https://github.com/AlekSi) in [#​5461](https://github.com/FerretDB/FerretDB/pull/5461) - Update cloud installation docs by [@​Fashander](https://github.com/Fashander) in [#​5466](https://github.com/FerretDB/FerretDB/pull/5466) ##### Other Changes 🤖 - Use middleware by [@​AlekSi](https://github.com/AlekSi) in [#​5377](https://github.com/FerretDB/FerretDB/pull/5377) - Use generated structs in Data API by [@​noisersup](https://github.com/noisersup) in [#​5382](https://github.com/FerretDB/FerretDB/pull/5382) - Upload YugabyteDB log files by [@​chilagrow](https://github.com/chilagrow) in [#​5401](https://github.com/FerretDB/FerretDB/pull/5401) - Update documentation to point to the next release by [@​AlekSi](https://github.com/AlekSi) in [#​5423](https://github.com/FerretDB/FerretDB/pull/5423) - Bump YugabyteDB to stable version by [@​chilagrow](https://github.com/chilagrow) in [#​5428](https://github.com/FerretDB/FerretDB/pull/5428) - Use QEMU on arm64 for Yugabyte for now by [@​AlekSi](https://github.com/AlekSi) in [#​5429](https://github.com/FerretDB/FerretDB/pull/5429) - Add comments to supervisord config by [@​AlekSi](https://github.com/AlekSi) in [#​5430](https://github.com/FerretDB/FerretDB/pull/5430) - Update DocumentDB by [@​AlekSi](https://github.com/AlekSi) in [#​5431](https://github.com/FerretDB/FerretDB/pull/5431) - Make `Run` wait for all `Handle` calls to finish by [@​AlekSi](https://github.com/AlekSi) in [#​5434](https://github.com/FerretDB/FerretDB/pull/5434) - Tweak `conninfo` by [@​AlekSi](https://github.com/AlekSi) in [#​5435](https://github.com/FerretDB/FerretDB/pull/5435) - Add middleware by [@​AlekSi](https://github.com/AlekSi) in [#​5437](https://github.com/FerretDB/FerretDB/pull/5437) - Update expected PostgreSQL version by [@​AlekSi](https://github.com/AlekSi) in [#​5438](https://github.com/FerretDB/FerretDB/pull/5438) - Avoid hijacking connections from the pool and immediately closing them by [@​chilagrow](https://github.com/chilagrow) in [#​5443](https://github.com/FerretDB/FerretDB/pull/5443) - Remove flaky test by [@​AlekSi](https://github.com/AlekSi) in [#​5444](https://github.com/FerretDB/FerretDB/pull/5444) - Add TODO comment about Debian 13 Trixie by [@​AlekSi](https://github.com/AlekSi) in [#​5450](https://github.com/FerretDB/FerretDB/pull/5450) - Add MCP tools by [@​chilagrow](https://github.com/chilagrow) in [#​5452](https://github.com/FerretDB/FerretDB/pull/5452) - Bump deps by [@​AlekSi](https://github.com/AlekSi) in [#​5455](https://github.com/FerretDB/FerretDB/pull/5455) - Update `wire` dependency by [@​noisersup](https://github.com/noisersup) in [#​5465](https://github.com/FerretDB/FerretDB/pull/5465) - Add helpers for lazy logging by [@​AlekSi](https://github.com/AlekSi) in [#​5467](https://github.com/FerretDB/FerretDB/pull/5467) - Move to `documentdb/documentdb` by [@​AlekSi](https://github.com/AlekSi) in [#​5468](https://github.com/FerretDB/FerretDB/pull/5468) - Update dependencies by [@​AlekSi](https://github.com/AlekSi) in [#​5479](https://github.com/FerretDB/FerretDB/pull/5479) - Add a test for `*documentdb.Conn` finalizing by [@​noisersup](https://github.com/noisersup) in [#​5484](https://github.com/FerretDB/FerretDB/pull/5484) - Finalize PostgreSQL metrics by [@​AlekSi](https://github.com/AlekSi) in [#​5485](https://github.com/FerretDB/FerretDB/pull/5485) - Fix spelling in `.go` files by [@​jsoref](https://github.com/jsoref) in [#​5492](https://github.com/FerretDB/FerretDB/pull/5492) - Fix `CODEOWNERS` grammar by [@​jsoref](https://github.com/jsoref) in [#​5495](https://github.com/FerretDB/FerretDB/pull/5495) - Use Go 1.25.1 by [@​AlekSi](https://github.com/AlekSi) in [#​5508](https://github.com/FerretDB/FerretDB/pull/5508) - Bump deps by [@​AlekSi](https://github.com/AlekSi) in [#​5509](https://github.com/FerretDB/FerretDB/pull/5509) - Minor observability cleanup by [@​AlekSi](https://github.com/AlekSi) in [#​5511](https://github.com/FerretDB/FerretDB/pull/5511) - Bump dependencies by [@​AlekSi](https://github.com/AlekSi) in [#​5519](https://github.com/FerretDB/FerretDB/pull/5519) - Use Go 1.25.3 by [@​AlekSi](https://github.com/AlekSi) in [#​5525](https://github.com/FerretDB/FerretDB/pull/5525) - Skip flaky test for now by [@​AlekSi](https://github.com/AlekSi) in [#​5526](https://github.com/FerretDB/FerretDB/pull/5526) - Use forked lazyerrors by [@​AlekSi](https://github.com/AlekSi) in [#​5527](https://github.com/FerretDB/FerretDB/pull/5527) - Update DocumentDB by [@​AlekSi](https://github.com/AlekSi) in [#​5528](https://github.com/FerretDB/FerretDB/pull/5528) - Use Go 1.25.4 by [@​AlekSi](https://github.com/AlekSi) in [#​5534](https://github.com/FerretDB/FerretDB/pull/5534) - Bump DocumentDB by [@​AlekSi](https://github.com/AlekSi) in [#​5536](https://github.com/FerretDB/FerretDB/pull/5536) - Bump deps by [@​AlekSi](https://github.com/AlekSi) in [#​5537](https://github.com/FerretDB/FerretDB/pull/5537) ##### New Contributors - [@​jsoref](https://github.com/jsoref) made their first contribution in [#​5486](https://github.com/FerretDB/FerretDB/pull/5486) [All closed issues and pull requests](https://github.com/FerretDB/FerretDB/milestone/80?closed=1). [All commits](https://github.com/FerretDB/FerretDB/compare/v2.5.0...v2.7.0). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2003 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
ab93eac1a9 |
Update ghcr.io/autobrr/qui Docker tag to v1.7.0 (#2002)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/qui](https://github.com/autobrr/qui) | minor | `v1.6.1` -> `v1.7.0` | --- ### Release Notes <details> <summary>autobrr/qui (ghcr.io/autobrr/qui)</summary> ### [`v1.7.0`](https://github.com/autobrr/qui/releases/tag/v1.7.0) [Compare Source](https://github.com/autobrr/qui/compare/v1.6.1...v1.7.0) #### Changelog ##### New Features - [`a7e79d8`](https://github.com/autobrr/qui/commit/a7e79d862928c1bf8838b1a30678bdb3844d3315): feat(backups): implement pagination for backup history ([#​559](https://github.com/autobrr/qui/issues/559)) ([@​s0up4200](https://github.com/s0up4200)) - [`9480692`](https://github.com/autobrr/qui/commit/9480692ba3765aa2decbb07ff3f844a85e5d56d7): feat(files): implement caching ([#​499](https://github.com/autobrr/qui/issues/499)) ([@​KyleSanderson](https://github.com/KyleSanderson)) - [`030683a`](https://github.com/autobrr/qui/commit/030683a32d8fd5b25cd6680963b46712038ba330): feat(instances): support user-defined ordering across UI ([#​538](https://github.com/autobrr/qui/issues/538)) ([@​s0up4200](https://github.com/s0up4200)) - [`05f80ba`](https://github.com/autobrr/qui/commit/05f80bab03d033ebe930c6fdf093a8d604cd395e): feat(torrents): add force start action to context menu ([#​543](https://github.com/autobrr/qui/issues/543)) ([@​s0up4200](https://github.com/s0up4200)) - [`371be65`](https://github.com/autobrr/qui/commit/371be657bf6d0c5ed72ac9790b1c868a3c1b8fae): feat(torrents): add progress background to stacked view ([#​562](https://github.com/autobrr/qui/issues/562)) ([@​s0up4200](https://github.com/s0up4200)) - [`0848c42`](https://github.com/autobrr/qui/commit/0848c4200a6d0a7f7600555e005e00aaade96486): feat(torrents): add support for temporary download paths in torrent handling ([#​556](https://github.com/autobrr/qui/issues/556)) ([@​dthinhle](https://github.com/dthinhle)) - [`757fc1f`](https://github.com/autobrr/qui/commit/757fc1f4cc83c769f7c0c9c65835eae3bf0e3293): feat(torrents): enable selective file download ([#​540](https://github.com/autobrr/qui/issues/540)) ([@​s0up4200](https://github.com/s0up4200)) - [`9ac75f0`](https://github.com/autobrr/qui/commit/9ac75f0eaa2aac81b2efafdc7739f6be201324e3): feat(web): Run external applications ([#​542](https://github.com/autobrr/qui/issues/542)) ([@​Audionut](https://github.com/Audionut)) ##### Bug Fixes - [`0ac1bc8`](https://github.com/autobrr/qui/commit/0ac1bc8092cd6718c5d113d4e8e0c37043051a43): fix(cache): add invalidation after file priority changes ([#​561](https://github.com/autobrr/qui/issues/561)) ([@​s0up4200](https://github.com/s0up4200)) - [`8b3eb17`](https://github.com/autobrr/qui/commit/8b3eb174658238b0f7e90328ffa999d8eef5deb8): fix(proxy): skip tracker hydration on lightweight endpoints ([#​509](https://github.com/autobrr/qui/issues/509)) ([@​s0up4200](https://github.com/s0up4200)) - [`f4b576f`](https://github.com/autobrr/qui/commit/f4b576fc8ce3e23cedcb4fa3473c6dcbdd502f37): fix(qbit): refresh capabilities until webapi version loads ([#​536](https://github.com/autobrr/qui/issues/536)) ([@​s0up4200](https://github.com/s0up4200)) - [`0ee891d`](https://github.com/autobrr/qui/commit/0ee891d6f6cec1582838109518ed825c5d37f9ef): fix(qbittorrent): stop tracker hydration from forcing full sync ([#​537](https://github.com/autobrr/qui/issues/537)) ([@​s0up4200](https://github.com/s0up4200)) ##### Other Changes - [`cabff93`](https://github.com/autobrr/qui/commit/cabff93450cc56e0758f62a0d8a5fbb502d49bbc): refactor(torrents): retain sorting when searching ([#​545](https://github.com/autobrr/qui/issues/545)) ([@​nuxencs](https://github.com/nuxencs)) **Full Changelog**: <https://github.com/autobrr/qui/compare/v1.6.1...v1.7.0> #### Docker images - `docker pull ghcr.io/autobrr/qui:v1.7.0` - `docker pull ghcr.io/autobrr/qui:latest` #### What to do next? - Join our [Discord server](https://discord.autobrr.com/qui) Thank you for using qui! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2002 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
8122309736 | Update Helm release rook-ceph-cluster to v1.18.7 (#2036) |