5fd2703732
update port
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m13s
2025-09-18 20:41:40 -05:00
2f4514278d
switch to sentinal
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m21s
2025-09-18 20:31:44 -05:00
234c2c6a42
add redis sentinel
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m8s
2025-09-18 20:25:19 -05:00
277696aa91
Update outlinewiki/outline Docker tag to v0.87.4 ( #1506 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m26s
2025-09-19 01:01:38 +00:00
6e0fcdd6ae
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.6.0 ( #1493 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-09-18 04:49:30 +00:00
935639ef35
Update directus/directus Docker tag to v11.12.0 ( #1489 )
...
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus ) | minor | `11.11.0` -> `11.12.0` |
---
### Release Notes
<details>
<summary>directus/directus (directus/directus)</summary>
### [`v11.12.0`](https://github.com/directus/directus/releases/tag/v11.12.0 )
[Compare Source](https://github.com/directus/directus/compare/v11.11.0...v11.12.0 )
##### ⚠️ Potential Breaking Changes
**Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744 ))**
- Requesting a non-existent version will now return a Forbidden error.
- The `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` fields will now represent the last actual changes, not the promotion metadata.
- **[@​directus/app](https://github.com/directus/app )**
- Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/api](https://github.com/directus/api )**
- Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744 ) by [@​Nitwel](https://github.com/Nitwel ))
##### ✨ New Features & Improvements
- **[@​directus/app](https://github.com/directus/app )**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- Fixed OAuth flow to allow for 2FA setup ([#​25695](https://github.com/directus/directus/pull/25695 ) by [@​robluton](https://github.com/robluton ))
- Added description and primary key copy option to the policy page sidebar ([#​25755](https://github.com/directus/directus/pull/25755 ) by [@​khanahmad4527](https://github.com/khanahmad4527 ))
- **[@​directus/api](https://github.com/directus/api )**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- Fixed OAuth flow to allow for 2FA setup ([#​25695](https://github.com/directus/directus/pull/25695 ) by [@​robluton](https://github.com/robluton ))
- **[@​directus/format-title](https://github.com/directus/format-title )**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/env](https://github.com/directus/env )**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/sdk](https://github.com/directus/sdk )**
- Add MCP support ([#​25578](https://github.com/directus/directus/pull/25578 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
##### 🐛 Bug Fixes & Optimizations
- **[@​directus/app](https://github.com/directus/app )**
- Ensured that custom validation messages are displayed in the drawer ([#​25786](https://github.com/directus/directus/pull/25786 ) by [@​formfcw](https://github.com/formfcw ))
- Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#​25833](https://github.com/directus/directus/pull/25833 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed issue causing incorrect relationships to be used in custom interfaces ([#​25638](https://github.com/directus/directus/pull/25638 ) by [@​robluton](https://github.com/robluton ))
- Ensured that M2M fields in the directus\_files collection use the correct interface ([#​25602](https://github.com/directus/directus/pull/25602 ) by [@​robluton](https://github.com/robluton ))
- **[@​directus/api](https://github.com/directus/api )**
- Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613 ) by [@​dependabot](https://github.com/dependabot ))
- Added activity tracking for user suspension due to failed login attempts ([#​25836](https://github.com/directus/directus/pull/25836 ) by [@​gaetansenn](https://github.com/gaetansenn ))
- Fixed constraint errors not being propagated in MSSQL ([#​25801](https://github.com/directus/directus/pull/25801 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/utils](https://github.com/directus/utils )**
- Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613 ) by [@​dependabot](https://github.com/dependabot ))
- Upgraded tmp dependency from 0.2.4 to 0.2.5 ([#​25670](https://github.com/directus/directus/pull/25670 ) by [@​dependabot](https://github.com/dependabot ))
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/validation](https://github.com/directus/validation )**
- Upgraded joi dependency from 17.13.3 to 18.0.0 ([#​25613](https://github.com/directus/directus/pull/25613 ) by [@​dependabot](https://github.com/dependabot ))
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/types](https://github.com/directus/types )**
- Fixed `USER_CREATED`, `USER_UPDATED`, `DATE_CREATED`, and `DATE_UPDATED` values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ([#​25744](https://github.com/directus/directus/pull/25744 ) by [@​Nitwel](https://github.com/Nitwel ))
- Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded ([#​25833](https://github.com/directus/directus/pull/25833 ) by [@​formfcw](https://github.com/formfcw ))
- **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/extensions-registry](https://github.com/directus/extensions-registry )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3 )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/schema-builder](https://github.com/directus/schema-builder )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/format-title](https://github.com/directus/format-title )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/update-check](https://github.com/directus/update-check )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/composables](https://github.com/directus/composables )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/extensions](https://github.com/directus/extensions )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/constants](https://github.com/directus/constants )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/pressure](https://github.com/directus/pressure )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/storage](https://github.com/directus/storage )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/errors](https://github.com/directus/errors )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/memory](https://github.com/directus/memory )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/schema](https://github.com/directus/schema )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/stores](https://github.com/directus/stores )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/env](https://github.com/directus/env )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
- **[@​directus/sdk](https://github.com/directus/sdk )**
- Replaced tsup with tsdown ([#​25750](https://github.com/directus/directus/pull/25750 ) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding ))
##### 📦 Published Versions
- `@directus/app@14.0.0`
- `@directus/api@31.0.0`
- `@directus/composables@11.2.3`
- `@directus/constants@13.0.3`
- `create-directus-extension@11.0.19`
- `@directus/env@5.2.0`
- `@directus/errors@2.0.4`
- `@directus/extensions@3.0.11`
- `@directus/extensions-registry@3.0.11`
- `@directus/extensions-sdk@16.0.2`
- `@directus/format-title@12.1.0`
- `@directus/memory@3.0.9`
- `@directus/pressure@3.0.9`
- `@directus/schema@13.0.3`
- `@directus/schema-builder@0.0.6`
- `@directus/storage@12.0.2`
- `@directus/storage-driver-azure@12.0.9`
- `@directus/storage-driver-cloudinary@12.0.9`
- `@directus/storage-driver-gcs@12.0.9`
- `@directus/storage-driver-local@12.0.2`
- `@directus/storage-driver-s3@​12.0.9`
- `@directus/storage-driver-supabase@3.0.9`
- `@directus/stores@1.0.4`
- `@directus/system-data@3.3.0`
- `@directus/themes@1.1.5`
- `@directus/types@13.2.3`
- `@directus/update-check@13.0.3`
- `@directus/utils@13.0.10`
- `@directus/validation@2.0.9`
- `@directus/sdk@20.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTE2LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1489
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-18 03:42:53 +00:00
fa1ed41bce
change device
lint-test-helm / helm-lint (push) Failing after 8s
renovate / renovate (push) Successful in 3m14s
2025-09-17 18:39:04 -05:00
6479262f0e
Update Helm release app-template to v4.3.0 ( #1465 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m11s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.2.0` -> `4.3.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.3.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.3.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.2.0...app-template-4.3.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.3.0
- [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
- [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1465
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-17 21:47:25 +00:00
306e89c673
Update vectorim/element-web Docker tag to v1.11.112 ( #1482 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m55s
2025-09-17 13:03:10 +00:00
b431ca1d34
Update ghcr.io/linuxserver/prowlarr:2.0.5 Docker digest to 856c93b ( #1479 )
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 2m43s
2025-09-17 04:04:30 +00:00
83e742870b
Update ghcr.io/linuxserver/lidarr:2.13.3 Docker digest to a655901 ( #1477 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-09-17 03:02:24 +00:00
cb82eac0b1
Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to e1f05f6
( #1474 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-09-16 22:02:05 +00:00
abb4d874d7
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to a709fc5 ( #1469 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-09-16 17:02:40 +00:00
d7fd0e8a8d
Update ghcr.io/linuxserver/code-server Docker tag to v4.104.0 ( #1464 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m57s
2025-09-16 00:06:29 +00:00
19bac03f12
Update ghcr.io/linuxserver/plex:1.42.1 Docker digest to 3380d89 ( #1461 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 4m14s
2025-09-15 10:03:40 +00:00
41fbf51c84
Update ghcr.io/linuxserver/radarr:5.27.5 Docker digest to 19474a6 ( #1460 )
lint-test-helm / helm-lint (push) Successful in 22s
renovate / renovate (push) Successful in 3m33s
2025-09-14 18:02:20 +00:00
077cf69d3f
Update searxng/searxng:latest Docker digest to 9c071b8 ( #1455 )
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 1m54s
2025-09-14 09:02:17 +00:00
53b5fd00d5
Update ghcr.io/linuxserver/code-server:4.103.2 Docker digest to 607bdd3 ( #1452 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m35s
2025-09-13 21:02:02 +00:00
cae2a36850
Update ghcr.io/karakeep-app/karakeep Docker tag to v0.27.1 ( #1451 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m2s
2025-09-13 20:01:56 +00:00
6dcdadc4c1
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.9.3 ( #1447 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-09-13 14:02:06 +00:00
ab78bb0691
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.9.2 ( #1444 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m54s
2025-09-12 22:02:12 +00:00
5582cf02e0
Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to 08339ef ( #1441 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m3s
2025-09-12 11:02:15 +00:00
4f8f6847a8
Update searxng/searxng:latest Docker digest to 5d5db78 ( #1440 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m14s
2025-09-12 10:02:09 +00:00
bcd1c02224
Update searxng/searxng:latest Docker digest to 7e1f83a ( #1439 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m3s
2025-09-12 09:02:13 +00:00
6a6b1d539d
Update ghcr.io/sarperavci/cloudflarebypassforscraping:latest Docker digest to 6dad10e ( #1437 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m15s
2025-09-11 23:01:34 +00:00
85eabd44d8
downgrade
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m56s
2025-09-11 12:38:31 -05:00
6e7103db14
enable backup
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m1s
2025-09-11 12:33:57 -05:00
3f245874ac
change index
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-09-11 12:33:00 -05:00
ee6a0103d0
upgrade
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-09-11 12:24:44 -05:00
2ae82f54cc
Update Helm release element-web to v1.4.19 ( #1429 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 3m39s
2025-09-11 13:03:12 +00:00
9acaa58821
Update vectorim/element-web Docker tag to v1.11.111 ( #1428 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 3m51s
2025-09-11 10:03:52 +00:00
4fbc78a02a
Update searxng/searxng:latest Docker digest to 3bf5b1c ( #1426 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m35s
2025-09-11 05:01:59 +00:00
21d4d14ae7
Update searxng/searxng:latest Docker digest to abd43b1 ( #1419 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m43s
2025-09-10 14:03:15 +00:00
82bbdafcca
Update ghcr.io/linuxserver/bazarr:1.5.2 Docker digest to fed1656 ( #1414 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m43s
2025-09-09 22:01:04 +00:00
5116cc6e50
Update searxng/searxng:latest Docker digest to 4a135e0 ( #1413 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m35s
2025-09-09 20:01:40 +00:00
30af7237a7
Update Helm release meilisearch to v0.17.1 ( #1411 )
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Has been cancelled
2025-09-09 19:01:44 +00:00
249af757c1
Update searxng/searxng:latest Docker digest to bc51a35 ( #1410 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-09-09 19:01:36 +00:00
90f2e3a16f
reduce retention
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 3m41s
2025-09-09 11:01:53 -05:00
8baf604e21
Update searxng/searxng:latest Docker digest to 89cfeb7 ( #1407 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m25s
2025-09-09 15:49:09 +00:00
0e61702bb9
increment index
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m47s
2025-09-09 10:35:03 -05:00
e11001b42f
expand size
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m46s
2025-09-09 10:15:29 -05:00
0e67602687
Update searxng/searxng:latest Docker digest to 5003b3c ( #1404 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-09-09 15:05:24 +00:00
34297dc543
Update ghcr.io/tautulli/tautulli Docker tag to v2.16.0 ( #1403 )
...
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 5m9s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/tautulli/tautulli](https://github.com/Tautulli/Tautulli ) | minor | `v2.15.3` -> `v2.16.0` |
---
### Release Notes
<details>
<summary>Tautulli/Tautulli (ghcr.io/tautulli/tautulli)</summary>
### [`v2.16.0`](https://github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2160-2025-09-08 )
[Compare Source](https://github.com/Tautulli/Tautulli/compare/v2.15.3...v2.16.0 )
- Important Note!
- Several security vulnerabilities have been identified in Tautulli versions <=2.15.3 (CVE-2025-58760, CVE-2025-58761, CVE-2025-58762, CVE-2025-58763). Users are strongly encouraged to update to the latest Tautulli version 2.16.x. (Thanks [@​d-xuan](https://github.com/d-xuan ))
- UI:
- Fix: Update poster click-through overlay to new Plex logo. ([#​2584](https://github.com/Tautulli/Tautulli/issues/2584 )) (Thanks [@​TheMeanCanEHdian](https://github.com/TheMeanCanEHdian ))
- Other:
- Fix: Race condition in image cache directory creation ([#​2580](https://github.com/Tautulli/Tautulli/issues/2580 )) (Thanks [@​keithah](https://github.com/keithah ))
- Fix: Validate image path in /image and /pms\_image\_proxy endpoints.
- Fix: Validate image format in /pms\_image\_proxy endpoint.
- Fix: Don't run git command with shell.
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1403
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-09 04:40:26 +00:00
4d84f00b67
Update ghcr.io/karakeep-app/karakeep Docker tag to v0.27.0 ( #1400 )
...
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m53s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/karakeep-app/karakeep](https://github.com/karakeep-app/karakeep ) | minor | `0.26.0` -> `0.27.0` |
---
### Release Notes
<details>
<summary>karakeep-app/karakeep (ghcr.io/karakeep-app/karakeep)</summary>
### [`v0.27.0`](https://github.com/karakeep-app/karakeep/releases/tag/v0.27.0 ): 0.27.0
[Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.26.0...v0.27.0 )
### 0.27.0
Welcome to the 0.27.0 release of Karakeep! This release brings website-aware previews, cookies support, redesigned background jobs page, and a lot of fixes and cleanups that accumulated over the past 1.5 months. Huge thanks to our contributors in this release:
[@​ahmed-abdelkarim](https://github.com/ahmed-abdelkarim ), [@​qixing-jk](https://github.com/qixing-jk ), [@​youenchene](https://github.com/youenchene ), [@​Drashi](https://github.com/Drashi ), [@​thiswillbeyourgithub](https://github.com/thiswillbeyourgithub ), [@​xuatz](https://github.com/xuatz ), [@​haappi](https://github.com/haappi ), [@​CrazyWolf13](https://github.com/CrazyWolf13 ), [@​landonepps](https://github.com/landonepps ), [@​dvdpearson](https://github.com/dvdpearson ), [@​vivienbcr](https://github.com/vivienbcr ), [@​yinan-c](https://github.com/yinan-c ), [@​packetmonkey](https://github.com/packetmonkey ), [@​liCells](https://github.com/liCells ) and
everyone who reported issues and tested changes!
> 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 from the last release, 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 🚀
- \[Experimental] Karakeep now detects specific websites and renders a customized cards for them. We're starting with 4 special renders (and are accepting contributions for more):
- X (twitter): Now shows a tweet embed by default.
- Amazon: A card that shows the product.
- Youtube: Renders a youtube embed (i.e. a player) by default.
- Tiktok: Renders a tiktok embed (i.e. a player) by default.
- If you want to see more websites supported, don't hesitate to send PRs. This is meant to evolve into karakeep understanding the different bookmark types (e.g. products, articles, etc) and showing more specialized cards for each type.
- Background Jobs page got a complete redesign to better explain the different jobs ([#​1551](https://github.com/karakeep-app/karakeep/issues/1551 ))
- Cookie support for crawling login-protected sites ([#​1664](https://github.com/karakeep-app/karakeep/issues/1664 ) by [@​liCells](https://github.com/liCells ))
- You can now pass a list of cookies for karakeep to use while crawling to access session-protected websites. Checkout the documentation of `BROWSER_COOKIE_PATH` [here](https://docs.karakeep.app/configuration ).
- **Note:** This is an advanced feature. Cookies are extremely sensitive. Make sure you're handling them carefully. Also note that the cookies that you set are going to be shared with all the users in your instance. [SingleFile](https://docs.karakeep.app/Guides/singlefile ) remains the recommended way for accessing login-protected websites.
- GIF asset support ([#​1876](https://github.com/karakeep-app/karakeep/issues/1876 ) by [@​Drashi](https://github.com/Drashi ))
- Updated default chrome container to v124, make sure to update yours as well.
### UX Improvements ✨
- Browser Extension:
- Theme selection and theme-adapting icon support ([#​1894](https://github.com/karakeep-app/karakeep/issues/1894 ) by [@​qixing-jk](https://github.com/qixing-jk ))
- Constrain height of list and tag selectors to prevent viewport overflow ([#​1895](https://github.com/karakeep-app/karakeep/issues/1895 ) by [@​qixing-jk](https://github.com/qixing-jk ))
- Both will come in the next extension release (aka soon).
- Mobile:
- Various mobile theme fixes ([#​1872](https://github.com/karakeep-app/karakeep/issues/1872 ))
- Edit menu item on bookmark card
- Add context aware sharing button in mobile app ([#​1785](https://github.com/karakeep-app/karakeep/issues/1785 ) by [@​xuatz](https://github.com/xuatz ))
- Delete button and creation dates on info page
- Render author, publisher, and publish date in bookmark view
- Configurable number of grid columns in the bookmark grid ([#​1713](https://github.com/karakeep-app/karakeep/issues/1713 ))
- Show loading indicator while the karakeep export is being generated ([#​1787](https://github.com/karakeep-app/karakeep/issues/1787 )/[#​1870](https://github.com/karakeep-app/karakeep/issues/1870 ) by [@​ahmed-abdelkarim](https://github.com/ahmed-abdelkarim ))
- Hide AI settings tab if inference isn’t configured ([#​1781](https://github.com/karakeep-app/karakeep/issues/1781 ))
- Render human tags before AI tags ([#​1740](https://github.com/karakeep-app/karakeep/issues/1740 ) by [@​haappi](https://github.com/haappi ))
- Preserve selected bookmark preview section in link preview via query params
- Hide bookmark actions from the navbar when no bookmark grid is shown
- Dark mode titles fixed for public lists
- Render AI summary in Markdown ([#​1869](https://github.com/karakeep-app/karakeep/issues/1869 ) by [@​youenchene](https://github.com/youenchene ))
- Bookmark skeleton while search results are loading
### Fixes 🔧
- **\[Security]** CSP policies on asset-serving paths
- Fixes potential self-XSS on user uploaded assets.
- Check the security advisory [here](https://github.com/karakeep-app/karakeep/security/advisories/GHSA-7cj2-fr83-g2wj ).
- Special thanks to [@​Skelmis](https://github.com/Skelmis ) for the disclosure!
- Speed improvements:
- Avoid prefetching assets and tags which should make the tags page loading smoother
- Fixed a big (accidental) performance bottleneck in the API endpoints caused by API key validation. Re-login in your mobile app (and regenerate your API keys if you use any) for a significantly noticeable speed improvement.
- Queue DB respects configured WAL mode
- This fixes issues of slow imports and frequent locked databases
- Enabling WAL is highly advisable
- fix search query getting rest when bookmark preview is closed
- Handle lists with slashes during imports and truncate long list names for more resilient imports
- Don’t mark inference job as failed when content is missing ([#​1666](https://github.com/karakeep-app/karakeep/issues/1666 ))
- fix WebView deceleration rate on iOS ([#​1835](https://github.com/karakeep-app/karakeep/issues/1835 ) by [@​landonepps](https://github.com/landonepps ))
- Fix PDF detection when Content-Type includes charset ([#​1677](https://github.com/karakeep-app/karakeep/issues/1677 ))
- Rule engine: deleting an action now doesn't auto-save ([#​1858](https://github.com/karakeep-app/karakeep/issues/1858 ))
- Fix feed worker to use proxy when it's configured
- Web UI will poll for longer (incrementally) as bookmarks are being fetched.
- Fixed an issue with using SingleFile with S3 caused by unaccepted chars in filenames ([#​1765](https://github.com/karakeep-app/karakeep/issues/1765 ))
- fix admin API route to be under /v1
- fixed assets incorrectly marked as pending summarization
- Add max output tokens env variable to control the max allowed number of tokens returned by the LLM (to control the costs).
### For Developers 🛠️
- Prometheus:
- Workers now also export prometheus metrics. You need to enable the metrics endpoint and the port to crawl them.
- Trpc latency was switched to histograms
- `karakeep_` prefix was added to all exported metrics (by [@​CrazyWolf13](https://github.com/CrazyWolf13 )), you'll need to update your dashboards.
- Enable/disable specific workers via env variables
- You can now upload video attachments to bookmarks from the API ([#​1847](https://github.com/karakeep-app/karakeep/issues/1847 ) by [@​packetmonkey](https://github.com/packetmonkey ))
### 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, upgrade the version and then run `docker compose pull && docker compose up -d`.
Also upgrade your `chrome` container to `124` if you have it pinned.
### All Commits
- i18n: Sync weblate translations - Weblate in [`d06c85d`](https://github.com/karakeep-app/karakeep/commit/d06c85df )
- fix: fix tag flicker caused by tag sorting - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`d623abd`](https://github.com/karakeep-app/karakeep/commit/d623abd2 )
- chore: Update the agent files - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8e95dae`](https://github.com/karakeep-app/karakeep/commit/8e95dae3 )
- feat: Show loading indicator while file is being generated [#​1787](https://github.com/karakeep-app/karakeep/issues/1787 ) ([#​1870](https://github.com/karakeep-app/karakeep/issues/1870 )) - [@​Ahmed-Abdel-karim](https://github.com/Ahmed-Abdel-karim ) in [`9aa609e`](https://github.com/karakeep-app/karakeep/commit/9aa609e8 )
- feat: Add cookie support for browser page access - [@​liCells](https://github.com/liCells ) in [`c57fd51`](https://github.com/karakeep-app/karakeep/commit/c57fd513 )
- feat(workers): add worker enable/disable lists ([#​1885](https://github.com/karakeep-app/karakeep/issues/1885 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`492b152`](https://github.com/karakeep-app/karakeep/commit/492b1520 )
- fix(extension): constrain height to prevent viewport overflow ([#​1580](https://github.com/karakeep-app/karakeep/issues/1580 )) ([#​1895](https://github.com/karakeep-app/karakeep/issues/1895 )) - [@​qixing-jk](https://github.com/qixing-jk ) in [`4cc8624`](https://github.com/karakeep-app/karakeep/commit/4cc86240 )
- feat(extension): Add theme and dynamic icon support ([#​1894](https://github.com/karakeep-app/karakeep/issues/1894 )) - [@​qixing-jk](https://github.com/qixing-jk ) in [`44bc838`](https://github.com/karakeep-app/karakeep/commit/44bc838f )
- deps: Upgrade the extension deps - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`4362663`](https://github.com/karakeep-app/karakeep/commit/4362663d )
- fix: fix assets being marked as pending summarization - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`14db7ae`](https://github.com/karakeep-app/karakeep/commit/14db7aef )
- readme: Add floccus support to readme and docs - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`67c394e`](https://github.com/karakeep-app/karakeep/commit/67c394ef )
- docs: readme mentions importers + enhancements ([#​1448](https://github.com/karakeep-app/karakeep/issues/1448 )) - [@​thiswillbeyourgithub](https://github.com/thiswillbeyourgithub ) in [`1976c53`](https://github.com/karakeep-app/karakeep/commit/1976c537 )
- feat(web): render AI summary in markdown ([#​1869](https://github.com/karakeep-app/karakeep/issues/1869 )) - [@​youenchene](https://github.com/youenchene ) in [`9dd93f8`](https://github.com/karakeep-app/karakeep/commit/9dd93f84 )
- feat: add gif asset type support ([#​1876](https://github.com/karakeep-app/karakeep/issues/1876 )) - [@​Drashi](https://github.com/Drashi ) in [`0994814`](https://github.com/karakeep-app/karakeep/commit/09948144 )
- fix: don't mark inferenace job as failed when there's no content. fixes [#​1666](https://github.com/karakeep-app/karakeep/issues/1666 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5f87054`](https://github.com/karakeep-app/karakeep/commit/5f870549 )
- fix: fix pdf detection when the header contains charset. fix: [#​1677](https://github.com/karakeep-app/karakeep/issues/1677 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`517e0c1`](https://github.com/karakeep-app/karakeep/commit/517e0c10 )
- fix(web): Fix deleting the action in the rule engine auto saves. fixes [#​1858](https://github.com/karakeep-app/karakeep/issues/1858 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`03f10c7`](https://github.com/karakeep-app/karakeep/commit/03f10c75 )
- fix: Fix feed worker to fetch feeds with proxy - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`03f7cc1`](https://github.com/karakeep-app/karakeep/commit/03f7cc14 )
- fix: Change the inferance working logging when disabled to be a debug log level - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`767c083`](https://github.com/karakeep-app/karakeep/commit/767c083c )
- fix: Dont attempt to fetch rss if the user if out of quota - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a0dd73f`](https://github.com/karakeep-app/karakeep/commit/a0dd73f5 )
- refactor: Extract quota logic into its own class - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`3760d23`](https://github.com/karakeep-app/karakeep/commit/3760d23a )
- fix: Reduce polling interval on meilisearch tasks - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`fcfe6a5`](https://github.com/karakeep-app/karakeep/commit/fcfe6a53 )
- fix: Don't enqueue video tasks when video downlaod is disabled - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`80a1023`](https://github.com/karakeep-app/karakeep/commit/80a10231 )
- fix(landing): fixed typo in FAQ ([#​1893](https://github.com/karakeep-app/karakeep/issues/1893 )) - [@​midhun3301](https://github.com/midhun3301 ) in [`473845a`](https://github.com/karakeep-app/karakeep/commit/473845a7 )
- fix: Incremental polling interval for ongoing crawls - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`18c1d15`](https://github.com/karakeep-app/karakeep/commit/18c1d15e )
- refactor: Move highlights object into models - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ac4e4fa`](https://github.com/karakeep-app/karakeep/commit/ac4e4fab )
- refactor: Move feed object into models - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`15efda6`](https://github.com/karakeep-app/karakeep/commit/15efda6d )
- release(mobile): Bump mobile version to 1.8.0 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ce9a006`](https://github.com/karakeep-app/karakeep/commit/ce9a006a )
- fix(mobile): Use uncontrolled inputs for signin page - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`c706469`](https://github.com/karakeep-app/karakeep/commit/c7064692 )
- feat(mobile): Add a default server address during signin - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`1a4e88a`](https://github.com/karakeep-app/karakeep/commit/1a4e88a6 )
- deps: Drop ronionoss icons - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`e7c9f39`](https://github.com/karakeep-app/karakeep/commit/e7c9f392 )
- fix(mobile): Fix text bookmark editor - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`be7311a`](https://github.com/karakeep-app/karakeep/commit/be7311a7 )
- fix(mobile): Disable the save button when bookmark is being saved - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`1e0cce7`](https://github.com/karakeep-app/karakeep/commit/1e0cce7e )
- fix(docs): typo: Optaining -> Obtaining in 09-command-line.md ([#​1850](https://github.com/karakeep-app/karakeep/issues/1850 )) - [@​yinan-c](https://github.com/yinan-c ) in [`50d426f`](https://github.com/karakeep-app/karakeep/commit/50d426f7 )
- doc: clarify that groups can't be negated ([#​1881](https://github.com/karakeep-app/karakeep/issues/1881 )) - [@​thiswillbeyourgithub](https://github.com/thiswillbeyourgithub ) in [`d455c70`](https://github.com/karakeep-app/karakeep/commit/d455c704 )
- fix: show login button in the landing page on mobile - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2f6fe4f`](https://github.com/karakeep-app/karakeep/commit/2f6fe4f7 )
- fix: fix long worker log lines when downloading base64 images - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f17ca24`](https://github.com/karakeep-app/karakeep/commit/f17ca243 )
- fix: Respect wal mode for the queue db - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`be2646e`](https://github.com/karakeep-app/karakeep/commit/be2646ec )
- fix: handle list with slashes in their names and truncate long list names. fixes [#​1597](https://github.com/karakeep-app/karakeep/issues/1597 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`aecbe6a`](https://github.com/karakeep-app/karakeep/commit/aecbe6ae )
- fix: fix move the admin route to the /v1 prefix - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f196182`](https://github.com/karakeep-app/karakeep/commit/f1961822 )
- feat: Add a bookmark skeleton for search - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f1509fc`](https://github.com/karakeep-app/karakeep/commit/f1509fc5 )
- feat(mobile): Retheme the mobile app ([#​1872](https://github.com/karakeep-app/karakeep/issues/1872 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ed86f7e`](https://github.com/karakeep-app/karakeep/commit/ed86f7ef )
- fix(mobile): Fix crash in android webview - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ec56ea3`](https://github.com/karakeep-app/karakeep/commit/ec56ea33 )
- feat(mobile): Add edit menu item to bookmark card - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`eb54bf4`](https://github.com/karakeep-app/karakeep/commit/eb54bf44 )
- fix(mobile): Change the icon of the share button - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5d502f5`](https://github.com/karakeep-app/karakeep/commit/5d502f51 )
- feat: Add delete button and creation dates to mobile info page - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`b927574`](https://github.com/karakeep-app/karakeep/commit/b927574b )
- u18n: Update french translation.json ([#​1866](https://github.com/karakeep-app/karakeep/issues/1866 )) - [@​vivienbcr](https://github.com/vivienbcr ) in [`9e3ea20`](https://github.com/karakeep-app/karakeep/commit/9e3ea20c )
- fix: fix nextjs warning about dialog without title in bookmark preview - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8f8ce16`](https://github.com/karakeep-app/karakeep/commit/8f8ce164 )
- fix(web): fix query getting rest when bookmark preview is closed. fixes [#​1521](https://github.com/karakeep-app/karakeep/issues/1521 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`cf06bbb`](https://github.com/karakeep-app/karakeep/commit/cf06bbb2 )
- fix(web): Fix hydration errors in add api key page - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`9df0f44`](https://github.com/karakeep-app/karakeep/commit/9df0f441 )
- fix: preserve selected section in link preview in query params - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`6dde9f2`](https://github.com/karakeep-app/karakeep/commit/6dde9f20 )
- fix: Hide bookmark global actions when there's no bookmark grid shown - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8c20524`](https://github.com/karakeep-app/karakeep/commit/8c205249 )
- fix(security): Add CSP policies on asset serving path - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a4b2fc7`](https://github.com/karakeep-app/karakeep/commit/a4b2fc7c )
- fix: Dont attempt to remove uploaded tmp file if it's already removed - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`096af7e`](https://github.com/karakeep-app/karakeep/commit/096af7ef )
- fix: Sanitize uploaded file names. [#​1765](https://github.com/karakeep-app/karakeep/issues/1765 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`39a650f`](https://github.com/karakeep-app/karakeep/commit/39a650f6 )
- deps: Upgrade oxlint to 1.12 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`3ed8af5`](https://github.com/karakeep-app/karakeep/commit/3ed8af56 )
- fix: dangling assets created by changing crawling config - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`940550b`](https://github.com/karakeep-app/karakeep/commit/940550b9 )
- fix(workers): Drop the withTimeout wrappers - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`3ab31c2`](https://github.com/karakeep-app/karakeep/commit/3ab31c29 )
- feat: Export prometheus metrics from the workers - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`52d018c`](https://github.com/karakeep-app/karakeep/commit/52d018c8 )
- fix: Remove dev indicator config from nextjs config - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`9d6b0ef`](https://github.com/karakeep-app/karakeep/commit/9d6b0ef2 )
- feat: generate a random prometheus token on startup - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a64307e`](https://github.com/karakeep-app/karakeep/commit/a64307e8 )
- feat: Support video uploads and attachments ([#​1847](https://github.com/karakeep-app/karakeep/issues/1847 )) - [@​packetmonkey](https://github.com/packetmonkey ) in [`f1662b8`](https://github.com/karakeep-app/karakeep/commit/f1662b82 )
- fix(web): Fix dark mode titles for public lists - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`7bdc8b2`](https://github.com/karakeep-app/karakeep/commit/7bdc8b2c )
- feat: Add confirmations to background job actions - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f620dc6`](https://github.com/karakeep-app/karakeep/commit/f620dc67 )
- feat: A redesigned background jobs page. [#​1551](https://github.com/karakeep-app/karakeep/issues/1551 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`e2c303a`](https://github.com/karakeep-app/karakeep/commit/e2c303ac )
- Revert "deps: Upgrade nextjs to 15.5" - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ff33b31`](https://github.com/karakeep-app/karakeep/commit/ff33b310 )
- deps: Upgrade nextjs to 15.5 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`be420c9`](https://github.com/karakeep-app/karakeep/commit/be420c9a )
- fix(web): Suppress hydration warning on root html - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f7b145c`](https://github.com/karakeep-app/karakeep/commit/f7b145c6 )
- deps: Upgrade expo & nextjs to react 19 ([#​1565](https://github.com/karakeep-app/karakeep/issues/1565 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`dd53ccb`](https://github.com/karakeep-app/karakeep/commit/dd53ccb9 )
- fix(mobile): fix WebView deceleration rate on iOS ([#​1835](https://github.com/karakeep-app/karakeep/issues/1835 )) - [@​landonepps](https://github.com/landonepps ) in [`5f07b50`](https://github.com/karakeep-app/karakeep/commit/5f07b507 )
- fix: renamed export filename to karakeep ([#​1829](https://github.com/karakeep-app/karakeep/issues/1829 )) - [@​dvdpearson](https://github.com/dvdpearson ) in [`5b91250`](https://github.com/karakeep-app/karakeep/commit/5b912508 )
- feat: Render human tags before AI tags ([#​1740](https://github.com/karakeep-app/karakeep/issues/1740 )) - [@​haappi](https://github.com/haappi ) in [`2263c0f`](https://github.com/karakeep-app/karakeep/commit/2263c0fc )
- fix(mobile): remove type: module so expo works ([#​1846](https://github.com/karakeep-app/karakeep/issues/1846 )) - [@​xuatz](https://github.com/xuatz ) in [`df6814f`](https://github.com/karakeep-app/karakeep/commit/df6814f2 )
- docs: Fix the name of the development section - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`6e525eb`](https://github.com/karakeep-app/karakeep/commit/6e525eb1 )
- docs: rename docs into actual name in a separate commit - [@​xuatz](https://github.com/xuatz ) in [`6f14115`](https://github.com/karakeep-app/karakeep/commit/6f141152 )
- docs: rename docs into tmp name in a separate commit - [@​xuatz](https://github.com/xuatz ) in [`b3feee7`](https://github.com/karakeep-app/karakeep/commit/b3feee7e )
- fix(mobile): change to metro.config.cjs since migrating to type: module ([#​1845](https://github.com/karakeep-app/karakeep/issues/1845 )) - [@​xuatz](https://github.com/xuatz ) in [`17b5908`](https://github.com/karakeep-app/karakeep/commit/17b59084 )
- fix: add CORS configuration for chrome-extension origin ([#​1823](https://github.com/karakeep-app/karakeep/issues/1823 )) - [@​qixing-jk](https://github.com/qixing-jk ) in [`9059ca2`](https://github.com/karakeep-app/karakeep/commit/9059ca22 )
- fix: Add support email to pricing page - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8367173`](https://github.com/karakeep-app/karakeep/commit/83671734 )
- feat: Add an error boundary around the custom renderer - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`01ae8b5`](https://github.com/karakeep-app/karakeep/commit/01ae8b55 )
- feat(web): Add special cards for specific websites. Fixes [#​1344](https://github.com/karakeep-app/karakeep/issues/1344 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`c68e509`](https://github.com/karakeep-app/karakeep/commit/c68e5099 )
- docker: Update chrome to 124 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`03aa172`](https://github.com/karakeep-app/karakeep/commit/03aa1720 )
- fix: Merge the quota columns in the user lists - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`9912a0a`](https://github.com/karakeep-app/karakeep/commit/9912a0a3 )
- feat(landing): The pricing page - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`141f411`](https://github.com/karakeep-app/karakeep/commit/141f411b )
- fix: Trim trailing slashes from nextauth urls. Fixes [#​1799](https://github.com/karakeep-app/karakeep/issues/1799 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`eb720c4`](https://github.com/karakeep-app/karakeep/commit/eb720c48 )
- release(mcp): Bump mcp server to 0.26 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`801930a`](https://github.com/karakeep-app/karakeep/commit/801930ac )
- fix: Get rid of the userSetting table completely - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`88c4035`](https://github.com/karakeep-app/karakeep/commit/88c4035b )
- refactor: Move webhook, users and tags into models - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`9965356`](https://github.com/karakeep-app/karakeep/commit/99653566 )
- feat: Drop support for time bounded invitations - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2493ccf`](https://github.com/karakeep-app/karakeep/commit/2493ccf0 )
- refactor: Refactor crawlerWorker to use tryCatch - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`160fd97`](https://github.com/karakeep-app/karakeep/commit/160fd971 )
- fix: Use prometheus histogram instead of summary - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`afcc27d`](https://github.com/karakeep-app/karakeep/commit/afcc27d5 )
- fix: fix hidden env variable parse error. fixes [#​1790](https://github.com/karakeep-app/karakeep/issues/1790 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`cc36131`](https://github.com/karakeep-app/karakeep/commit/cc36131e )
- fix(tests): Load plugins on API package entrypoint - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`6f69949`](https://github.com/karakeep-app/karakeep/commit/6f699494 )
- fix: Fix the path to worker binary post-build - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`bd5d9b9`](https://github.com/karakeep-app/karakeep/commit/bd5d9b99 )
- feat: Support NO\_COLOR for logging. Fixes [#​1778](https://github.com/karakeep-app/karakeep/issues/1778 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8fe4975`](https://github.com/karakeep-app/karakeep/commit/8fe4975c )
- fix(docs): Fix git case sensitivity Take 3 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`802f93b`](https://github.com/karakeep-app/karakeep/commit/802f93bc )
- fix(docs): Fix git case sensitivity Take 2 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a8b2c06`](https://github.com/karakeep-app/karakeep/commit/a8b2c066 )
- fix(docs): Fix git case sensitivity - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f2975af`](https://github.com/karakeep-app/karakeep/commit/f2975af5 )
- deps: Upgrade docusourus - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`16ec2f6`](https://github.com/karakeep-app/karakeep/commit/16ec2f6c )
- fix(docs): Fix the docs one more time - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5c9de51`](https://github.com/karakeep-app/karakeep/commit/5c9de514 )
- refactor: Extract meilisearch as a plugin - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`b94896a`](https://github.com/karakeep-app/karakeep/commit/b94896a0 )
- chore: Add opencode agent - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`7bb7f18`](https://github.com/karakeep-app/karakeep/commit/7bb7f18f )
- docs: Drop docs older than 0.21 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a34331b`](https://github.com/karakeep-app/karakeep/commit/a34331b5 )
- chore: More turbo fixes - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`77ae89b`](https://github.com/karakeep-app/karakeep/commit/77ae89b2 )
- fix: Ensure that all packages are ESM packages - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8f1cb06`](https://github.com/karakeep-app/karakeep/commit/8f1cb065 )
- fix: Fix package boundary violations - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`57d1e50`](https://github.com/karakeep-app/karakeep/commit/57d1e50d )
- fix: Add karakeep\_ prefix to hono's metrics - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`77e3611`](https://github.com/karakeep-app/karakeep/commit/77e36114 )
- deps: Upgrade vite - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a441a67`](https://github.com/karakeep-app/karakeep/commit/a441a677 )
- refactor: Extract the importing logic into its own hook - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`118ffc6`](https://github.com/karakeep-app/karakeep/commit/118ffc64 )
- feat(mobile): add context aware sharing option in mobile app ([#​1785](https://github.com/karakeep-app/karakeep/issues/1785 )) - [@​xuatz](https://github.com/xuatz ) in [`8db89bb`](https://github.com/karakeep-app/karakeep/commit/8db89bb0 )
- feat: Configurable number of grid columns. Fixes [#​1713](https://github.com/karakeep-app/karakeep/issues/1713 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`154efe1`](https://github.com/karakeep-app/karakeep/commit/154efe17 )
- feat: Render author, publisher and pub data in the bookmark view - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8b4fb49`](https://github.com/karakeep-app/karakeep/commit/8b4fb49c )
- fix: Avoid prefetching assets and tags in the link component. Fixes [#​1759](https://github.com/karakeep-app/karakeep/issues/1759 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`94f3958`](https://github.com/karakeep-app/karakeep/commit/94f39587 )
- feat: Hide AI settings tab if inference is not configured. [#​1781](https://github.com/karakeep-app/karakeep/issues/1781 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`1b14043`](https://github.com/karakeep-app/karakeep/commit/1b14043a )
- fix: Stop forcing next-auth to read email from id\_token. Fixes [#​410](https://github.com/karakeep-app/karakeep/issues/410 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2cb0ab0`](https://github.com/karakeep-app/karakeep/commit/2cb0ab01 )
- fix: Drop legacy container notice - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5019c8d`](https://github.com/karakeep-app/karakeep/commit/5019c8d9 )
- deps: Upgrade form-data - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2717d8a`](https://github.com/karakeep-app/karakeep/commit/2717d8a7 )
- deps: Upgrade trpc - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`fd0bac2`](https://github.com/karakeep-app/karakeep/commit/fd0bac28 )
- fix: prometheus add karakeep prefix to metrics ([#​1780](https://github.com/karakeep-app/karakeep/issues/1780 )) - [@​CrazyWolf13](https://github.com/CrazyWolf13 ) in [`f6f6f79`](https://github.com/karakeep-app/karakeep/commit/f6f6f79e )
- deps: Upgrade turbo, sherif and oxlint - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ea6bab0`](https://github.com/karakeep-app/karakeep/commit/ea6bab0f )
- fix: Remove bcrypt from the api key validation route - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`bb11907`](https://github.com/karakeep-app/karakeep/commit/bb11907e )
- feat: Add a max output tokens env variable - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`52ac086`](https://github.com/karakeep-app/karakeep/commit/52ac0869 )
- fix(test): Fix subscription.test - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2f3da0b`](https://github.com/karakeep-app/karakeep/commit/2f3da0b8 )
- fix(stripe): Allow promotion codes - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`298b347`](https://github.com/karakeep-app/karakeep/commit/298b3479 )
- release(sdk): Release the 0.26 sdk - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`c7f0af0`](https://github.com/karakeep-app/karakeep/commit/c7f0af0c )
- docs: Release the 0.26.0 docs - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`0cd9eea`](https://github.com/karakeep-app/karakeep/commit/0cd9eea0 )
- docs: Update api docs in prep for the 0.26.0 release - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`705e46d`](https://github.com/karakeep-app/karakeep/commit/705e46dc )
- docs: Restructure the config docs a bit - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`fe501cf`](https://github.com/karakeep-app/karakeep/commit/fe501cf8 )
- i18n: Add new translations - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a93601e`](https://github.com/karakeep-app/karakeep/commit/a93601e0 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1400
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-07 20:57:54 +00:00
f9a6d653fa
Update ghcr.io/actualbudget/actual Docker tag to v25.9.0 ( #1380 )
...
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual | minor | `25.8.0` -> `25.9.0` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1380
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-07 20:55:24 +00:00
a5c0b350a0
Update ghcr.io/calibrain/calibre-web-automated-book-downloader:latest Docker digest to cd528d4 ( #1401 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 3m3s
2025-09-07 20:02:08 +00:00
fcc0372547
Update thewicklowwolf/lidatube Docker tag to v0.2.35 ( #1398 )
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 3m10s
2025-09-07 00:01:49 +00:00
6288e5f267
Update eigenfocus/eigenfocus Docker tag to v1.3.1 ( #1392 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m26s
2025-09-05 17:01:37 +00:00
95edce69e7
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.9.1 ( #1389 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m11s
2025-09-05 12:04:14 +00:00
8b7648a4b3
Update searxng/searxng:latest Docker digest to 511fa3f ( #1388 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-09-05 12:04:05 +00:00