8cf7129cb76f278b596b6fe1035256739218f08f
9418 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
286e43b5de |
tmp/paperless (#5302)
Reviewed-on: #5302 |
||
|
|
4c1cfa5fa5 |
chore(deps): update dependency binwiederhier/ntfy to v2.21.0 (#5300)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | minor | `2.20.1` → `2.21.0` | | [binwiederhier/ntfy](https://ntfy.sh/) ([source](https://github.com/binwiederhier/ntfy)) | minor | `v2.20.1` → `v2.21.0` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.21.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.21.0) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.20.1...v2.21.0) This release adds the ability to verify email addresses using the `smtp-sender-verify` flag. This is a change that is required because ntfy.sh was used to send unsolicited emails and the AWS SES account was suspended. Going forward, ntfy.sh won't be able to send emails unless the email address was verified ahead of time. **Features:** - Add verified email recipients feature with `smtp-sender-verify` config flag, allowing server admins to require email address verification before sending email notifications ([#​1681](https://github.com/binwiederhier/ntfy/pull/1681)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=--> Reviewed-on: #5300 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
f45d669dc2 |
chore(deps): update medialyze to v0.4.0 (#5294)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [frederikemmer/MediaLyze](https://github.com/frederikemmer/MediaLyze) | minor | `0.3.0` → `0.4.0` | | [ghcr.io/frederikemmer/medialyze](https://github.com/frederikemmer/MediaLyze) | minor | `0.3.0` → `0.4.0` | --- ### Release Notes <details> <summary>frederikemmer/MediaLyze (frederikemmer/MediaLyze)</summary> ### [`v0.4.0`](https://github.com/frederikemmer/MediaLyze/blob/HEAD/CHANGELOG.md#v040) [Compare Source](https://github.com/frederikemmer/MediaLyze/compare/v0.3.0...v0.4.0) > 2026-03-30 First "rough" implementation for detecting duplicate files. May break desktop install use v0.3.0 if it's not working properly. ##### ✨ New - add per-library duplicate detection with `off` (default), `filename`, `filehash`, `both` modes ([#​16](https://github.com/frederikemmer/MediaLyze/issues/16)) - view and search through duplicates on library page - scan performance tuning in `App settings` with separate controls for per-scan analysis workers and parallel library scans ##### 🐛 Bug fixes - rework scan execution so discovery streams files directly into analysis and duplicate workers, live progress reflects worker completion, and configured worker counts now affect real throughput - stop auto-resuming or auto-queuing stale startup jobs, clear pending watchdog debounce requests on cancel, and improve failed scan diagnostics with copyable detailed error payloads - tighten the duplicate and library-settings UI by capping visible duplicate variants with internal scrolling, aligning scan controls consistently, and making the `dev` desktop artifact build manual-only </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5294 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
ea858d0e75 | chore(deps): update ghcr.io/directus/directus docker tag to v11.17.1 (#5295) | ||
|
|
a9a73124ac |
chore(deps): update tubearchivist to v0.5.10 (#5263)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | bbilly1/tubearchivist | patch | `v0.5.9` → `v0.5.10` | | [tubearchivist/tubearchivist](https://github.com/tubearchivist/tubearchivist) | patch | `v0.5.9` → `v0.5.10` | --- ### Release Notes <details> <summary>tubearchivist/tubearchivist (tubearchivist/tubearchivist)</summary> ### [`v0.5.10`](https://github.com/tubearchivist/tubearchivist/releases/tag/v0.5.10) [Compare Source](https://github.com/tubearchivist/tubearchivist/compare/v0.5.9...v0.5.10) #### Added - Added secret lookup from file, by [@​TheMDev](https://github.com/TheMDev), [docs](https://docs.tubearchivist.com/installation/env-vars/) - Added deprecated appconfig key cleanup, by [@​bbilly1](https://github.com/bbilly1) #### Changed - Removed now redundant manual POT field, by [@​bbilly1](https://github.com/bbilly1) - Extend the PIT lifetime for meta data embed for slow IO, by [@​bbilly1](https://github.com/bbilly1) - Ignore `number_of_replicas` for index recreation for replica configurations, by [@​camhorn](https://github.com/camhorn) - Redownload now uses reindex for better metadata preservation, by [@​bbilly1](https://github.com/bbilly1) - Changed POT plugin installation method, fix runtime plugin loading into yt-dlp, align with upstreak, by [@​bbilly1](https://github.com/bbilly1), [#​1134](https://github.com/tubearchivist/tubearchivist/issues/1134) - Changed download process error handling, bot error message now throws and stops task completly, by [@​jwmay2012](https://github.com/jwmay2012) #### Fixed - Fixed newer ES alias APIs for ES9 support, by [@​TheMDev](https://github.com/TheMDev) - Fixed future problem for search alias, by [@​TheMDev](https://github.com/TheMDev) - Fixed video deletion from playlist while out of sync, by [@​bbilly1](https://github.com/bbilly1) - Fixed embedding error for mutagen on empty description, by [@​bbilly1](https://github.com/bbilly1), [#​1124](https://github.com/tubearchivist/tubearchivist/issues/1124) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiZG9ja2VyIiwiZG9ja2VyIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5263 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
99811bb046 |
chore(deps): update helm release meilisearch to v0.30.0 (#5289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [meilisearch](https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch) ([source](https://github.com/meilisearch/meilisearch-kubernetes)) | minor | `0.29.0` → `0.30.0` | --- ### Release Notes <details> <summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary> ### [`v0.30.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.30.0) [Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.29.0...meilisearch-0.30.0) A Helm chart for the Meilisearch search engine </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJoZWxtIl19--> Reviewed-on: #5289 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
f71c835cd8 |
chore(deps): update ollama to v0.19.0 (#5286)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ollama/ollama](https://github.com/ollama/ollama) | minor | `0.18.3` → `0.19.0` | | ollama/ollama | minor | `0.18.3` → `0.19.0` | --- ### Release Notes <details> <summary>ollama/ollama (ollama/ollama)</summary> ### [`v0.19.0`](https://github.com/ollama/ollama/releases/tag/v0.19.0) [Compare Source](https://github.com/ollama/ollama/compare/v0.18.3...v0.19.0) #### What's Changed - Ollama's app will now no longer incorrectly show "model is out of date" - `ollama launch pi` now includes web search plugin that uses Ollama's web search - Improved KV cache hit rate when using the Anthropic-compatible API - Fixed tool call parsing issue with Qwen3.5 where tool calls would be output in thinking - MLX runner will now create periodic snapshots during prompt processing - Fixed KV cache snapshot memory leak in MLX runner - Fixed issue where flash attention would be incorrectly enabled for `grok` models - Fixed `qwen3-next:80b` not loading in Ollama #### New Contributors - [@​amatas](https://github.com/amatas) made their first contribution in [#​15022](https://github.com/ollama/ollama/pull/15022) **Full Changelog**: <https://github.com/ollama/ollama/compare/v0.18.3...v0.19.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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19--> Reviewed-on: #5286 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
5d911b04e6 |
chore(deps): update rybbit to v2.5.0 (#5275)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rybbit-io/rybbit-backend](https://github.com/rybbit-io/rybbit) | minor | `v2.4.0` → `v2.5.0` | | [rybbit-io/rybbit](https://github.com/rybbit-io/rybbit) | minor | `v2.4.0` → `v2.5.0` | --- ### Release Notes <details> <summary>rybbit-io/rybbit (ghcr.io/rybbit-io/rybbit-backend)</summary> ### [`v2.5.0`](https://github.com/rybbit-io/rybbit/releases/tag/v2.5.0) [Compare Source](https://github.com/rybbit-io/rybbit/compare/v2.4.0...v2.5.0) - Improved bot blocking capabilities - Added teams to further subdivide organizations into groups of users and sites <https://rybbit.com/docs/teams> - Added tagging that allows easy slicing of analytics into different cohorts, similar to an existing feature from Umami <https://rybbit.com/docs/tagging> - Various minor performance improvements Thank you [@​lukyrys](https://github.com/lukyrys) for multiple contributions over this period </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19--> Reviewed-on: #5275 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
7446e1c586 |
chore(deps): update dawarich to v1.6.0 (#5260)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Freika/dawarich](https://github.com/Freika/dawarich) | minor | `1.4.0` → `1.6.0` | | [freikin/dawarich](https://github.com/Freika/dawarich) | minor | `1.4.0` → `1.6.0` | --- ### Release Notes <details> <summary>Freika/dawarich (Freika/dawarich)</summary> ### [`v1.6.0`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#160---2026-03-29) [Compare Source](https://github.com/Freika/dawarich/compare/1.5.1...1.6.0) ##### Added - Immich users can now enrich their photos with geodata. - Users can now optionally enable two-factor authentication (2FA) for their accounts in Settings > Two-Factor Authentication. Supported methods: TOTP apps (Google Authenticator, Authy, etc.) and backup codes. Once enabled, users will be prompted for a 2FA code on login. This adds an extra layer of security to protect your location data. ##### Fixed - Fix OIDC account linking failing when the email from the identity provider has different casing than the existing Dawarich account [#​1983](https://github.com/Freika/dawarich/issues/1983). - Fix confirmation dialogs being ignored when clicking "Cancel" — destructive actions (account deletion, import/export deletion, place deletion) fired regardless of user choice due to Rails UJS and Turbo both handling the same click [#​1978](https://github.com/Freika/dawarich/issues/1978). - Fix Year in Review share link being empty when toggling public access [#​2418](https://github.com/Freika/dawarich/issues/2418). - Fix address field on Points page being empty when geodata properties are unavailable [#​2419](https://github.com/Freika/dawarich/issues/2419). - Fix Stats API returning the same country/city count for every year instead of per-year counts [#​2280](https://github.com/Freika/dawarich/issues/2280). - Fix flyover countries (with no visited cities) still showing in monthly stats views [#​2423](https://github.com/Freika/dawarich/issues/2423). - Fix importing Google Timeline files. [#​2427](https://github.com/Freika/dawarich/issues/2427) ### [`v1.5.1`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#151---2026-03-28) [Compare Source](https://github.com/Freika/dawarich/compare/1.5.0...1.5.1) ##### Fixed - Fix points and tracks interactions on Map v2 being unresponsive after the latest update. - Fix creating demo data from the onboarding modal. - Fix navbar for cloud trial users. - Reset months stats instead of deleting when there is no data. ### [`v1.5.0`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#150---2026-03-28) [Compare Source](https://github.com/Freika/dawarich/compare/1.4.0...1.5.0) ##### Added - GPS noise filtering. An automatic system to detect ahd filter out points with unrealistic speeds, altitudes, or sudden jumps. - Support for signing in via web view using our Android app. - On the map settings page user now can enable and disable map layers. - Onboarding modal now offers a third option to load demo data (3 days in Berlin, \~1000 points) so new users can instantly see what the map looks like. Demo imports bypass trial limits, are clearly labeled with a "Demo" badge, and can be deleted from a banner on the map page or from the imports list. - New tool to the Map V2 tools: The "Day per Country" button will open a modal showing a breakdown of how many days the user has spent in each country, based on their points data. This is calculated by grouping points by country and counting unique days with at least one point in that country. ##### Changed - \[Cloud] The point creation API endpoints are being excluded from the default Lite/Pro rate limits (200/1,000 requests/hour). They now have general rate limits of 10,000 requests/hour. - Buildings numbers on map V2 are now shown on closer zoom. ##### Fixed - Users who registered via Google (or other OAuth providers) can now change their password and email without needing to enter their current password. - Fix deadlocks in reverse geocoding job when multiple Sidekiq workers update points concurrently. - Fix `counter_cache_column` error in points counter reset job by using direct SQL count instead of `reset_counters`. - Fix duplicate place records causing `ON CONFLICT` cardinality violations during reverse geocoding. - Fix `TypeError` crash in transportation mode backfill when Google export files have unexpected JSON structure. - Fix inability to disable visit suggestions background job due to conflicting Rails UJS and Turbo handlers causing request cancellation [#​2118](https://github.com/Freika/dawarich/issues/2118). - Fix visit confirm/decline buttons firing twice [#​2379](https://github.com/Freika/dawarich/issues/2379). - Fix clicking on a point in Map v2 silently moving it to the cursor position. Points now only update when intentionally dragged [#​2149](https://github.com/Freika/dawarich/issues/2149), [#​2150](https://github.com/Freika/dawarich/issues/2150). - Fix visit name suggester not recognizing Photon reverse geocoding data format, causing all suggested places to show as "Suggested place" [#​2151](https://github.com/Freika/dawarich/issues/2151), [#​2377](https://github.com/Freika/dawarich/issues/2377). - Fix visit edit form displaying UTC times instead of the user's configured timezone [#​2168](https://github.com/Freika/dawarich/issues/2168). - Fix export deletion failing when the export file was manually removed from disk [#​915](https://github.com/Freika/dawarich/issues/915). - Fix PhotoPrism `before` date filter being off by one day, excluding photos taken on the end date [#​747](https://github.com/Freika/dawarich/issues/747). - Fix datetime inputs allowing 5-digit years on Chrome by adding `max` attribute to all datetime-local fields [#​578](https://github.com/Freika/dawarich/issues/578). - Fix Points page datetime fields requiring seconds input, preventing search on mobile browsers and some desktop browsers [#​1040](https://github.com/Freika/dawarich/issues/1040), [#​1478](https://github.com/Freika/dawarich/issues/1478). - Fix altitude values being truncated to integers instead of preserving decimal precision [#​1573](https://github.com/Freika/dawarich/issues/1573). - Fix suggested visits keeping "Suggested Visit" name when confirmed directly without selecting a place [#​1725](https://github.com/Freika/dawarich/issues/1725). - Fix visit name becoming empty and uneditable when clicking the name field and then clicking away [#​1776](https://github.com/Freika/dawarich/issues/1776). - Fix trips page crashing with `undefined method 'coordinates' for nil` when trip path calculation hasn't completed yet [#​1356](https://github.com/Freika/dawarich/issues/1356), [#​1765](https://github.com/Freika/dawarich/issues/1765). - Fix Immich/PhotoPrism photos on map not being filtered by the selected date range [#​1755](https://github.com/Freika/dawarich/issues/1755). - Fix short trips (less than one full day) not showing photos due to PhotoPrism `before` date filter being exclusive [#​1688](https://github.com/Freika/dawarich/issues/1688). - Fix health check endpoint (`/api/v1/health`) triggering unnecessary `User Load` database queries on every request [#​1770](https://github.com/Freika/dawarich/issues/1770). - Fix points created via Overland API (Home Assistant, GPSLogger) not being automatically reverse geocoded after creation [#​1242](https://github.com/Freika/dawarich/issues/1242). - Fix monthly stats map crashing with `Invalid LatLng object: (NaN, NaN)` when points have missing coordinates [#​1762](https://github.com/Freika/dawarich/issues/1762). - Fix trips failing with self-signed certificates by leveraging per-integration SSL skip settings [#​455](https://github.com/Freika/dawarich/issues/455). - Fix non-admin users unable to access Background Jobs settings to trigger reverse geocoding or manage visit suggestions [#​1714](https://github.com/Freika/dawarich/issues/1714). - Fix family page map not loading due to `escape_javascript` producing invalid JSON in the Stimulus data attribute. - Fix countries appearing in visited statistics despite only being driven through without spending meaningful time in any city [#​1595](https://github.com/Freika/dawarich/issues/1595), [#​1779](https://github.com/Freika/dawarich/issues/1779). - Fix `migrate_to_new_storage` rake task crashing when export URL is blank, already migrated, or points to a directory instead of a file [#​1018](https://github.com/Freika/dawarich/issues/1018), [#​1037](https://github.com/Freika/dawarich/issues/1037). - Fix selecting the only suggested place for a visit having no effect because the dropdown `change` event never fires with a single option [#​471](https://github.com/Freika/dawarich/issues/471). - Fix city duration calculation undercounting time spent due to integer division truncating sub-minute GPS intervals to zero [#​2408](https://github.com/Freika/dawarich/issues/2408). - Fix tooltips in data tables (Imports, Exports, Points) being hidden behind adjacent rows [#​2409](https://github.com/Freika/dawarich/issues/2409). - Fix iOS QR code in Account settings being cut off on the right side [#​2406](https://github.com/Freika/dawarich/issues/2406). </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5260 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
8c556ccb1a |
chore(deps): update unpoller to v2.39.0 (#5255)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.38.0` → `v2.39.0` | | [unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.38.0` → `v2.39.0` | --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.39.0`](https://github.com/unpoller/unpoller/releases/tag/v2.39.0) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.38.0...v2.39.0) ##### Changelog - [`c596e82`](https://github.com/unpoller/unpoller/commit/c596e82cf29d445cd6f239b78f99ac2081d52b87) fix: use v2 traffic API as DPI fallback for Network 9.1+ firmware ([#​985](https://github.com/unpoller/unpoller/issues/985)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5255 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
7081f8b744 |
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.12.0 (#5283)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-documentation](https://gitea.alexlebens.dev/alexlebens/site-documentation) | minor | `0.11.0` → `0.12.0` | --- ### Release Notes <details> <summary>alexlebens/site-documentation (harbor.alexlebens.net/images/site-documentation)</summary> ### [`v0.12.0`](https://gitea.alexlebens.dev/alexlebens/site-documentation/releases/tag/0.12.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.11.0...0.12.0) ### [0.12.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.11.0...0.12.0) (2026-03-30) ##### Features - add more apps ([e13f3e3](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/e13f3e30e2a73a712008f65cc5932cbe1e71adb2)) - add more apps ([ef4ff67](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/ef4ff67818d2758e21b9f0076519ca9221f74bb0)) - add more apps ([32eacf8](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/32eacf8df7cd07eaf33a46d9df88e22f22d0cbf6)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19--> Reviewed-on: #5283 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
0810010c72 |
feat: change to statefulset (#5281)
Reviewed-on: #5281 |
||
|
|
deee5fe36d |
feat: balance resources (#5279)
Reviewed-on: #5279 |
||
|
|
4130942c87 |
feat: refactor apps (#5277)
Reviewed-on: #5277 |
||
|
|
6f9d893d4a |
chore(deps): update dependency gethomepage/homepage to v1.12.1 (#5257)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gethomepage/homepage](https://github.com/gethomepage/homepage) | patch | `v1.12.0` → `v1.12.1` | --- ### Release Notes <details> <summary>gethomepage/homepage (gethomepage/homepage)</summary> ### [`v1.12.1`](https://github.com/gethomepage/homepage/releases/tag/v1.12.1) [Compare Source](https://github.com/gethomepage/homepage/compare/v1.11.0...v1.12.1) #### What's Changed #### 🚀 Features - Feature: UniFi Drive (UNAS) service widget ([#​6461](https://github.com/gethomepage/homepage/issues/6461)) [@​stevenharris-dev](https://github.com/stevenharris-dev) - Chore: make unifi proxy more generic ([#​6469](https://github.com/gethomepage/homepage/issues/6469)) [@​shamoon](https://github.com/shamoon) - Enhancement: better support for raw values in block highlighting ([#​6434](https://github.com/gethomepage/homepage/issues/6434)) [@​shamoon](https://github.com/shamoon) - Tweak: sanitize calendar integration URLs from markup ([#​6431](https://github.com/gethomepage/homepage/issues/6431)) [@​shamoon](https://github.com/shamoon) #### 🐛 Fixes - Fix: remove trailing space from Watchtower widget loading label ([#​6448](https://github.com/gethomepage/homepage/issues/6448)) [@​toytag](https://github.com/toytag) - Fix: revert changes to qbittorrent widget endpoints ([#​6467](https://github.com/gethomepage/homepage/issues/6467)) [@​shamoon](https://github.com/shamoon) #### 🧰 Maintenance - Chore(deps): Bump picomatch from 2.3.1 to 2.3.2 in the npm\_and\_yarn group across 1 directory ([#​6460](https://github.com/gethomepage/homepage/issues/6460)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore: return to gh runners ([#​6462](https://github.com/gethomepage/homepage/issues/6462)) [@​shamoon](https://github.com/shamoon) - Chore(deps): Bump the npm\_and\_yarn group across 1 directory with 5 updates ([#​6445](https://github.com/gethomepage/homepage/issues/6445)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps-dev): Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 ([#​6442](https://github.com/gethomepage/homepage/issues/6442)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump urbackup-server-api from 0.91.0 to 0.92.2 ([#​6444](https://github.com/gethomepage/homepage/issues/6444)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump react-icons from 5.5.0 to 5.6.0 ([#​6443](https://github.com/gethomepage/homepage/issues/6443)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump swr from 2.4.0 to 2.4.1 ([#​6441](https://github.com/gethomepage/homepage/issues/6441)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump flatted from 3.3.3 to 3.4.2 in the npm\_and\_yarn group across 1 directory ([#​6439](https://github.com/gethomepage/homepage/issues/6439)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump next from 15.5.11 to 16.1.7 in the npm\_and\_yarn group across 1 directory ([#​6438](https://github.com/gethomepage/homepage/issues/6438)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump pnpm/action-setup from 4 to 5 ([#​6436](https://github.com/gethomepage/homepage/issues/6436)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump release-drafter/release-drafter from 6 to 7 ([#​6429](https://github.com/gethomepage/homepage/issues/6429)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore: add release drafter ([#​6424](https://github.com/gethomepage/homepage/issues/6424)) [@​shamoon](https://github.com/shamoon) #### 🌐 Translations - New Crowdin translations by GitHub Action ([#​6433](https://github.com/gethomepage/homepage/issues/6433)) @​[github-actions\[bot\]](https://github.com/apps/github-actions) - New Crowdin translations by GitHub Action ([#​6292](https://github.com/gethomepage/homepage/issues/6292)) @​[github-actions\[bot\]](https://github.com/apps/github-actions) #### 📚 Documentation - Documentation: fix kubernetes config examples ([#​6468](https://github.com/gethomepage/homepage/issues/6468)) [@​mylegitches](https://github.com/mylegitches) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiZ2l0aHViLXJlbGVhc2VzIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5257 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
b4e7f8f979 | chore(deps): update ghcr.io/gitroomhq/postiz-app docker tag to v2.21.4 (#5272) | ||
|
|
6f3b2bf318 | chore(deps): update ghcr.io/gitroomhq/postiz-app docker tag to v2.21.3 (#5266) | ||
|
|
83dd4fe089 | chore(deps): update searxng/searxng:latest docker digest to 4d7ed8b (#5265) | ||
|
|
84ff6621f9 | chore(deps): update g33kphr33k/musicgrabber docker tag to v2.5.3 (#5262) | ||
|
|
f03ea1ed75 | feat: update tag | ||
|
|
ef52acb01d | feat: change tag | ||
|
|
d80efaa56e | feat: add renovate tag for appVersion | ||
|
|
b5ab4b117f | chore(deps): update dependency foldergram/foldergram to v1.0.9 (#5256) | ||
|
|
da271bc963 | chore(deps): update homeylab/tdarr-exporter docker tag to v1.4.3 (#5252) | ||
|
|
9619d79c91 | chore(deps): update ghcr.io/gethomepage/homepage docker tag to v1.12.1 (#5246) | ||
|
|
f22d6eb208 | chore(deps): update ghcr.io/foldergram/foldergram docker tag to v1.0.9 (#5241) | ||
|
|
e8c5224912 | chore(deps): update searxng/searxng:latest docker digest to c026ed4 (#5240) | ||
|
|
dd6336fe90 | chore(deps): update searxng/searxng:latest docker digest to 8ba6e51 (#5238) | ||
|
|
7049a5616f | chore(deps): update searxng/searxng:latest docker digest to 9704da5 (#5232) | ||
|
|
4d58538504 |
feat: refactor apps (#5227)
Reviewed-on: #5227 |
||
|
|
d156c5b9da | chore(deps): update kube-prometheus-stack docker tag to v82.15.1 (#5225) | ||
|
|
c46e12ba5f | chore(deps): update helm release argo-cd to v9.4.17 (#5223) | ||
|
|
a33a0207bf | chore(deps): update ghcr.io/immich-app/immich-server docker tag to v2.6.3 (#5221) | ||
|
|
abb39dfbba | chore(deps): update ghcr.io/gitroomhq/postiz-app docker tag to v2.21.2 (#5218) | ||
|
|
ff1dd70ec1 | chore(deps): update ghcr.io/av1155/houndarr docker tag to v1.6.3 (#5217) | ||
|
|
715c7229c8 | chore(deps): update binwiederhier/ntfy docker tag to v2.20.1 (#5215) | ||
|
|
01dcf530f4 | chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.12 (#5212) | ||
|
|
53e37544f9 |
chore(deps): update dependency cert-manager/cert-manager to v1.20.1 (#5206)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | patch | `v1.20.0` → `v1.20.1` | --- ### Release Notes <details> <summary>cert-manager/cert-manager (cert-manager/cert-manager)</summary> ### [`v1.20.1`](https://github.com/cert-manager/cert-manager/releases/tag/v1.20.1) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.20.0...v1.20.1) v1.20.1 fixes an issue for OpenShift users that has to do with the finalizer RBAC, bumps gRPC to address a reported non-affecting vulnerability, and fixes a duplicate `parentRef` bug when both issuer config and annotations are present (Gateway API). ##### Bug or Regression - Fixed duplicate `parentRef` bug when both issuer config and annotations are present. ([#​8658](https://github.com/cert-manager/cert-manager/issues/8658), [@​hjoshi123](https://github.com/hjoshi123)) - Add missing issuer finalizer RBAC to the order controller to support owner references. This was preventing OpenShift users from being able to upgrade to v1.20.0. ([#​8655](https://github.com/cert-manager/cert-manager/issues/8655), [@​erikgb](https://github.com/erikgb)) - Bump google.golang.org/grpc to fix vulnerability reported by scanners. This isn't a vulnerability that affects cert-manager, but we are bumping it because it is reported by scanners. ([#​8657](https://github.com/cert-manager/cert-manager/issues/8657), [@​erikgb](https://github.com/erikgb)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5206 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
1e6f7ac684 | chore(deps): update helm release cert-manager to v1.20.1 (#5210) | ||
|
|
03e31eb306 |
chore(deps): update dependency tailscale/tailscale to v1.96.4 (#5208)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tailscale/tailscale](https://github.com/tailscale/tailscale) | patch | `v1.96.3` → `v1.96.4` | --- ### Release Notes <details> <summary>tailscale/tailscale (tailscale/tailscale)</summary> ### [`v1.96.4`](https://github.com/tailscale/tailscale/releases/tag/v1.96.4) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.96.3...v1.96.4) Please refer to the changelog available at <https://tailscale.com/changelog> </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:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #5208 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
3083087091 |
chore(deps): update dependency grafana/loki to v3.7.1 (#5207)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grafana/loki](https://github.com/grafana/loki) | patch | `3.7.0` → `3.7.1` | --- ### Release Notes <details> <summary>grafana/loki (grafana/loki)</summary> ### [`v3.7.1`](https://github.com/grafana/loki/releases/tag/v3.7.1) [Compare Source](https://github.com/grafana/loki/compare/v3.7.0...v3.7.1) ##### Bug Fixes - Upgrade Go and gRPC versions on 3.7.x ([#​21282](https://github.com/grafana/loki/issues/21282)) ([2c8fff2](https://github.com/grafana/loki/commit/2c8fff222bab6813374b973ae0eb49043d3ed14e)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5207 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
2adcef8b24 |
chore(deps): update dependency binwiederhier/ntfy to v2.20.1 (#5205)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | patch | `2.20.0` → `2.20.1` | --- ### Release Notes <details> <summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary> ### [`v2.20.1`](https://github.com/binwiederhier/ntfy/releases/tag/v2.20.1) [Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.20.0...v2.20.1) This is a small bugfix release that only affects high volume S3 backends that struggle with HTTP/2. **Bug fixes + maintenance:** - [Attachments](https://docs.ntfy.sh/config/#attachments): Add `disable_http2=true` S3 URL option to work around HTTP/2 stream errors with DigitalOcean Spaces and other S3-compatible providers ([#​1678](https://github.com/binwiederhier/ntfy/issues/1678)/[#​1679](https://github.com/binwiederhier/ntfy/pull/1679)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5205 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
13a3a0593c |
chore(deps): update dependency argoproj/argo-cd to v3.3.6 (#5204)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | patch | `v3.3.5` → `v3.3.6` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.3.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.6/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Release Notes Blog Post For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`4a823fe`](https://github.com/argoproj/argo-cd/commit/4a823fecf0c2ddcc299629078318d9e705e5c2b6): fix: controller incorrectly detecting diff during app normalization (cherry-pick [#​27002](https://github.com/argoproj/argo-cd/issues/27002) for 3.3) ([#​27013](https://github.com/argoproj/argo-cd/issues/27013)) ([@​argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`c5d7748`](https://github.com/argoproj/argo-cd/commit/c5d7748f2e8fc5ebd179f1d2c0708803c1c8780f): fix: wrong installation id returned from cache (cherry-pick [#​26969](https://github.com/argoproj/argo-cd/issues/26969) for 3.3) ([#​27027](https://github.com/argoproj/argo-cd/issues/27027)) ([@​argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </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:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5204 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
93f403d8d3 |
chore(deps): update clickhouse/clickhouse-server docker tag to v26.3.2 (#5191)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | clickhouse/clickhouse-server | minor | `26.2.5` → `26.3.2` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My45Mi4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIiwiZG9ja2VyIl19--> Reviewed-on: #5191 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
bf6e08f418 |
chore(deps): update sahara101/movie-roulette to v5.4.0 (#5200)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/sahara101/movie-roulette | minor | `v5.3.0` → `v5.4.0` | | [sahara101/Movie-Roulette](https://github.com/sahara101/Movie-Roulette) | minor | `v5.3.0` → `v5.4.0` | --- ### Release Notes <details> <summary>sahara101/Movie-Roulette (sahara101/Movie-Roulette)</summary> ### [`v5.4.0`](https://github.com/sahara101/Movie-Roulette/releases/tag/v5.4.0) [Compare Source](https://github.com/sahara101/Movie-Roulette/compare/v5.3.0...v5.4.0) #### New Features - **Watch Together - Watchlist & Library modes** (Plex only) - find movies to watch with a partner via two modes: **Watchlist** (intersects plex.tv watchlists, no app account needed) or **Library** (intersects local watch-status caches, instant). Enable via `PLEX_WATCH_TOGETHER=true` or Settings -> Plex - **Multi-arch Docker manifest** - `latest` and version tags are now multi-arch manifests (AMD64, ARM64, ARMv7). `arm-latest` kept for backward compatibility - **Filter panel redesign (HeroUI)** - filter is now a full-height right sidebar on desktop and a bottom-sheet on mobile, with open/close animations and an active-filter-count badge (or **W** for Watch Together) #### Security - **cbor2 -> 5.9.0** (CVE-2026-26209, high) - DoS via uncontrolled recursion in `cbor2.loads()`; affects WebAuthn/Passkey flow - **requests -> 2.33.0** (CVE-2026-25645, medium) - insecure predictable temp filename in `extract_zipped_paths()` #### Bug Fixes - **Plex managed/home user cache not building** - resilient fallback chain (`switchUser()` -> `switchHomeUser()`) handles Plex CVE-2025-34158 / CVE-2025-69417 endpoint restriction - **Empty cache file suppressing rebuilds** - cache build now also triggers when the file exists but is <= 2 bytes - **Slow search** - queries local cache instead of media server API; drops from \~3-10 s to <50 ms; debounce reduced to 150 ms - **Search modal uncloseable on mobile/PWA** - uses centered modal with tappable backdrop on mobile - **Watchlist pool stall (3-5 s) after reset** - TTL is now sliding with 15-minute idle timeout instead of fixed 5-minute expiry - **"All movies seen" toast missing in HeroUI** - pool reset surfaced in Watch Together response; toast uses glassmorphism styling - **Filter close animation missing on mobile (HeroUI)** - bottom-sheet now slides down correctly instead of using the desktop keyframe - **Update notification wrong theme on main page** - `heroui-theme.css` and `aceternity-effects.css` now loaded in HeroUI main page block - **Login card off-center on mobile** - switches to `justify-content: center` at <=480px - **Collection warning x button visible on mobile** - hidden at <=480px across all stylesheets - **User Management usernames hidden on mobile** - scoped hide rule to `.user-item .user-name` to avoid conflict with `auth.css` **Full Changelog**: <https://github.com/sahara101/Movie-Roulette/compare/v5.3.0...v5.4.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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45NS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIiwiZG9ja2VyIl19--> Reviewed-on: #5200 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
a7288202e9 |
chore(deps): update dependency clidey/whodb to v0.103.0 (#5194)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.101.0` → `0.103.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.103.0`](https://github.com/clidey/whodb/releases/tag/0.103.0) [Compare Source](https://github.com/clidey/whodb/compare/0.102.0...0.103.0) - Fix for database sometimes not switching properly #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.103.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** **Full Changelog**: <https://github.com/clidey/whodb/compare/0.102.0...0.103.0> ### [`v0.102.0`](https://github.com/clidey/whodb/releases/tag/0.102.0) [Compare Source](https://github.com/clidey/whodb/compare/0.101.0...0.102.0) - Support for Memcached - Support for LM Studio (thanks to [@​dhimanAbhi](https://github.com/dhimanAbhi) for the PR!) #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.102.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** #### What's Changed - add support for memcached, add e2e tests, update test binary to ignore missing build folder in tests by [@​modelorona](https://github.com/modelorona) in [#​864](https://github.com/clidey/whodb/pull/864) - feat: add lmstudio as ai provider by [@​dhimanAbhi](https://github.com/dhimanAbhi) in [#​858](https://github.com/clidey/whodb/pull/858) #### New Contributors - [@​dhimanAbhi](https://github.com/dhimanAbhi) made their first contribution in [#​858](https://github.com/clidey/whodb/pull/858) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.101.0...0.102.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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45My4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIiwiZ2l0aHViLXJlbGVhc2VzIl19--> Reviewed-on: #5194 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
c0e4aba7e1 |
chore(deps): update gethomepage/homepage to v1.12.0 (#5202)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gethomepage/homepage](https://github.com/gethomepage/homepage) | minor | `v1.11.0` → `v1.12.0` | | [ghcr.io/gethomepage/homepage](https://github.com/gethomepage/homepage) | minor | `v1.11.0` → `v1.12.0` | --- ### Release Notes <details> <summary>gethomepage/homepage (gethomepage/homepage)</summary> ### [`v1.12.0`](https://github.com/gethomepage/homepage/releases/tag/v1.12.0) [Compare Source](https://github.com/gethomepage/homepage/compare/v1.11.0...v1.12.0) ##### What's Changed ##### 🚀 Features - Feature: UniFi Drive (UNAS) service widget ([#​6461](https://github.com/gethomepage/homepage/issues/6461)) [@​stevenharris-dev](https://github.com/stevenharris-dev) - Chore: make unifi proxy more generic ([#​6469](https://github.com/gethomepage/homepage/issues/6469)) [@​shamoon](https://github.com/shamoon) - Enhancement: better support for raw values in block highlighting ([#​6434](https://github.com/gethomepage/homepage/issues/6434)) [@​shamoon](https://github.com/shamoon) - Tweak: sanitize calendar integration URLs from markup ([#​6431](https://github.com/gethomepage/homepage/issues/6431)) [@​shamoon](https://github.com/shamoon) ##### 🐛 Fixes - Fix: remove trailing space from Watchtower widget loading label ([#​6448](https://github.com/gethomepage/homepage/issues/6448)) [@​toytag](https://github.com/toytag) - Fix: revert changes to qbittorrent widget endpoints ([#​6467](https://github.com/gethomepage/homepage/issues/6467)) [@​shamoon](https://github.com/shamoon) ##### 🧰 Maintenance - Chore(deps): Bump picomatch from 2.3.1 to 2.3.2 in the npm\_and\_yarn group across 1 directory ([#​6460](https://github.com/gethomepage/homepage/issues/6460)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore: return to gh runners ([#​6462](https://github.com/gethomepage/homepage/issues/6462)) [@​shamoon](https://github.com/shamoon) - Chore(deps): Bump the npm\_and\_yarn group across 1 directory with 5 updates ([#​6445](https://github.com/gethomepage/homepage/issues/6445)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps-dev): Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 ([#​6442](https://github.com/gethomepage/homepage/issues/6442)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump urbackup-server-api from 0.91.0 to 0.92.2 ([#​6444](https://github.com/gethomepage/homepage/issues/6444)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump react-icons from 5.5.0 to 5.6.0 ([#​6443](https://github.com/gethomepage/homepage/issues/6443)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump swr from 2.4.0 to 2.4.1 ([#​6441](https://github.com/gethomepage/homepage/issues/6441)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump flatted from 3.3.3 to 3.4.2 in the npm\_and\_yarn group across 1 directory ([#​6439](https://github.com/gethomepage/homepage/issues/6439)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump next from 15.5.11 to 16.1.7 in the npm\_and\_yarn group across 1 directory ([#​6438](https://github.com/gethomepage/homepage/issues/6438)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump pnpm/action-setup from 4 to 5 ([#​6436](https://github.com/gethomepage/homepage/issues/6436)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore(deps): Bump release-drafter/release-drafter from 6 to 7 ([#​6429](https://github.com/gethomepage/homepage/issues/6429)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - Chore: add release drafter ([#​6424](https://github.com/gethomepage/homepage/issues/6424)) [@​shamoon](https://github.com/shamoon) ##### 🌐 Translations - New Crowdin translations by GitHub Action ([#​6433](https://github.com/gethomepage/homepage/issues/6433)) @​[github-actions\[bot\]](https://github.com/apps/github-actions) - New Crowdin translations by GitHub Action ([#​6292](https://github.com/gethomepage/homepage/issues/6292)) @​[github-actions\[bot\]](https://github.com/apps/github-actions) ##### 📚 Documentation - Documentation: fix kubernetes config examples ([#​6468](https://github.com/gethomepage/homepage/issues/6468)) [@​mylegitches](https://github.com/mylegitches) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIiwiZ2l0aHViLXJlbGVhc2VzIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5202 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
27e3bbcce1 | chore(deps): update dependency immich-app/immich to v2.6.3 (#5199) | ||
|
|
a7481ab02f | chore(deps): update searxng/searxng:latest docker digest to 032eec8 (#5196) | ||
|
|
8f225198a2 | chore(deps): update dependency traefik/traefik to v3.6.12 (#5192) |