e255ed994f
Update ghcr.io/booklore-app/booklore Docker tag to v1.18.2 ( #3369 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m17s
renovate / renovate (push) Successful in 1m29s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore ) | minor | `v1.17.0` → `v1.18.2` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary>
### [`v1.18.2`](https://github.com/booklore-app/booklore/releases/tag/v1.18.2 )
[Compare Source](https://github.com/booklore-app/booklore/compare/v1.18.0...v1.18.2 )
#### 🌟 What's New in v1.18.2
This release introduces some of the largest and most impactful features Booklore has seen so far:
- **New Ebook Reader**: Introducing a responsive, clean, and intuitive reader based on Foliate.js. Supports EPUB, AZW3, MOBI, and FB2 formats, with highlights, notes, and bookmarks for seamless reading.
- **Bi-Directional Reading Progress Sync**: Reading progress now syncs automatically between Booklore and KoReader, with Kobo support coming in upcoming releases.
- **Streaming Ebook Reading (Beta)**: Large ebooks, such as multi-hundred-page cookbooks or textbooks, can now be read page by page, minimizing memory and storage usage.
- **Optimized PDF & CBZ Streaming**: PDF and CBX files no longer need to be fully extracted for reading; pages are streamed directly, improving performance for large files.
- **Enhanced Charts**: All charts have been redesigned for clarity and visual appeal. Three new chart types have been added: Taste Ratings, Reading Backlog, and Series Progress.
- **Komga-Compatible API**: Connect your Komga apps, such as Mihon or Komelia, directly to Booklore for unified library management.
- **Progressive Web App Support**: Booklore can now be installed as a PWA, allowing access without browser UI limitations for a cleaner reading experience.
#### 🐛 Bug Fixes (v1.18.2 + v1.18.1)
- fix(db): remove unused CBX/PDF cache cleanup cron entries ([#​2402](https://github.com/booklore-app/booklore/issues/2402 ))
- Fix showstopper bugs in v1.18.0 ([#​2399](https://github.com/booklore-app/booklore/issues/2399 )) by [@​acx10](https://github.com/acx10 )
- fix(reading sessions): Split sessions, re-calculate times in book overview ([#​2393](https://github.com/booklore-app/booklore/issues/2393 )) by [@​WorldTeacher](https://github.com/WorldTeacher )
#### 🚀 New Features (v1.18.0)
- Introduced additional library charts to surface meaningful insights ([#​2390](https://github.com/booklore-app/booklore/issues/2390 )) by [@​acx10](https://github.com/acx10 )
- Introduce three new analytical charts: Taste Ratings, Reading Backlog, and Series Progress ([#​2383](https://github.com/booklore-app/booklore/issues/2383 )) by [@​acx10](https://github.com/acx10 )
- Initialize progress web app ([#​2351](https://github.com/booklore-app/booklore/issues/2351 )) by [@​acx10](https://github.com/acx10 )
- feat(custom-covers): add functionality to generate custom covers for selected books ([#​2355](https://github.com/booklore-app/booklore/issues/2355 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Implement streaming EPUB reader with on-demand loading ([#​2350](https://github.com/booklore-app/booklore/issues/2350 )) by [@​acx10](https://github.com/acx10 )
- Feat/komga api ([#​2071](https://github.com/booklore-app/booklore/issues/2071 )) by [@​farfromrefug](https://github.com/farfromrefug )
- Revamp streaming PDF reader to render pages on demand ([#​2332](https://github.com/booklore-app/booklore/issues/2332 )) by [@​acx10](https://github.com/acx10 )
- Revamp the CBX reader layout for improved structure and usability ([#​2330](https://github.com/booklore-app/booklore/issues/2330 )) by [@​acx10](https://github.com/acx10 )
- Add support for annotations and book notes in the new ebook reader ([#​2313](https://github.com/booklore-app/booklore/issues/2313 )) by [@​acx10](https://github.com/acx10 )
- Bidirectional progress sync between koreader and booklore reader ([#​2312](https://github.com/booklore-app/booklore/issues/2312 )) by [@​acx10](https://github.com/acx10 )
- feat(metadata): add configurable enabled fields for metadata editor a… ([#​2299](https://github.com/booklore-app/booklore/issues/2299 )) by [@​acx10](https://github.com/acx10 )
- Implement Public Shelves ([#​1969](https://github.com/booklore-app/booklore/issues/1969 )) by [@​cjd](https://github.com/cjd )
- Introduce a new eBook reader with support for EPUB, MOBI, AZW3, and FB2 formats ([#​2258](https://github.com/booklore-app/booklore/issues/2258 )) by [@​acx10](https://github.com/acx10 )
- feat(metadata): add auto-save metadata feature in editor settings ([#​2274](https://github.com/booklore-app/booklore/issues/2274 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- RanobeDB Light Novel metadata provider ([#​2221](https://github.com/booklore-app/booklore/issues/2221 )) by [@​Nedra1998](https://github.com/Nedra1998 )
#### ✨ Enhancements (v1.18.0)
- feat(metadata): add 'Replace When Provided' option to metadata replacement modes ([#​2379](https://github.com/booklore-app/booklore/issues/2379 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(google-parser): improve Google Books API integration with improved metadata handling and series extraction ([#​2375](https://github.com/booklore-app/booklore/issues/2375 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(metadata): add replace mode option for metadata fetching ([#​2356](https://github.com/booklore-app/booklore/issues/2356 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(comicVine): improve comic metadata structure with additional credits and fields ([#​2358](https://github.com/booklore-app/booklore/issues/2358 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(library): add validation for library path accessibility during rescan ([#​2347](https://github.com/booklore-app/booklore/issues/2347 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(ui): add password confirmations ([#​2291](https://github.com/booklore-app/booklore/issues/2291 )) by [@​arjunsrinivasan1997](https://github.com/arjunsrinivasan1997 )
- feat(sort): Add sort by author surname and first name ([#​2292](https://github.com/booklore-app/booklore/issues/2292 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(directory-picker): add selection actions for folders, add buttons for select all, deselect all, and select current folder ([#​2293](https://github.com/booklore-app/booklore/issues/2293 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(hardcover): Improve Hardcover metadata accuracy and rate limiting ([#​2303](https://github.com/booklore-app/booklore/issues/2303 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(shelf): add shelf filtering options and integrate into book processing ([#​2268](https://github.com/booklore-app/booklore/issues/2268 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Stream CBX contents directly from the archive instead of unzipping and caching files ([#​2229](https://github.com/booklore-app/booklore/issues/2229 )) by [@​acx10](https://github.com/acx10 )
#### 🎨 UI Tweaks (v1.18.0)
- Polish view and metadata settings page UI ([#​2362](https://github.com/booklore-app/booklore/issues/2362 )) by [@​acx10](https://github.com/acx10 )
- Optimize metadata picker for mobile layout ([#​2361](https://github.com/booklore-app/booklore/issues/2361 )) by [@​acx10](https://github.com/acx10 )
#### 🐛 Bug Fixes (v1.18.0)
- Fix touch issues with ebook reader ([#​2395](https://github.com/booklore-app/booklore/issues/2395 )) by [@​acx10](https://github.com/acx10 )
- Fix failing book cover search due to HTTP 403 ([#​2392](https://github.com/booklore-app/booklore/issues/2392 )) by [@​acx10](https://github.com/acx10 )
- fix: Refactor HardcoverSyncService to improve edition and page count ([#​2389](https://github.com/booklore-app/booklore/issues/2389 )) by [@​boludo00](https://github.com/boludo00 )
- fix(kobo): Update KoboResources file to match Calibre web to fix issues with Overdrive ([#​2367](https://github.com/booklore-app/booklore/issues/2367 )) by [@​cra21k](https://github.com/cra21k )
- fix(comic-metadata): fix series grouping bug with external ComicInfo.xml metadata ([#​2385](https://github.com/booklore-app/booklore/issues/2385 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(PathPatternResolver): remove leading slash from resolved pattern if first component is empty ([#​2339](https://github.com/booklore-app/booklore/issues/2339 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(ui): map comic book extensions to CBX filter in book details ([#​2338](https://github.com/booklore-app/booklore/issues/2338 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix: Reading stats UI ([#​2322](https://github.com/booklore-app/booklore/issues/2322 )) by [@​WorldTeacher](https://github.com/WorldTeacher )
- fix: split reading sessions based on the date ([#​2316](https://github.com/booklore-app/booklore/issues/2316 )) by [@​WorldTeacher](https://github.com/WorldTeacher )
- fix(chart-ui): resolve glitches in chart rendering ([#​2290](https://github.com/booklore-app/booklore/issues/2290 )) by [@​acx10](https://github.com/acx10 )
- fix(comicvine): fix metadata search failing for titles containing '#<number>' ([#​2273](https://github.com/booklore-app/booklore/issues/2273 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(reading statistics ui): small fixes ([#​2276](https://github.com/booklore-app/booklore/issues/2276 )) by [@​WorldTeacher](https://github.com/WorldTeacher )
- fix(metadata-picker): handle null and empty values in fetched metadata processing ([#​2269](https://github.com/booklore-app/booklore/issues/2269 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(OpdsFeedService): detect ZIP mime type for FB2 files when zipped ([#​2242](https://github.com/booklore-app/booklore/issues/2242 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(epub): strip formatting from ISBN values to ensure correct extraction ([#​2248](https://github.com/booklore-app/booklore/issues/2248 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(deps): add JPEG2000 support in PDFBox with Jai ImageIO dependencies ([#​2250](https://github.com/booklore-app/booklore/issues/2250 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(metadata): missing lubimyczytac fields and fetch retry ([#​2179](https://github.com/booklore-app/booklore/issues/2179 )) by [@​Spynacz](https://github.com/Spynacz )
#### 🛠️ Refactoring & Maintenance (v1.18.0)
- Refactor: Enhance healthcheck response with version info and DTO ([#​2378](https://github.com/booklore-app/booklore/issues/2378 )) by [@​hyun4965](https://github.com/hyun4965 )
- perf(regex): introduce regex patterns for improved string handling invarious services ([#​2386](https://github.com/booklore-app/booklore/issues/2386 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Fix: Yes/No buttons on bookdrop import have reversed colors/icons ([#​2363](https://github.com/booklore-app/booklore/issues/2363 )) by [@​acx10](https://github.com/acx10 )
- Normalize book progress percentage rounding ([#​2359](https://github.com/booklore-app/booklore/issues/2359 )) by [@​acx10](https://github.com/acx10 )
- chore(metadata-warning): add warnings about metadata quality for file naming and moving features ([#​2340](https://github.com/booklore-app/booklore/issues/2340 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(api,epub): add cover extraction fallback using meta cover attribute for URL-encoded cover image hrefs ([#​2310](https://github.com/booklore-app/booklore/issues/2310 )) by [@​ajbanck](https://github.com/ajbanck )
- fix(amazon-parser): handle Amazon error responses and improve error logging ([#​2294](https://github.com/booklore-app/booklore/issues/2294 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(metadata): ensure authors/genres are replaced, not merged, during metadata update by defaulting mergeCategories to false ([#​2304](https://github.com/booklore-app/booklore/issues/2304 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- chore(docs): update copyright year in README ([#​2323](https://github.com/booklore-app/booklore/issues/2323 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Refactor metadata picker and parsers for Amazon, Goodreads, and Google ([#​2327](https://github.com/booklore-app/booklore/issues/2327 )) by [@​acx10](https://github.com/acx10 )
- Refactor dialogs for a consistent look and feel ([#​2321](https://github.com/booklore-app/booklore/issues/2321 )) by [@​acx10](https://github.com/acx10 )
- Refactor common dialog header and footer components ([#​2318](https://github.com/booklore-app/booklore/issues/2318 )) by [@​acx10](https://github.com/acx10 )
- Refactor the Book Browser to simplify and streamline the implementation ([#​2317](https://github.com/booklore-app/booklore/issues/2317 )) by [@​acx10](https://github.com/acx10 )
- Centralize book tag color definitions ([#​2314](https://github.com/booklore-app/booklore/issues/2314 )) by [@​acx10](https://github.com/acx10 )
- Remove support for the legacy ePub reader ([#​2287](https://github.com/booklore-app/booklore/issues/2287 )) by [@​acx10](https://github.com/acx10 )
- fix(parsers): increase request interval to prevent rate limiting issues ([#​2282](https://github.com/booklore-app/booklore/issues/2282 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- (Refactor) Extract file-specific information from book ([#​1734](https://github.com/booklore-app/booklore/issues/1734 )) by [@​piffio](https://github.com/piffio )
- Update query to use startTime instead of createdAt ([#​2272](https://github.com/booklore-app/booklore/issues/2272 )) by [@​WorldTeacher](https://github.com/WorldTeacher )
- feat(archive): add ArchiveType via Magic Numbers detection and integrate into book processing ([#​2220](https://github.com/booklore-app/booklore/issues/2220 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- fix(epub): normalize text nodes in EPUB metadata content.opf ([#​2222](https://github.com/booklore-app/booklore/issues/2222 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
#### 📦 Dependencies (v1.18.0)
- chore(deps): bump tar from 7.5.2 to 7.5.6 in /booklore-ui ([#​2387](https://github.com/booklore-app/booklore/issues/2387 )) by @​[dependabot\[bot\]](https://github.com/apps/dependabot )
- chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /booklore-ui ([#​2388](https://github.com/booklore-app/booklore/issues/2388 )) by @​[dependabot\[bot\]](https://github.com/apps/dependabot )
- chore: update Angular dependencies to latest minor/patch versions ([#​2285](https://github.com/booklore-app/booklore/issues/2285 )) by [@​acx10](https://github.com/acx10 )
#### 🐳 Docker Images
- **Docker Hub:** `booklore/booklore:v1.18.2`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.18.2`
**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.17.0...v1.18.2 >
#### 📸 Screenshots
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 10 47 PM" src="https://github.com/user-attachments/assets/d5118bbf-771c-495d-b2a3-a695027a6bcd " />
<img width="750" height="451" alt="Screenshot 2026-01-22 at 12 06 23 PM" src="https://github.com/user-attachments/assets/13456e8f-e3bb-4373-b6c8-b4871c5b5504 " />
<img width="750" height="452" alt="Screenshot 2026-01-22 at 12 02 35 PM" src="https://github.com/user-attachments/assets/d2f8a2d6-6ea8-43d2-b990-7a058ca45e29 " />
<img width="750" height="452" alt="Screenshot 2026-01-22 at 12 01 46 PM" src="https://github.com/user-attachments/assets/0aff60b3-238f-4f6e-a2b5-c962f844e7ba " />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 04 22 PM" src="https://github.com/user-attachments/assets/fd4fcc98-3d95-4662-ac61-a93d534f3ed3 " />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 04 27 PM" src="https://github.com/user-attachments/assets/5464a3d4-a6f7-4e8d-acfc-1ca7fb14e9ec " />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 04 33 PM" src="https://github.com/user-attachments/assets/c7722037-ba00-4bea-a166-150b6557caf3 " />
<img width="632" height="710" alt="Screenshot 2026-01-22 at 12 05 47 PM" src="https://github.com/user-attachments/assets/6011c4ee-efa2-4471-a9b0-9fd2b2d09712 " />
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 13 56 PM" src="https://github.com/user-attachments/assets/820465a6-59d7-44d7-9eef-56f69451ab85 " />
<img width="750" height="402" alt="Screenshot 2026-01-22 at 1 17 59 AM" src="https://github.com/user-attachments/assets/08aa7a57-aa54-4672-ab1c-b35551e88b51 " />
<img width="750" height="369" alt="Screenshot 2026-01-22 at 1 17 41 AM" src="https://github.com/user-attachments/assets/2f08f94f-59e4-40f1-932b-07b028620875 " />
<img width="750" height="317" alt="Screenshot 2026-01-22 at 1 18 11 AM" src="https://github.com/user-attachments/assets/947c96cc-ab9a-481d-adb0-2a1472393ee8 " />
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 09 34 PM" src="https://github.com/user-attachments/assets/3bfc4666-7aa5-45db-a2b5-f16f0a3a8b5c " />
<img width="750" height="471" alt="Screenshot 2026-01-22 at 12 09 28 PM" src="https://github.com/user-attachments/assets/1c3cc89f-1cd6-4dd3-b0f2-26b9ad56aa66 " />
<img width="750" height="451" alt="Screenshot 2026-01-22 at 12 07 03 PM" src="https://github.com/user-attachments/assets/8b9577c0-db09-4bf1-8903-f9ceca7b9964 " />
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3369
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-22 23:28:01 +00:00
35e9a47d4c
change mount
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 54s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 23m0s
renovate / renovate (push) Successful in 1m8s
2026-01-21 17:05:04 -06:00
6825eb5c61
remove lidatube
lint-test-helm / lint-helm (push) Successful in 34s
render-manifests-push / render-manifests-push (push) Successful in 40s
lint-test-docker / lint-docker-compose (push) Successful in 50s
renovate / renovate (push) Successful in 2m33s
2026-01-21 16:34:57 -06:00
79cd824f93
Update Helm release loki to v6.51.0 ( #3367 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 29s
renovate / renovate (push) Successful in 1m30s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.50.0` → `6.51.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3367
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-21 22:09:28 +00:00
535c100d98
add music library
lint-test-helm / lint-helm (push) Successful in 36s
render-manifests-push / render-manifests-push (push) Successful in 1m56s
renovate / renovate (push) Successful in 2m42s
2026-01-21 15:13:43 -06:00
af24cf5a6d
scale
2026-01-21 15:13:43 -06:00
f13c8b3021
Update Helm release loki to v6.50.0 ( #3353 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [loki](https://grafana.github.io/helm-charts ) ([source](https://github.com/grafana/helm-charts )) | minor | `6.49.0` → `6.50.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3353
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-21 21:11:33 +00:00
a7fe2e1904
Update kube-prometheus-stack Docker tag to v81.2.0 ( #3362 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 42s
renovate / renovate (push) Successful in 2m0s
2026-01-21 21:06:10 +00:00
b49a14b361
Update ollama/ollama Docker tag to v0.14.3 ( #3361 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has been cancelled
2026-01-21 21:05:17 +00:00
52d22e24b2
Update Helm release matrix-synapse to v3.12.18 ( #3359 )
lint-test-helm / lint-helm (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
2026-01-21 21:05:01 +00:00
ea263f27aa
Update Helm release gatus to v1.4.5 ( #3357 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-21 21:03:46 +00:00
38449c9716
Update Helm release element-web to v1.4.28 ( #3355 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-21 21:02:57 +00:00
6e37e48d12
Update Helm release argo-workflows to v0.47.1 ( #3354 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-21 21:02:21 +00:00
05c2ca2848
remove ephemera
lint-test-helm / lint-helm (push) Successful in 28s
lint-test-docker / lint-docker-compose (push) Successful in 38s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Successful in 5m55s
2026-01-21 14:38:02 -06:00
1c8cf4a353
Update caronc/apprise Docker tag to v1.3.1 ( #3350 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 41s
renovate / renovate (push) Successful in 2m1s
2026-01-21 20:02:30 +00:00
4cd0e9ea47
Update d3fk/s3cmd:latest Docker digest to 9d73431 ( #3348 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 40s
renovate / renovate (push) Successful in 2m15s
2026-01-21 03:02:57 +00:00
d9e7938f4f
Update ghcr.io/linuxserver/bazarr:1.5.4 Docker digest to 5af962a ( #3346 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m3s
renovate / renovate (push) Successful in 2m45s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 33m19s
2026-01-20 22:02:32 +00:00
27e84df323
add pull policy
lint-test-helm / lint-helm (push) Successful in 28s
render-manifests-push / render-manifests-push (push) Successful in 1m21s
renovate / renovate (push) Successful in 2m19s
2026-01-20 15:06:17 -06:00
70a99fc40c
Update Helm release rook-ceph-cluster to v1.19.0 ( #3343 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Successful in 2m0s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rook-ceph-cluster](https://github.com/rook/rook ) | minor | `v1.18.9` → `v1.19.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>rook/rook (rook-ceph-cluster)</summary>
### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0 )
[Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0 )
### Upgrade Guide
To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/ ).
### Breaking Changes
- The supported Kubernetes versions are v1.30 - v1.35
- The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
to Ceph v19.2.0 or higher before upgrading Rook.
- The behavior of the `activeStandby` property in the `CephFilesystem` CRD has changed. When set to `false`, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
- Helm: The `rook-ceph-cluster` chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the [Rook upgrade guide](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119 ).
- In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.
### Features
- Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the [NVMe-oF Configuration Guide](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/ ) to get started.
- CephCSI v3.16 Integration:
- NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
- Improved fencing for RBD and CephFS volumes during [node failure](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss )
- Block volume usage statistics
- Configurable block encryption cipher
- Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting `ROOK_RECONCILE_CONCURRENT_CLUSTERS` to a value greater than `1`.
- Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3343
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-20 20:55:59 +00:00
89e8538e2d
Update Helm release rook-ceph to v1.19.0 ( #3342 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Successful in 2m50s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rook-ceph](https://github.com/rook/rook ) | minor | `v1.18.9` → `v1.19.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>rook/rook (rook-ceph)</summary>
### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0 )
[Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0 )
### Upgrade Guide
To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/ ).
### Breaking Changes
- The supported Kubernetes versions are v1.30 - v1.35
- The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
to Ceph v19.2.0 or higher before upgrading Rook.
- The behavior of the `activeStandby` property in the `CephFilesystem` CRD has changed. When set to `false`, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
- Helm: The `rook-ceph-cluster` chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the [Rook upgrade guide](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119 ).
- In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.
### Features
- Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the [NVMe-oF Configuration Guide](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/ ) to get started.
- CephCSI v3.16 Integration:
- NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
- Improved fencing for RBD and CephFS volumes during [node failure](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss )
- Block volume usage statistics
- Configurable block encryption cipher
- Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting `ROOK_RECONCILE_CONCURRENT_CLUSTERS` to a value greater than `1`.
- Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3342
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-20 20:38:46 +00:00
2bdcd5d6fd
Update clidey/whodb Docker tag to v0.89.0 ( #3339 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Successful in 3m42s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| clidey/whodb | minor | `0.88.0` → `0.89.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #3339
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-20 19:58:37 +00:00
bc63a11165
Update Helm release meilisearch to v0.23.0 ( #3338 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 58s
renovate / renovate (push) Successful in 2m16s
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.21.0` → `0.23.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>meilisearch/meilisearch-kubernetes (meilisearch)</summary>
### [`v0.23.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.23.0 )
[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.22.0...meilisearch-0.23.0 )
A Helm chart for the Meilisearch search engine
### [`v0.22.0`](https://github.com/meilisearch/meilisearch-kubernetes/releases/tag/meilisearch-0.22.0 )
[Compare Source](https://github.com/meilisearch/meilisearch-kubernetes/compare/meilisearch-0.21.0...meilisearch-0.22.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3338
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-20 19:03:43 +00:00
c000047b19
Update searxng/searxng:latest Docker digest to b1d1e80 ( #3336 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 2m4s
2026-01-20 13:01:55 +00:00
d7f9027c7c
Update binwiederhier/ntfy Docker tag to v2.16.0 ( #3334 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 29s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [binwiederhier/ntfy](https://ntfy.sh/ ) ([source](https://github.com/binwiederhier/ntfy )) | minor | `v2.15.0` → `v2.16.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>binwiederhier/ntfy (binwiederhier/ntfy)</summary>
### [`v2.16.0`](https://github.com/binwiederhier/ntfy/releases/tag/v2.16.0 )
[Compare Source](https://github.com/binwiederhier/ntfy/compare/v2.15.0...v2.16.0 )
This release adds support for [updating and deleting notifications](https://docs.ntfy.sh/publish/#updating-deleting-notifications ), [heartbeat-style / dead man's switch notifications](https://docs.ntfy.sh/publish/#scheduled-delivery ), [custom Twilio call format](https://docs.ntfy.sh/config/#phone-calls ), and makes `ntfy serve` work on Windows. It also adds a "New version available" banner to the web app.
This one is very exciting, as it brings a lot of highly requested features to ntfy.
**Features:**
- Support for [updating and deleting notifications](https://docs.ntfy.sh/publish/#updating-deleting-notifications ) ([#​303](https://github.com/binwiederhier/ntfy/issues/303 ), [#​1536](https://github.com/binwiederhier/ntfy/pull/1536 ), [ntfy-android#151](https://github.com/binwiederhier/ntfy-android/pull/151 ), thanks to [@​wunter8](https://github.com/wunter8 ) for the initial implementation)
- Support for heartbeat-style / [dead man's switch](https://en.wikipedia.org/wiki/Dead_man%27s_switch ) notifications aka
[updating and deleting scheduled notifications](https://docs.ntfy.sh/publish/#scheduled-delivery ) ([#​1556](https://github.com/binwiederhier/ntfy/pull/1556 ), [#​1142](https://github.com/binwiederhier/ntfy/pull/1142 ), [#​954](https://github.com/binwiederhier/ntfy/issues/954 ), thanks to [@​GamerGirlandCo](https://github.com/GamerGirlandCo ) for the initial implementation)
- Configure [custom Twilio call format](https://docs.ntfy.sh/config/#phone-calls ) for phone calls ([#​1289](https://github.com/binwiederhier/ntfy/pull/1289 ), thanks to [@​mmichaa](https://github.com/mmichaa ) for the initial implementation)
- `ntfy serve` now works on Windows, including support for running it as a Windows service ([#​1104](https://github.com/binwiederhier/ntfy/issues/1104 ), [#​1552](https://github.com/binwiederhier/ntfy/pull/1552 ), originally [#​1328](https://github.com/binwiederhier/ntfy/pull/1328 ), thanks to [@​wtf911](https://github.com/wtf911 ))
- Web app: "New version available" banner ([#​1554](https://github.com/binwiederhier/ntfy/pull/1554 ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3334
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-20 03:07:38 +00:00
4fdcb75b60
Update searxng/searxng:latest Docker digest to 93f28a7 ( #3332 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 55s
renovate / renovate (push) Successful in 2m20s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 30m37s
2026-01-19 21:02:53 +00:00
daf583fd8c
Update ghcr.io/gethomepage/homepage Docker tag to v1.9.0 ( #3328 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
lint-test-docker / lint-docker-compose (push) Successful in 47s
renovate / renovate (push) Successful in 2m37s
2026-01-19 19:03:45 +00:00
f33a7a6e05
Update stalwartlabs/stalwart Docker tag to v0.15.4 ( #3327 )
lint-test-helm / lint-helm (push) Successful in 21s
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
2026-01-19 19:03:14 +00:00
3441022a00
Update Helm release snapshot-controller to v5.0.2 ( #3326 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-19 19:02:57 +00:00
21a27cad36
update lock
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 3m37s
2026-01-19 11:39:44 -06:00
956ba194ec
Update halfshot/matrix-hookshot Docker tag to v7.3.0 ( #3324 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 49s
renovate / renovate (push) Successful in 2m6s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [halfshot/matrix-hookshot](https://github.com/matrix-org/matrix-hookshot ) | minor | `7.2.0` → `7.3.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>matrix-org/matrix-hookshot (halfshot/matrix-hookshot)</summary>
### [`v7.3.0`](https://github.com/matrix-org/matrix-hookshot/blob/HEAD/CHANGELOG.md#730-2026-01-19 )
[Compare Source](https://github.com/matrix-org/matrix-hookshot/compare/7.2.0...7.3.0 )
#### Features
- Add an optional template argument to the `feed` command, to allow specifying a template for feed entries when using the command interface. ([#​1097](https://github.com/matrix-org/matrix-hookshot/issues/1097 ))
- Static connections may now be configured in the config file. ([#​1102](https://github.com/matrix-org/matrix-hookshot/issues/1102 ))
- Prefixes are now supported on listeners. You may specify a `prefix` under any `listener` config entry. ([#​1119](https://github.com/matrix-org/matrix-hookshot/issues/1119 ))
#### Bugfixes
- Fix a case where outbound webhooks would not work if you had not enabled openproject (due to a mixed up config check). ([#​1095](https://github.com/matrix-org/matrix-hookshot/issues/1095 ))
- Fix /oauth responding with 405 despite GitHub being configured. ([#​1105](https://github.com/matrix-org/matrix-hookshot/issues/1105 ))
- Ensure running Hookshot with a missing or empty user namespace in the registration file. ([#​1116](https://github.com/matrix-org/matrix-hookshot/issues/1116 ))
#### Internal Changes
- Update matrix-bot-sdk / matrix-appservice-bridge to latest versions. ([#​1120](https://github.com/matrix-org/matrix-hookshot/issues/1120 ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3324
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-19 17:32:56 +00:00
9628b72c3c
Update ghcr.io/linuxserver/plex:1.42.2 Docker digest to b19a5e3 ( #3322 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m50s
2026-01-19 10:01:51 +00:00
76a8b0ec47
Update ghcr.io/jellyfin/jellyfin Docker tag to v10.11.6 ( #3320 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m12s
renovate / renovate (push) Successful in 1m35s
2026-01-19 03:26:29 +00:00
52878066dc
fix name
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 29s
renovate / renovate (push) Successful in 1m50s
2026-01-18 21:24:28 -06:00
6baf10d8a7
adjust schedule
render-manifests-push / render-manifests-push (push) Successful in 52s
lint-test-helm / lint-helm (push) Successful in 1m8s
renovate / renovate (push) Successful in 2m42s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 31m41s
2026-01-18 18:05:08 -06:00
af9e1d3948
change to universal search
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 1m10s
renovate / renovate (push) Successful in 2m22s
2026-01-18 18:00:36 -06:00
383bb26ff9
add backup
2026-01-18 18:00:24 -06:00
e64be8dfd6
use main branch
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 1m27s
renovate / renovate (push) Successful in 2m34s
2026-01-18 17:55:14 -06:00
16636cdebc
add downloads path
2026-01-18 17:54:59 -06:00
272b1d5298
use dev branch
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 40s
renovate / renovate (push) Successful in 1m40s
2026-01-18 17:42:06 -06:00
aff8b3404e
remove ingest dir
lint-test-helm / lint-helm (push) Successful in 37s
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-18 17:41:10 -06:00
3b272fa9e1
remove tautulli
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 54s
lint-test-docker / lint-docker-compose (push) Successful in 1m12s
renovate / renovate (push) Successful in 3m7s
2026-01-18 17:33:32 -06:00
f827ac7f59
audio
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 47s
renovate / renovate (push) Successful in 1m23s
2026-01-18 17:28:58 -06:00
84008b5c03
remove listenarr
lint-test-helm / lint-helm (push) Successful in 18s
lint-test-docker / lint-docker-compose (push) Successful in 27s
render-manifests-push / render-manifests-push (push) Successful in 49s
renovate / renovate (push) Successful in 1m26s
2026-01-18 17:25:29 -06:00
acc3fb7dd3
sort lines
lint-test-helm / lint-helm (push) Successful in 14s
render-manifests-push / render-manifests-push (push) Successful in 41s
renovate / renovate (push) Successful in 1m50s
2026-01-18 16:49:40 -06:00
d3c21094e4
add cat
render-manifests-push / render-manifests-push (push) Failing after 1s
lint-test-helm / lint-helm (push) Failing after 5s
renovate / renovate (push) Successful in 1m24s
2026-01-18 16:47:14 -06:00
022041cf59
Update ghcr.io/linuxserver/prowlarr:2.3.0 Docker digest to d3e9307 ( #3252 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 48s
renovate / renovate (push) Successful in 1m24s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/linuxserver/prowlarr](https://github.com/linuxserver/docker-prowlarr/packages ) ([source](https://github.com/linuxserver/docker-prowlarr )) | digest | `67a8aae` → `d3e9307` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #3252
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-18 22:24:48 +00:00
097e70cabf
Update ghcr.io/traefik/traefik Docker tag to v3.6.7 ( #3264 )
...
lint-test-docker / lint-docker-compose (push) Successful in 26s
renovate / renovate (push) Successful in 1m33s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/traefik/traefik](https://hub.docker.com/_/traefik ) ([source](https://github.com/traefik/traefik-library-image )) | patch | `v3.6.6` → `v3.6.7` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>traefik/traefik-library-image (ghcr.io/traefik/traefik)</summary>
### [`v3.6.7`](https://github.com/traefik/traefik-library-image/compare/v3.6.7...v3.6.7 )
[Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.7...v3.6.7 )
### [`v3.6.7`](https://github.com/traefik/traefik-library-image/compare/v3.6.6...v3.6.7 )
[Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.6...v3.6.7 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #3264
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-18 20:39:41 +00:00
293279018e
Update ghcr.io/linuxserver/qbittorrent:5.1.4 Docker digest to f430d70 ( #3309 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 54s
renovate / renovate (push) Successful in 2m15s
2026-01-18 08:01:54 +00:00
4a237e9bea
change port
lint-test-helm / lint-helm (push) Successful in 36s
render-manifests-push / render-manifests-push (push) Successful in 52s
renovate / renovate (push) Successful in 1m38s
2026-01-17 21:49:02 -06:00
0b88420ff5
add excalidraw
lint-test-helm / lint-helm (push) Successful in 1m28s
lint-test-docker / lint-docker-compose (push) Successful in 1m35s
render-manifests-push / render-manifests-push (push) Successful in 2m9s
renovate / renovate (push) Successful in 1m26s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 35m19s
2026-01-17 18:27:25 -06:00
d77aade354
remove fladder
lint-test-docker / lint-docker-compose (push) Successful in 46s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Successful in 2m7s
lint-test-helm / lint-helm (push) Successful in 14s
2026-01-17 18:15:27 -06:00
7f29b15b76
Update php Docker tag to v8.5.2 ( #3303 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 27s
renovate / renovate (push) Successful in 4m53s
2026-01-17 17:40:51 +00:00
0cc218fd93
Update Helm release generic-device-plugin to v0.20.17 ( #3302 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2026-01-17 17:40:22 +00:00
50c798a760
Update ghcr.io/linuxserver/code-server Docker tag to v4.108.1 ( #3299 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Has been cancelled
2026-01-17 17:37:37 +00:00
a66a2d3b84
Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.1.2 ( #3298 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has been cancelled
2026-01-17 17:37:17 +00:00
78e2b7a506
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.12.1 ( #3295 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 26s
renovate / renovate (push) Has been cancelled
2026-01-17 17:34:15 +00:00
3d4d631bd4
Update cloudflared Docker tag to v2.1.9 ( #3294 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-17 17:34:04 +00:00
a0b91aa2a7
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2601.0 ( #3250 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 35s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| dock.mau.dev/mautrix/whatsapp | minor | `v0.2512.0` → `v0.2601.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #3250
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-17 17:28:38 +00:00
3ea4a23f25
Update outlinewiki/outline Docker tag to v1.3.0 ( #3292 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline ) | minor | `1.2.0` → `1.3.0` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v1.3.0`](https://github.com/outline/outline/releases/tag/v1.3.0 )
[Compare Source](https://github.com/outline/outline/compare/v1.2.0...v1.3.0 )
#### What's Changed
##### Improvements
- Table rows and columns are now draggable in [#​11138](https://github.com/outline/outline/pull/11138 )
- Added an "Email display" preference to control email address visibility in the workspace in [#​11103](https://github.com/outline/outline/pull/11103 )
- diagrams.net diagrams are now persisted as SVG's by default in [#​11128](https://github.com/outline/outline/pull/11128 )
- Publicly shared documents now include backlinks in the footer in [#​11141](https://github.com/outline/outline/pull/11141 )
- Headers and dividers now clear images aligned to the left or right in [#​11108](https://github.com/outline/outline/pull/11108 )
- Upload progress is now shown in the editor for large/slow files in [#​11109](https://github.com/outline/outline/pull/11109 )
- Added a keyboard shortcut to toggle theme (Cmd+Shift+L) in [#​11127](https://github.com/outline/outline/pull/11127 )
- Todo's can now be typed with the simplified `[]` syntax in [#​11129](https://github.com/outline/outline/pull/11129 )
- Importing a code block with "mermaid" language will now work as expected in [#​11132](https://github.com/outline/outline/pull/11132 )
- There is now an option to include nested documents when downloading a doc in [#​9679](https://github.com/outline/outline/pull/9679 )
- "copy as markdown" now signs attachment URLs by [@​libnewton](https://github.com/libnewton ) in [#​10821](https://github.com/outline/outline/pull/10821 )
- List spacing increased in [#​11163](https://github.com/outline/outline/pull/11163 )
- Publicly shared docs now handle the accept `text/markdown` header for LLM usage in [#​11182](https://github.com/outline/outline/pull/11182 )
- API: Plain urls provided via API will be automatically embedded when matching an integration in [#​11148](https://github.com/outline/outline/pull/11148 )
##### Fixes
- Fixed overlapping filters on search page in some translations [#​11086](https://github.com/outline/outline/pull/11086 )
- Task summary in meta data no longer shrinks in [#​11087](https://github.com/outline/outline/pull/11087 )
- Improved user feedback when copying/moving documents in [#​11089](https://github.com/outline/outline/pull/11089 )
- Fixed table width collapsing in [#​11178](https://github.com/outline/outline/pull/11178 )
- Fixed an issue where copy and pasting a diagrams.net diagram lost the edit button in [#​11102](https://github.com/outline/outline/pull/11102 )
- Embedded PDF rendering now works correctly in Safari in [#​11107](https://github.com/outline/outline/pull/11107 )
- Clicking while editing a sidebar link no longer navigates in [#​11105](https://github.com/outline/outline/pull/11105 )
- Fixed an issue that was causing premature signout when using Passkeys in [#​11136](https://github.com/outline/outline/pull/11136 )
- Removed `space` requirement from markdown trigger for horizontal rule in [#​11130](https://github.com/outline/outline/pull/11130 )
- LaTeX escape sequences now work correctly when pasting into doc in [#​11134](https://github.com/outline/outline/pull/11134 )
- Fixed a display issue with the inline LaTeX active border on Firefox in [#​11147](https://github.com/outline/outline/pull/11147 )
- Local database cache of documents is now cleared on logout in [#​11135](https://github.com/outline/outline/pull/11135 )
- Added timeout and optimized URL unfurl performance in [#​11149](https://github.com/outline/outline/pull/11149 )
- Right click -> Copy link in the sidebar no longer navigates to item in [#​11162](https://github.com/outline/outline/pull/11162 )
- Fixed display issues in empty notification panel in [#​11166](https://github.com/outline/outline/pull/11166 )
- Improved performance of diff calculation in [#​11174](https://github.com/outline/outline/pull/11174 )
- Theme override on shared docs e.g. `?theme=dark` will now persist between navigations in [#​11176](https://github.com/outline/outline/pull/11176 )
- Lists inside tables no longer break Markdown output in [#​11183](https://github.com/outline/outline/pull/11183 )
- Fixed `alt+shift` navigation in header in Safari in [#​11184](https://github.com/outline/outline/pull/11184 )
- API: `html` property in response was removed from `revisions.info` in [#​11088](https://github.com/outline/outline/pull/11088 )
- API: `documents.diff` endpoint removed in [#​11175](https://github.com/outline/outline/pull/11175 )
- API: `comments.create` and `comments.update` no longer allow nodes that cannot be displayed in comments in [#​11101](https://github.com/outline/outline/pull/11101 )
**Full Changelog**: <https://github.com/outline/outline/compare/v1.2.0...v1.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #3292
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-17 17:27:51 +00:00
2ed1288cb6
fix mount
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 1m53s
2026-01-16 22:31:35 -06:00
37553ccc8a
change path
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 27s
renovate / renovate (push) Successful in 1m33s
2026-01-16 22:28:05 -06:00
755b5995ed
fix mount
render-manifests-push / render-manifests-push (push) Successful in 35s
lint-test-helm / lint-helm (push) Successful in 37s
renovate / renovate (push) Successful in 1m18s
2026-01-16 21:52:00 -06:00