0a63769b9a
fix
renovate / renovate (push) Successful in 1m13s
2025-12-03 17:05:36 -06:00
a6f46bb1a7
Update ghcr.io/booklore-app/booklore Docker tag to v1.13.1 ( #2212 )
...
renovate / renovate (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Failing after 17s
lint-test-helm / helm-lint (push) Successful in 1m23s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore ) | minor | `v1.12.0` -> `v1.13.1` |
---
### Release Notes
<details>
<summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary>
### [`v1.13.1`](https://github.com/booklore-app/booklore/releases/tag/v1.13.1 )
[Compare Source](https://github.com/booklore-app/booklore/compare/v1.13.0...v1.13.1 )
#### 🌟 What's New in v1.13.1
#### 🐛 Bug Fixes
- Fix: Missing close button from dialogue window ([#​1717](https://github.com/booklore-app/booklore/issues/1717 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Fix: Date filter doesn't work very well ([#​1715](https://github.com/booklore-app/booklore/issues/1715 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Fix dev docker environment ([#​1713](https://github.com/booklore-app/booklore/issues/1713 )) by [@​Muppetteer](https://github.com/Muppetteer )
##### 🐳 Docker Images
- **Docker Hub:** `booklore/booklore:v1.13.1`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.13.1`
**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.13.0...v1.13.1 >
### [`v1.13.0`](https://github.com/booklore-app/booklore/releases/tag/v1.13.0 )
[Compare Source](https://github.com/booklore-app/booklore/compare/v1.12.0...v1.13.0 )
#### 🌟 What's New in v1.13.0
#### 🚀 New Features
- Feature: Add EPUB conversion support for CBX files to Kobo Sync ([#​1538](https://github.com/booklore-app/booklore/issues/1538 )) by [@​CounterClops](https://github.com/CounterClops )
- Feat: Improve kobo reading state sync logic for better bidirectional support ([#​1644](https://github.com/booklore-app/booklore/issues/1644 )) by [@​CounterClops](https://github.com/CounterClops )
- Enable jumping to filters by clicking page count, file size, or match… ([#​1685](https://github.com/booklore-app/booklore/issues/1685 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Improve computed filter label logic for cleaner and more readable sum… ([#​1684](https://github.com/booklore-app/booklore/issues/1684 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Expose Magic Shelves through the OPDS feed so clients can access them ([#​1683](https://github.com/booklore-app/booklore/issues/1683 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Add single select filter mode ([#​1671](https://github.com/booklore-app/booklore/issues/1671 )) by [@​Muppetteer](https://github.com/Muppetteer )
- Enable navigation by library, year, language, file type, and read sta… ([#​1672](https://github.com/booklore-app/booklore/issues/1672 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
#### ✨ Enhancements
- Maintain book selections when switching between table and grid views ([#​1651](https://github.com/booklore-app/booklore/issues/1651 )) by [@​Muppetteer](https://github.com/Muppetteer )
- Feature: Keep track of applied filters in URL query string ([#​1654](https://github.com/booklore-app/booklore/issues/1654 )) by [@​Muppetteer](https://github.com/Muppetteer )
- fix(bookdrop): Ensure source file is only deleted after successful import and cleanup target on failure ([#​1638](https://github.com/booklore-app/booklore/issues/1638 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Add option to force hyphenation in KEPUB ([#​1656](https://github.com/booklore-app/booklore/issues/1656 )) by [@​beedaddy](https://github.com/beedaddy )
#### 🐛 Bug Fixes
- fix(pdf): handle out-of-memory errors gracefully during cover generation and limit image size to prevent OOM ([#​1680](https://github.com/booklore-app/booklore/issues/1680 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Add actual language to Kobo metadata ([#​1682](https://github.com/booklore-app/booklore/issues/1682 )) by [@​beedaddy](https://github.com/beedaddy )
- Fix: Prevent sorting prefs select options from overflowing container ([#​1673](https://github.com/booklore-app/booklore/issues/1673 )) by [@​Muppetteer](https://github.com/Muppetteer )
- Fix issue with “unset” read status handling ([#​1669](https://github.com/booklore-app/booklore/issues/1669 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- Fix unique file constraint to allow identical filenames in different sub-paths ([#​1668](https://github.com/booklore-app/booklore/issues/1668 )) by [@​adityachandelgit](https://github.com/adityachandelgit )
- fix(upload): implemented byte-aware path truncation to prevent filesystem errors on long metadata ([#​1655](https://github.com/booklore-app/booklore/issues/1655 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- Add author + series sort option to view settings ([#​1652](https://github.com/booklore-app/booklore/issues/1652 )) by [@​Muppetteer](https://github.com/Muppetteer )
#### 🛠️ Refactoring & Maintenance
- refactor(exception): modernize exception handling and method signatures across services and controllers ([#​1670](https://github.com/booklore-app/booklore/issues/1670 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- refactor(api): Add BufferedImage resource cleanup to prevent native memory leaks ([#​1688](https://github.com/booklore-app/booklore/issues/1688 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- More single select filters ([#​1678](https://github.com/booklore-app/booklore/issues/1678 )) by [@​Muppetteer](https://github.com/Muppetteer )
- feat(test-utils): Add comprehensive test coverage for FileService and MetadataChangeDetector ([#​1658](https://github.com/booklore-app/booklore/issues/1658 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
- feat(api): add [@​Builder](https://github.com/Builder ).Default to entity fields for safer builder initialization and update mappers to ignore unmapped targets; add tests for builder defaults ([#​1634](https://github.com/booklore-app/booklore/issues/1634 )) by [@​balazs-szucs](https://github.com/balazs-szucs )
#### 📖 Documentation
- ci: Add OCI Image Specification Labels to Dockerfile ([#​1636](https://github.com/booklore-app/booklore/issues/1636 )) by [@​trevorswanson](https://github.com/trevorswanson )
##### 🐳 Docker Images
- **Docker Hub:** `booklore/booklore:v1.13.0`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.13.0`
**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.12.0...v1.13.0 >
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2212
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 23:04:38 +00:00
4f42b80902
fix
renovate / renovate (push) Successful in 59s
2025-12-03 17:01:48 -06:00
51b622b9aa
Update ghcr.io/karakeep-app/karakeep Docker tag to v0.29.0 ( #2214 )
...
renovate / renovate (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Failing after 12s
lint-test-helm / helm-lint (push) Successful in 32s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/karakeep-app/karakeep](https://github.com/karakeep-app/karakeep ) | minor | `0.28.0` -> `0.29.0` |
---
### Release Notes
<details>
<summary>karakeep-app/karakeep (ghcr.io/karakeep-app/karakeep)</summary>
### [`v0.29.0`](https://github.com/karakeep-app/karakeep/releases/tag/v0.29.0 ): 0.29.0
[Compare Source](https://github.com/karakeep-app/karakeep/compare/v0.28.0...v0.29.0 )
### 0.29.0
Welcome to the 0.29.0 release of Karakeep! This release ships some of our most awaited features. Collaborative lists, automated bookmark backups, search auto complete, highlighs are getting notes and search, and the mobile app is getting some more love. As usual thanks to [@​aa-ko](https://github.com/aa-ko ), [@​fivestones](https://github.com/fivestones ), and everyone who shipped code, triaged bugs, or shared feedback for this release.
> If you enjoy using Karakeep, consider supporting the project [here ☕ ️](https://buymeacoffee.com/mbassem ) or via GitHub [here](https://github.com/sponsors/MohamedBassem ).
<a href="https://www.buymeacoffee.com/mbassem " target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png " alt="Buy Me A Coffee" width="auto" height="50" ></a>
And in case you missed it, we now have a ☁️ managed offering ☁️ for those who don't want to self-host. ~~We're still in private beta (you can signup for access [here](https://tally.so/r/wo8zzx )) and gradually letting more and more users in.~~ We're in public beta now and you can signup [here](https://cloud.karakeep.app ) 🎉 .
### New Features 🚀
- Collaborative lists are here! ([#​2146](https://github.com/karakeep-app/karakeep/issues/2146 ), [#​2152](https://github.com/karakeep-app/karakeep/issues/2152 ))
- You can now invite collaborators to your lists and manage their access levels between viewers and editors.
- This was the most requested feature on the roadmap, and it's now here!
- Automated bookmark backups you can schedule once and forget ([#​2182](https://github.com/karakeep-app/karakeep/issues/2182 ))
- Currently it only captures non-asset bookmarks, but I'm planning to include lists, tags, and other metadata in the future.
- Search gets autocomplete so you can find the right filters and terms faster ([#​2178](https://github.com/karakeep-app/karakeep/issues/2178 ))
- Highlights overhaul: notes + search bar on web, plus a dedicated highlights page on mobile ([#​2154](https://github.com/karakeep-app/karakeep/issues/2154 ), [#​2155](https://github.com/karakeep-app/karakeep/issues/2155 ), [#​2156](https://github.com/karakeep-app/karakeep/issues/2156 ), [#​2157](https://github.com/karakeep-app/karakeep/issues/2157 ))
- Mobile catches up with smart list creation and an all-tags screen ([#​2153](https://github.com/karakeep-app/karakeep/issues/2153 ), [#​2163](https://github.com/karakeep-app/karakeep/issues/2163 ))
- Crawler domain rate limiting to avoid getting throttled by external sites ([#​2115](https://github.com/karakeep-app/karakeep/issues/2115 ))
- Configure it with `CRAWLER_DOMAIN_RATE_LIMIT_WINDOW_MS` and `CRAWLER_DOMAIN_RATE_LIMIT_MAX_REQUESTS`.
- Import from MyMind ([#​2138](https://github.com/karakeep-app/karakeep/issues/2138 ))
### UX Improvements ✨
- Sidebar typography and colors should feel nicer (specially in dark mode).
- Page titles are now correctly displayed in the browser tabs.
- We have a friendlier 404 page for bookmarks/lists that don't exist.
- You can now see stats about the source of your bookmarks in the usage stats page (extension, web app, mobile app, etc).
### Fixes 🔧
- Prompts lazily load `js-tiktoken` which should cut between 70-150MB of karakeep's memory usage ([#​2176](https://github.com/karakeep-app/karakeep/issues/2176 ))
- The edit dialog wasn't correctly showing the extracted text from assets, this is now fixed ([#​2181](https://github.com/karakeep-app/karakeep/issues/2181 )).
- IP validation allowlisting now allows bypassing all domains by setting `CRAWLER_ALLOWED_INTERNAL_HOSTNAMES` to `.`.
- Fix a worker crash when hitting invalid URLs with proxy enabled.
### For Developers 🛠️
- GET `/api/version` endpoint for getting server version ([#​2167](https://github.com/karakeep-app/karakeep/issues/2167 ))
- More visibility: HTTP status Prometheus counters, failed\_permanent worker metric, and system metrics on web/worker containers ([#​2117](https://github.com/karakeep-app/karakeep/issues/2117 ), [#​2107](https://github.com/karakeep-app/karakeep/issues/2107 ))
- Documentation updates for `LOG_LEVEL` and Raycast links ([#​2166](https://github.com/karakeep-app/karakeep/issues/2166 ), [#​1923](https://github.com/karakeep-app/karakeep/issues/1923 )) by [@​aa-ko](https://github.com/aa-ko ) and [@​fivestones](https://github.com/fivestones )
### Screenshots 📸
#### Collaborative Lists
<img width="1342" height="840" alt="Screenshot 2025-11-29 at 6 23 18@​2x" src="https://github.com/user-attachments/assets/f19f9951-c460-413c-9757-6014a7ec4f7e " />
#### Automated Backups
<img width="1874" height="1540" alt="Screenshot 2025-11-29 at 6 23 57@​2x" src="https://github.com/user-attachments/assets/65dc7e0e-3ab3-4243-b451-5ef3a3e7130b " />
#### Search Autocomplete
<img width="1492" height="636" alt="Screenshot 2025-11-29 at 6 24 54@​2x" src="https://github.com/user-attachments/assets/ed2f7a61-835f-4ee6-8940-657110932526 " />
### Upgrading 📦
To upgrade:
- If you're using `KARAKEEP_VERSION=release`, run `docker compose pull && docker compose up -d`.
- If you're pinning it to a specific version, bump the version and then run `docker compose pull && docker compose up -d`.
### All Commits
- i18n: fix en\_US translation - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f01d96f`](https://github.com/karakeep-app/karakeep/commit/f01d96fd )
- i18n: Sync weblate translations - [@​Hosted](https://github.com/Hosted ) Weblate in [`e1ad2cf`](https://github.com/karakeep-app/karakeep/commit/e1ad2cfd )
- feat: autocomplete search terms ([#​2178](https://github.com/karakeep-app/karakeep/issues/2178 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ebafbe5`](https://github.com/karakeep-app/karakeep/commit/ebafbe59 )
- build: switch npm to trusted publishing - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`335a84b`](https://github.com/karakeep-app/karakeep/commit/335a84bb )
- feat: Add automated bookmark backup feature ([#​2182](https://github.com/karakeep-app/karakeep/issues/2182 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`86a4b39`](https://github.com/karakeep-app/karakeep/commit/86a4b396 )
- fix: making serverConfig readonly - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`e67c33e`](https://github.com/karakeep-app/karakeep/commit/e67c33e4 )
- fix: fix react errors in signin and signup forms - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`6ab7984`](https://github.com/karakeep-app/karakeep/commit/6ab79845 )
- fix: separate shared lists in the sidebar ([#​2180](https://github.com/karakeep-app/karakeep/issues/2180 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2619f4c`](https://github.com/karakeep-app/karakeep/commit/2619f4cf )
- fix: correctly render asset extracted text in the edit bookmark dialog. fixes [#​2181](https://github.com/karakeep-app/karakeep/issues/2181 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`9ed338f`](https://github.com/karakeep-app/karakeep/commit/9ed338fe )
- fix: lazy load js-tiktoken in prompts module ([#​2176](https://github.com/karakeep-app/karakeep/issues/2176 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`e2877b4`](https://github.com/karakeep-app/karakeep/commit/e2877b45 )
- fix: fix colors in invitation form - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`a13a227`](https://github.com/karakeep-app/karakeep/commit/a13a227e )
- fix: hide archived checkbox in shared lists - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`adde809`](https://github.com/karakeep-app/karakeep/commit/adde8099 )
- feat: improve font and colors of sidebar items - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5bea5d3`](https://github.com/karakeep-app/karakeep/commit/5bea5d39 )
- fix: Propagate group ids in queue calls ([#​2177](https://github.com/karakeep-app/karakeep/issues/2177 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`6821257`](https://github.com/karakeep-app/karakeep/commit/6821257d )
- feat: Introduce groupId in restate queue ([#​2168](https://github.com/karakeep-app/karakeep/issues/2168 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5426875`](https://github.com/karakeep-app/karakeep/commit/54268759 )
- fix: support invocation cancellation while awaiting sempahore - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`38842f7`](https://github.com/karakeep-app/karakeep/commit/38842f77 )
- docs: Add LOG\_LEVEL to configuration documentation ([#​2166](https://github.com/karakeep-app/karakeep/issues/2166 )) - [@​aa-ko](https://github.com/aa-ko ) in [`6912d0d`](https://github.com/karakeep-app/karakeep/commit/6912d0dd )
- docs: fix link to raycast extension ([#​1923](https://github.com/karakeep-app/karakeep/issues/1923 )) - [@​fivestones](https://github.com/fivestones ) in [`9fedfc1`](https://github.com/karakeep-app/karakeep/commit/9fedfc15 )
- tests: Add a test for listing lists - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`e16ae2a`](https://github.com/karakeep-app/karakeep/commit/e16ae2a4 )
- feat: add GET /api/version endpoint ([#​2167](https://github.com/karakeep-app/karakeep/issues/2167 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`472adec`](https://github.com/karakeep-app/karakeep/commit/472adec7 )
- fix(mcp): propagate parent id to createList call. fixes: [#​2144](https://github.com/karakeep-app/karakeep/issues/2144 ) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`0d14130`](https://github.com/karakeep-app/karakeep/commit/0d14130c )
- feat(mobile): proper handling for shared list permissions ([#​2165](https://github.com/karakeep-app/karakeep/issues/2165 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`c5c71ba`](https://github.com/karakeep-app/karakeep/commit/c5c71ba9 )
- feat(mobile): Add highlights page to mobile app ([#​2156](https://github.com/karakeep-app/karakeep/issues/2156 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8a5a109`](https://github.com/karakeep-app/karakeep/commit/8a5a109c )
- feat: A better looking 404 page - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`7f555f5`](https://github.com/karakeep-app/karakeep/commit/7f555f57 )
- fix: hide manage collaborators option for smart lists - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`2b38c00`](https://github.com/karakeep-app/karakeep/commit/2b38c006 )
- fix: Hide shared lists where user is a viewer in Manage Lists dialog ([#​2164](https://github.com/karakeep-app/karakeep/issues/2164 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`e4db9bf`](https://github.com/karakeep-app/karakeep/commit/e4db9bf2 )
- feat(mobile): Add AI summary field to mobile bookmark info ([#​2157](https://github.com/karakeep-app/karakeep/issues/2157 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`45081dc`](https://github.com/karakeep-app/karakeep/commit/45081dcb )
- feat(mobile): Add tags screen to mobile app ([#​2163](https://github.com/karakeep-app/karakeep/issues/2163 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ad66f78`](https://github.com/karakeep-app/karakeep/commit/ad66f78d )
- feat: Add notes feature to highlights ([#​2154](https://github.com/karakeep-app/karakeep/issues/2154 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`de5ebbc`](https://github.com/karakeep-app/karakeep/commit/de5ebbc4 )
- feat(mobile): Add smart list creation in mobile app ([#​2153](https://github.com/karakeep-app/karakeep/issues/2153 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`48ab8a1`](https://github.com/karakeep-app/karakeep/commit/48ab8a19 )
- feat: Add search bar to highlights page ([#​2155](https://github.com/karakeep-app/karakeep/issues/2155 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ed6a3bf`](https://github.com/karakeep-app/karakeep/commit/ed6a3bfa )
- fix: hide collaborator emails from non-owners ([#​2160](https://github.com/karakeep-app/karakeep/issues/2160 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`8ab5df6`](https://github.com/karakeep-app/karakeep/commit/8ab5df67 )
- feat: Add invitation approval for shared lists ([#​2152](https://github.com/karakeep-app/karakeep/issues/2152 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`5f0934a`](https://github.com/karakeep-app/karakeep/commit/5f0934ac )
- deps: upgrade oxlint - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`daee8e7`](https://github.com/karakeep-app/karakeep/commit/daee8e7a )
- fix: add a way to allowlist all domains from ip validation - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`67b8a3c`](https://github.com/karakeep-app/karakeep/commit/67b8a3c1 )
- fix: use kbd for editor card - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`3345377`](https://github.com/karakeep-app/karakeep/commit/3345377d )
- fix: drop journal retention for sempahore and id providers - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`1b44eaf`](https://github.com/karakeep-app/karakeep/commit/1b44eafe )
- refactor: remove the PrivacyAware interface - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`815e196`](https://github.com/karakeep-app/karakeep/commit/815e1961 )
- feat: Add collaborative lists ([#​2146](https://github.com/karakeep-app/karakeep/issues/2146 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`88c73e2`](https://github.com/karakeep-app/karakeep/commit/88c73e21 )
- deps: upgrade hono and playwright - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`cc8fee0`](https://github.com/karakeep-app/karakeep/commit/cc8fee0d )
- deps: Upgrade typescript to 5.9 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`391af8a`](https://github.com/karakeep-app/karakeep/commit/391af8a5 )
- build: Improve docker caching ([#​2140](https://github.com/karakeep-app/karakeep/issues/2140 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`6cccb9f`](https://github.com/karakeep-app/karakeep/commit/6cccb9f1 )
- fix: fix hydration error in admin user list - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`12d09a7`](https://github.com/karakeep-app/karakeep/commit/12d09a74 )
- feat: import from mymind ([#​2138](https://github.com/karakeep-app/karakeep/issues/2138 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`0c80f51`](https://github.com/karakeep-app/karakeep/commit/0c80f515 )
- feat: add Prometheus counter for HTTP status codes ([#​2117](https://github.com/karakeep-app/karakeep/issues/2117 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`4350666`](https://github.com/karakeep-app/karakeep/commit/43506669 )
- fix(mobile): upgrade react-native-pdf to v7 to fix page alignment - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`4c6ef25`](https://github.com/karakeep-app/karakeep/commit/4c6ef25d )
- fix(mobile): fix app memory page size compatibility ([#​2135](https://github.com/karakeep-app/karakeep/issues/2135 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`fbd12ea`](https://github.com/karakeep-app/karakeep/commit/fbd12ea3 )
- release(mobile): Bump mobile version to 1.8.2 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`76c291a`](https://github.com/karakeep-app/karakeep/commit/76c291a6 )
- fix: remove incorrect array destructuring in mobile search ([#​2124](https://github.com/karakeep-app/karakeep/issues/2124 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`07390ae`](https://github.com/karakeep-app/karakeep/commit/07390aef )
- feat: correct default prom metrics from web and worker containers - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`c34f70d`](https://github.com/karakeep-app/karakeep/commit/c34f70da )
- fix: stop retrying indefinitely in restate queues - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`d4b7b89`](https://github.com/karakeep-app/karakeep/commit/d4b7b89a )
- fix: fix crash in crawler on invalid URL in matchesNoProxy - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`d0f71a4`](https://github.com/karakeep-app/karakeep/commit/d0f71a4c )
- feat: add crawler domain rate limiting ([#​2115](https://github.com/karakeep-app/karakeep/issues/2115 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`4cf0856`](https://github.com/karakeep-app/karakeep/commit/4cf0856e )
- refactor: Allow runner functions to return results to onComplete - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`b28cd03`](https://github.com/karakeep-app/karakeep/commit/b28cd03a )
- refactor: Extract ratelimiter into separate plugin ([#​2112](https://github.com/karakeep-app/karakeep/issues/2112 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`0316148`](https://github.com/karakeep-app/karakeep/commit/03161482 )
- feat(extension): Add custom header support for extension ([#​2111](https://github.com/karakeep-app/karakeep/issues/2111 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`ec87813`](https://github.com/karakeep-app/karakeep/commit/ec87813a )
- feat: Add bookmark sources statistics section ([#​2110](https://github.com/karakeep-app/karakeep/issues/2110 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`725b521`](https://github.com/karakeep-app/karakeep/commit/725b5218 )
- feat: Add page titles ([#​2109](https://github.com/karakeep-app/karakeep/issues/2109 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`3083be0`](https://github.com/karakeep-app/karakeep/commit/3083be0c )
- feat: add failed\_permanent metric for worker monitoring ([#​2107](https://github.com/karakeep-app/karakeep/issues/2107 )) - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`1b8129a`](https://github.com/karakeep-app/karakeep/commit/1b8129a2 )
- release(docs): release the 0.28 docs - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`d9ef832`](https://github.com/karakeep-app/karakeep/commit/d9ef832e )
- release(extension): Release version 1.7.1 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`7339d1d`](https://github.com/karakeep-app/karakeep/commit/7339d1df )
- release(mobile): Bump mobile version to 1.8.1 - [@​MohamedBassem](https://github.com/MohamedBassem ) in [`f06b8ea`](https://github.com/karakeep-app/karakeep/commit/f06b8eab )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2214
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 23:00:25 +00:00
83ee45e128
fix if
renovate / renovate (push) Successful in 2m18s
2025-12-03 16:56:26 -06:00
b36b6330d5
Update Helm release eraser to v1.4.1 ( #2217 )
...
render-manifests-push / render-manifests-push (push) Failing after 16s
renovate / renovate (push) Successful in 1m13s
lint-test-helm / helm-lint (push) Successful in 10s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [eraser](https://github.com/eraser-dev/eraser ) | minor | `v1.3.1` -> `1.4.1` |
---
### Release Notes
<details>
<summary>eraser-dev/eraser (eraser)</summary>
### [`v1.4.1`](https://github.com/eraser-dev/eraser/releases/tag/v1.4.1 )
[Compare Source](https://github.com/eraser-dev/eraser/compare/v1.3.1...v1.4.1 )
#### Chores
- Prepare v1.4.0 release ([#​1085](https://github.com/eraser-dev/eraser/issues/1085 )) [#​1085](https://github.com/eraser-dev/eraser/pull/1085 ) ([github-actions\[bot\]](e89d5853e9 ))
- Prepare v1.4.1 release ([#​1190](https://github.com/eraser-dev/eraser/issues/1190 )) [#​1190](https://github.com/eraser-dev/eraser/pull/1190 ) ([github-actions\[bot\]](bb7634b606 ))
- fix vulnerabilities and CI failures ([#​1179](https://github.com/eraser-dev/eraser/issues/1179 )) ([Ashna Mehrotra](a9cfd88d3f ))
- revert "chore: Prepare v1.4.1 release" ([#​1191](https://github.com/eraser-dev/eraser/issues/1191 )) [#​1191](https://github.com/eraser-dev/eraser/pull/1191 ) ([Ashna Mehrotra](311e972dbe ))
- release 1.4.1 cherry pick module upgrades ([#​1192](https://github.com/eraser-dev/eraser/issues/1192 )) [#​1192](https://github.com/eraser-dev/eraser/pull/1192 ) ([Ashna Mehrotra](96b21edac8 ))
- Prepare v1.4.1 release ([#​1193](https://github.com/eraser-dev/eraser/issues/1193 )) [#​1193](https://github.com/eraser-dev/eraser/pull/1193 ) ([github-actions\[bot\]](4b1a8342f4 ))
#### Commits
- [`1d7dabe`](https://github.com/eraser-dev/eraser/commit/1d7dabe ): Upgrade OpenTelemetry modules to v1.37.0 and migrate deprecated APIs ([#​1160](https://github.com/eraser-dev/eraser/issues/1160 )) (Copilot)
- [`a5e6a65`](https://github.com/eraser-dev/eraser/commit/a5e6a65 ): Merge branch 'release-1.4' of github.com:Azure/eraser into release-1.4 (ashnamehrotra)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2217
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 22:54:06 +00:00
958ee86818
fix directory
renovate / renovate (push) Has been cancelled
2025-12-03 16:53:39 -06:00
15f7cf6428
Update Helm release argo-workflows to v0.46.1 ( #2216 )
...
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Failing after 19s
renovate / renovate (push) Successful in 1m18s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [argo-workflows](https://github.com/argoproj/argo-helm ) | minor | `0.45.28` -> `0.46.1` |
---
### Release Notes
<details>
<summary>argoproj/argo-helm (argo-workflows)</summary>
### [`v0.46.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-workflows-0.46.1 )
[Compare Source](https://github.com/argoproj/argo-helm/compare/argo-workflows-0.45.28...argo-workflows-0.46.1 )
A Helm chart for Argo Workflows
#### What's Changed
- chore(deps): update renovatebot/github-action action to v44.0.5 by [@​argoproj-renovate](https://github.com/argoproj-renovate )\[bot] in [#​3612](https://github.com/argoproj/argo-helm/pull/3612 )
- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v42 by [@​argoproj-renovate](https://github.com/argoproj-renovate )\[bot] in [#​3611](https://github.com/argoproj/argo-helm/pull/3611 )
- feat(argo-workflows): make server service targetPort configurable by [@​blancadesal](https://github.com/blancadesal ) in [#​3584](https://github.com/argoproj/argo-helm/pull/3584 )
#### New Contributors
- [@​blancadesal](https://github.com/blancadesal ) made their first contribution in [#​3584](https://github.com/argoproj/argo-helm/pull/3584 )
**Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-workflows-0.46.00...argo-workflows-0.46.1 >
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #2216
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 22:52:12 +00:00
33cda55291
fix
renovate / renovate (push) Successful in 2m10s
2025-12-03 16:49:20 -06:00
44abc97c90
fix
2025-12-03 16:49:20 -06:00
26f6d518f3
Update rmcrackan/libation Docker tag to v12.8.0 ( #2219 )
...
render-manifests-push / render-manifests-push (push) Failing after 14s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m16s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rmcrackan/libation](https://github.com/rmcrackan/Libation ) | minor | `12.7.5` -> `12.8.0` |
---
### Release Notes
<details>
<summary>rmcrackan/Libation (rmcrackan/libation)</summary>
### [`v12.8.0`](https://github.com/rmcrackan/Libation/releases/tag/v12.8.0 ): Libation 12.8
[Compare Source](https://github.com/rmcrackan/Libation/compare/v12.7.5...v12.8.0 )
- New feature: Add dark mode to Classic
- New setting: Allow users to choose whether Libation imports Audible Plus titles
- New feature [#​1436](https://github.com/rmcrackan/Libation/issues/1436 ) : Add "Download split by chapters" context menu item
- Bug fix [#​1473](https://github.com/rmcrackan/Libation/issues/1473 ) : Fix LibationCli reusing content licenses
- Bug fix [#​1470](https://github.com/rmcrackan/Libation/issues/1470 ) : Fix PDF validation error
Thanks to [@​Mbucari](https://github.com/Mbucari )
[Libation](https://github.com/rmcrackan/Libation ) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library
I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us ), who am I to argue?
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2219
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 22:41:59 +00:00
b56d55ae15
Migrate Renovate config ( #2224 )
...
renovate / renovate (push) Successful in 1m42s
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.
You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.
🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.
❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions ).
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
Reviewed-on: #2224
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 22:39:12 +00:00
9506dec535
separete render for each type
renovate / renovate (push) Successful in 1m58s
2025-12-03 16:33:38 -06:00
a016d1b194
update message
renovate / renovate (push) Successful in 3m45s
2025-12-03 16:00:48 -06:00
0456bc146e
update message
2025-12-03 16:00:48 -06:00
99beb77bbd
Update ghcr.io/autobrr/qui Docker tag to v1.8.1 ( #2211 )
...
lint-test-helm / helm-lint (push) Successful in 15s
render-manifests / render-manifests (push) Failing after 24s
renovate / renovate (push) Successful in 6m14s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui ) | minor | `v1.7.0` -> `v1.8.1` |
---
### Release Notes
<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>
### [`v1.8.1`](https://github.com/autobrr/qui/releases/tag/v1.8.1 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.8.0...v1.8.1 )
#### Changelog
##### Bug Fixes
- [`61c87e1`](61c87e1cac ): fix(torznab): use detached context for indexer tests ([#​659](https://github.com/autobrr/qui/issues/659 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.8.0...v1.8.1 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.8.1`
- `docker pull ghcr.io/autobrr/qui:latest`
#### What to do next?
- Join our [Discord server](https://discord.autobrr.com/qui )
Thank you for using qui!
### [`v1.8.0`](https://github.com/autobrr/qui/releases/tag/v1.8.0 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.7.0...v1.8.0 )
#### Changelog
##### New Features
- [`6903812`](6903812f17 ): feat(crossseed): batch torrent file lookups end-to-end ([#​625](https://github.com/autobrr/qui/issues/625 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`336ce48`](336ce480b8 ): feat(crossseed): persist seeded search settings ([#​618](https://github.com/autobrr/qui/issues/618 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`7b0b292`](7b0b292365 ): feat(docker): add curl to Dockerfiles ([#​570](https://github.com/autobrr/qui/issues/570 )) ([@​onedr0p](https://github.com/onedr0p ))
- [`91e1677`](91e1677116 ): feat(filters): default-hide empty status/category/tag groups ([#​581](https://github.com/autobrr/qui/issues/581 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f07bb8d`](f07bb8d04d ): feat(header): add missing links to header burger menu ([#​624](https://github.com/autobrr/qui/issues/624 )) ([@​nuxencs](https://github.com/nuxencs ))
- [`ee4c16b`](ee4c16b266 ): feat(instances): allow disabling qbit instances ([#​582](https://github.com/autobrr/qui/issues/582 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`477db14`](477db14618 ): feat(search): column filters ([#​633](https://github.com/autobrr/qui/issues/633 )) ([@​nuxencs](https://github.com/nuxencs ))
- [`cd6db45`](cd6db45004 ): feat(themes): add basic variation support ([#​569](https://github.com/autobrr/qui/issues/569 )) ([@​jabloink](https://github.com/jabloink ))
- [`979a0d4`](979a0d4d74 ): feat(torrents): add clear filters action for empty filtered state ([#​627](https://github.com/autobrr/qui/issues/627 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e06acb7`](e06acb7648 ): feat(torrents): add cross-seeding and search ([#​553](https://github.com/autobrr/qui/issues/553 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`95cef23`](95cef23327 ): feat(torrents): add reannounce monitor ([#​606](https://github.com/autobrr/qui/issues/606 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`098fdb0`](098fdb06a9 ): feat(torrents): add rename functionality in TorrentDetailsPanel ([#​590](https://github.com/autobrr/qui/issues/590 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6e8fdbd`](6e8fdbd2b8 ): feat(torrents): implement drag-and-drop file upload to add torrents ([#​568](https://github.com/autobrr/qui/issues/568 )) ([@​dthinhle](https://github.com/dthinhle ))
- [`9240545`](92405457da ): feat(ui): add dense view mode for compact table display ([#​643](https://github.com/autobrr/qui/issues/643 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`77fad15`](77fad1532f ): feat(ui): improve torrent details panel file tree and rename UX ([#​650](https://github.com/autobrr/qui/issues/650 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`8b1e70e`](8b1e70e050 ): feat(web): Use original qBittorrent status names ([#​595](https://github.com/autobrr/qui/issues/595 )) ([@​FibreTTP](https://github.com/FibreTTP ))
- [`01dd553`](01dd553eaa ): feat(web): show listening port in connectable status tooltip ([#​635](https://github.com/autobrr/qui/issues/635 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`3140739`](3140739c0e ): feat: make tracker icon column sortable ([#​513](https://github.com/autobrr/qui/issues/513 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Bug Fixes
- [`240b40d`](240b40df39 ): fix(auth): avoid logout on license activation errors ([#​602](https://github.com/autobrr/qui/issues/602 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`7185408`](7185408486 ): fix(backups): do not persist ZIPs to disk ([#​632](https://github.com/autobrr/qui/issues/632 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`de0e00a`](de0e00a6ed ): fix(content): use Hints for detection ([#​621](https://github.com/autobrr/qui/issues/621 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`5f016a8`](5f016a8452 ): fix(cross): performance improvements ([#​629](https://github.com/autobrr/qui/issues/629 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`82c74ba`](82c74ba576 ): fix(crossseed): flip deduplication to maps ([#​622](https://github.com/autobrr/qui/issues/622 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`b78a079`](b78a079046 ): fix(crossseed): inherit TMM state from matched torrent ([#​654](https://github.com/autobrr/qui/issues/654 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2438fc6`](2438fc6c4a ): fix(crossseed): process full RSS feeds ([#​615](https://github.com/autobrr/qui/issues/615 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6f57090`](6f5709090c ): fix(database): do not release mutex on tx err ([#​571](https://github.com/autobrr/qui/issues/571 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`74509d4`](74509d4e06 ): fix(incognito): prevent categories leaking ([#​592](https://github.com/autobrr/qui/issues/592 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f08eff2`](f08eff2789 ): fix(instances): support empty username for localhost bypass ([#​575](https://github.com/autobrr/qui/issues/575 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`cd3caaf`](cd3caaf53c ): fix(license): cap 7d offline grace, ignore transient errors ([#​617](https://github.com/autobrr/qui/issues/617 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`59c747b`](59c747b426 ): fix(reannounce): validate number fields and show min hints ([#​613](https://github.com/autobrr/qui/issues/613 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f6bd1e6`](f6bd1e658b ): fix(themes): correct Nightwalker description from purple to blue ([#​648](https://github.com/autobrr/qui/issues/648 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2b641c5`](2b641c59df ): fix(torznab): filter Prowlarr autodiscovery to enabled torrent indexers ([#​638](https://github.com/autobrr/qui/issues/638 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`1995783`](19957834b0 ): fix(ui): improve cross-seed mobile responsiveness ([#​647](https://github.com/autobrr/qui/issues/647 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`b83aebe`](b83aebe98f ): fix(web): align CrossSeedDialog indexers with search flows ([#​619](https://github.com/autobrr/qui/issues/619 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`3b60821`](3b60821476 ): fix(web): indent subcategories in SetCategoryDialog ([#​636](https://github.com/autobrr/qui/issues/636 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`82850cd`](82850cd2b9 ): fix: glob pattern formatting in tooltip content ([#​579](https://github.com/autobrr/qui/issues/579 )) ([@​onedr0p](https://github.com/onedr0p ))
##### Other Changes
- [`c20bc0a`](c20bc0a235 ): build(vite): enable default minification ([#​574](https://github.com/autobrr/qui/issues/574 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`ceac8ca`](ceac8cafbb ): chore(ci): upgrade Claude Code workflow to Opus 4.5 ([@​s0up4200](https://github.com/s0up4200 ))
- [`9d6c10e`](9d6c10e780 ): chore(deps): bump actions/checkout from 5 to 6 in the github group ([#​628](https://github.com/autobrr/qui/issues/628 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`f5704de`](f5704de372 ): chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 ([#​611](https://github.com/autobrr/qui/issues/611 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`0aae9aa`](0aae9aa5d6 ): chore(deps): bump the golang group with 3 updates ([#​546](https://github.com/autobrr/qui/issues/546 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`0d97087`](0d97087436 ): chore(themes): add crypto instructions in-app ([#​620](https://github.com/autobrr/qui/issues/620 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e778865`](e778865299 ): docs(funding): add donation methods and crypto addresses ([#​583](https://github.com/autobrr/qui/issues/583 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`563645c`](563645c815 ): docs: update qui image ([#​655](https://github.com/autobrr/qui/issues/655 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.7.0...v1.8.0 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.8.0`
- `docker pull ghcr.io/autobrr/qui:latest`
#### What to do next?
- Join our [Discord server](https://discord.autobrr.com/qui )
Thank you for using qui!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2211
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 21:57:04 +00:00
427df1e201
change config
renovate / renovate (push) Successful in 2m12s
2025-12-03 15:42:27 -06:00
44fb774fef
remove condition
renovate / renovate (push) Successful in 2m1s
2025-12-03 15:25:09 -06:00
f9f27aac12
change commit pattern
2025-12-03 15:25:09 -06:00
8ec24e013e
Update harbor.alexlebens.net/images/site-documentation Docker tag to v0.0.4 ( #2200 )
...
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Successful in 33s
renovate / renovate (push) Successful in 2m21s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-documentation](https://gitea.alexlebens.dev/alexlebens/site-documentation ) | patch | `0.0.3` -> `0.0.4` |
---
### Release Notes
<details>
<summary>alexlebens/site-documentation (harbor.alexlebens.net/images/site-documentation)</summary>
### [`v0.0.4`](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.0.3...0.0.4 )
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-documentation/compare/0.0.3...0.0.4 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
Reviewed-on: #2200
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 21:18:30 +00:00
7798bf19dd
change condition
renovate / renovate (push) Has been cancelled
2025-12-03 15:17:38 -06:00
5525b35055
fix name
2025-12-03 15:17:38 -06:00
68de6d6fcf
Update Helm release rook-ceph-cluster to v1.18.8 ( #2205 )
...
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Successful in 27s
renovate / renovate (push) Successful in 1m50s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rook-ceph-cluster](https://github.com/rook/rook ) | patch | `v1.18.7` -> `v1.18.8` |
---
### Release Notes
<details>
<summary>rook/rook (rook-ceph-cluster)</summary>
### [`v1.18.8`](https://github.com/rook/rook/releases/tag/v1.18.8 )
[Compare Source](https://github.com/rook/rook/compare/v1.18.7...v1.18.8 )
### Improvements
Rook v1.18.8 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
- core: Add support for ceph tentacle ([#​16501](https://github.com/rook/rook/issues/16501 ), [@​subhamkrai](https://github.com/subhamkrai ))
- helm: Include exporter options in CephCluster ([#​16745](https://github.com/rook/rook/issues/16745 ), [@​michaeltchapman](https://github.com/michaeltchapman ))
- toolbox: Merge rook-config-override ConfigMap into ceph.conf ([#​16731](https://github.com/rook/rook/issues/16731 ), [@​mheler](https://github.com/mheler ))
- csi: ControllerPlugin/NodePlugin resource settings were reversed ([#​16735](https://github.com/rook/rook/issues/16735 ), [@​swills](https://github.com/swills ))
- osd: Allow snaptrimp and snaptrip\_wait PGs by the PDBs during node drains ([#​16713](https://github.com/rook/rook/issues/16713 ), [@​sp98](https://github.com/sp98 ))
- helm: Fix default pathType for HTTPRoute in the rook-ceph-cluster chart ([#​16724](https://github.com/rook/rook/issues/16724 ), [@​fancl20](https://github.com/fancl20 ))
- pool: Retry if pool status is empty in the rados namespace controller ([#​16705](https://github.com/rook/rook/issues/16705 ), [@​parth-gr](https://github.com/parth-gr ))
- namespace: Add retryOnConflict when updating status ([#​16661](https://github.com/rook/rook/issues/16661 ), [@​subhamkrai](https://github.com/subhamkrai ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImNoYXJ0Il19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2205
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-03 21:03:00 +00:00
97294a8b56
update auto render
renovate / renovate (push) Successful in 3m1s
2025-12-03 14:58:32 -06:00
40cd429d33
Update Helm release rook-ceph to v1.18.8 ( #2203 )
lint-test-helm / helm-lint (push) Successful in 1m17s
render-manifests / render-manifests (push) Successful in 1m30s
renovate / renovate (push) Successful in 1m53s
2025-12-03 20:02:10 +00:00
f9f7591f0b
Update Helm release element-web to v1.4.25 ( #2202 )
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests (push) Successful in 24s
renovate / renovate (push) Successful in 4m33s
2025-12-03 18:01:53 +00:00
07a4507dd3
Update searxng/searxng:latest Docker digest to 09dfc12 ( #2222 )
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Successful in 1m19s
renovate / renovate (push) Successful in 3m6s
2025-12-03 17:01:49 +00:00
c8cb11beb0
Update searxng/searxng:latest Docker digest to 74b24c5 ( #2221 )
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests (push) Successful in 32s
renovate / renovate (push) Successful in 1m42s
2025-12-03 12:01:58 +00:00
d41bb490fe
Update searxng/searxng:latest Docker digest to 6dd0dff ( #2220 )
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests (push) Successful in 24s
renovate / renovate (push) Successful in 1m43s
2025-12-03 10:01:27 +00:00
7bf5e8525e
Update kube-prometheus-stack Docker tag to v79.11.0 ( #2218 )
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests (push) Successful in 26s
renovate / renovate (push) Successful in 1m13s
2025-12-03 06:22:10 +00:00
f18f2e9cdb
Update ghcr.io/n8n-io/n8n Docker tag to v1.123.0 ( #2215 )
lint-test-helm / helm-lint (push) Successful in 7s
render-manifests / render-manifests (push) Successful in 21s
renovate / renovate (push) Has been cancelled
2025-12-03 06:20:41 +00:00
4bd9cb45db
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.9.0 ( #2213 )
render-manifests / render-manifests (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:19:50 +00:00
a71fd03dfb
Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.31.0 ( #2210 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:19:16 +00:00
858608a3ff
Update clidey/whodb Docker tag to v0.81.0 ( #2209 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:19:07 +00:00
157db8f8c0
Update vectorim/element-web Docker tag to v1.12.5 ( #2208 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:18:49 +00:00
b30b57cf28
Update ollama/ollama Docker tag to v0.13.1 ( #2206 )
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests (push) Successful in 31s
renovate / renovate (push) Successful in 7m16s
2025-12-03 06:10:14 +00:00
af166a72ee
Update harbor.alexlebens.net/images/site-profile Docker tag to v2.1.1 ( #2201 )
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Successful in 40s
renovate / renovate (push) Has been cancelled
2025-12-03 06:08:18 +00:00
8ba9ee874c
Update ghcr.io/tailscale/tailscale Docker tag to v1.90.9 ( #2199 )
renovate / renovate (push) Has been cancelled
lint-test-docker / docker-lint (push) Successful in 9s
2025-12-03 06:07:51 +00:00
5f68528f73
Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.6.5 ( #2198 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
2025-12-03 06:07:38 +00:00
8716cf225d
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.41 ( #2197 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:07:23 +00:00
ff58fefefd
Update ghcr.io/linuxserver/code-server Docker tag to v4.106.3 ( #2196 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:07:04 +00:00
d98ab0cd5e
Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.1 ( #2195 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:06:52 +00:00
5d62995bdd
Update ghcr.io/jellyfin/jellyfin Docker tag to v10.11.4 ( #2194 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:06:36 +00:00
a88ec5426a
Update ghcr.io/fuzzygrim/yamtrack Docker tag to v0.24.8 ( #2193 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
2025-12-03 06:06:23 +00:00
8204ef7109
Update ghcr.io/flaresolverr/flaresolverr Docker tag to v3.4.6 ( #2192 )
lint-test-helm / helm-lint (push) Has been cancelled
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:06:08 +00:00
8bd90bf506
Update cloudflared Docker tag to v1.23.1 ( #2191 )
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:05:58 +00:00
7c199aa888
update description
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests (push) Successful in 28s
renovate / renovate (push) Successful in 22m12s
2025-12-02 23:07:52 -06:00
da1fe3f7ed
add test
renovate / renovate (push) Successful in 1m26s
2025-12-02 23:05:58 -06:00
b29a9f2afa
delete on delete
lint-test-helm / helm-lint (push) Successful in 12s
render-manifests / render-manifests (push) Failing after 17s
renovate / renovate (push) Successful in 1m18s
2025-12-02 23:01:35 -06:00
581098e755
fix
renovate / renovate (push) Successful in 1m30s
2025-12-02 22:45:03 -06:00
6e6917a00b
migrate argocd
lint-test-helm / helm-lint (push) Successful in 14s
render-manifests / render-manifests (push) Successful in 19s
renovate / renovate (push) Successful in 1m16s
2025-12-02 22:41:58 -06:00
78cb9efe8f
remove
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Failing after 1m58s
2025-12-02 22:33:50 -06:00
52f62892c3
skip refresh
renovate / renovate (push) Successful in 1m7s
2025-12-02 22:29:27 -06:00
80c296fd25
fix
renovate / renovate (push) Successful in 1m43s
2025-12-02 22:13:45 -06:00
3224562335
remove special handling for kublet signing
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests (push) Successful in 35s
renovate / renovate (push) Successful in 2m6s
2025-12-02 22:08:06 -06:00
a5138e81d2
use case rendering
2025-12-02 22:07:02 -06:00
d28d80ddbb
change trigger
2025-12-02 21:07:45 -06:00
1971a1fb5a
proper handling of checks
renovate / renovate (push) Successful in 1m51s
2025-12-02 20:54:51 -06:00
fd62970d4e
Update d3fk/s3cmd:latest Docker digest to 590c427 ( #2187 )
lint-test-helm / helm-lint (push) Successful in 12s
render-manifests / render-manifests (push) Successful in 18s
renovate / renovate (push) Successful in 1m37s
2025-12-03 02:49:12 +00:00
6c4df85cc0
add automerge
renovate / renovate (push) Has been cancelled
2025-12-02 20:47:43 -06:00
489f453c1c
fix to account for array
renovate / renovate (push) Successful in 1m0s
2025-12-02 20:09:31 -06:00
4cfe3a659a
fix order
2025-12-02 20:07:15 -06:00
8291048a8f
add check
lint-test-helm / helm-lint (push) Successful in 14s
render-manifests / render-manifests (push) Successful in 41s
renovate / renovate (push) Successful in 1m9s
2025-12-02 20:05:57 -06:00
ea3d2248ea
format
2025-12-02 20:02:44 -06:00
9d4d42bf8f
fix
renovate / renovate (push) Successful in 1m7s
2025-12-02 19:59:57 -06:00
4fac355ad0
fix
renovate / renovate (push) Successful in 1m46s
2025-12-02 19:51:08 -06:00
0fd12c1142
fix
renovate / renovate (push) Has been cancelled
2025-12-02 19:50:01 -06:00
c07fc7ec1c
fix
renovate / renovate (push) Has been cancelled
2025-12-02 19:48:54 -06:00
8934340cff
fix
renovate / renovate (push) Successful in 49s
2025-12-02 18:42:36 -06:00
07fdff96b7
better logic for directory render
renovate / renovate (push) Successful in 1m30s
2025-12-02 18:40:29 -06:00
8fe1d857cb
better logic for directory render
renovate / renovate (push) Successful in 1m8s
2025-12-02 18:37:46 -06:00
44a6c9af93
better logic for directory render
renovate / renovate (push) Successful in 1m23s
2025-12-02 18:35:27 -06:00
661edf809c
Update Helm release postgres-cluster to v6.16.1 ( #2186 )
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Failing after 29s
renovate / renovate (push) Has been cancelled
2025-12-03 00:34:45 +00:00
b994d07ff5
better logic for directory render
renovate / renovate (push) Has been cancelled
2025-12-02 18:33:39 -06:00
5e89422e25
Update Helm release generic-device-plugin to v0.20.3 ( #2185 )
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests (push) Failing after 26s
renovate / renovate (push) Has been cancelled
2025-12-03 00:32:38 +00:00
5209813b91
better logic for directory render
renovate / renovate (push) Has been cancelled
2025-12-02 18:31:01 -06:00
843eb24ebf
better logic for directory render
renovate / renovate (push) Successful in 1m22s
2025-12-02 18:27:04 -06:00
ced6645ac2
better logic for directory render
renovate / renovate (push) Successful in 1m32s
2025-12-02 18:20:46 -06:00
85112d34ad
better logic for directory render
renovate / renovate (push) Successful in 1m24s
2025-12-02 18:16:59 -06:00
7d38102cff
better logic for directory render
renovate / renovate (push) Successful in 1m15s
2025-12-02 18:10:07 -06:00
2b888046eb
update endpoint to check
renovate / renovate (push) Successful in 1m58s
2025-12-02 18:03:22 -06:00
36df85d865
change to select all on dispatch
renovate / renovate (push) Successful in 2m1s
2025-12-02 17:52:42 -06:00
6b604db4ca
update description
lint-test-helm / helm-lint (push) Successful in 7s
render-manifests / render-manifests (push) Failing after 22s
renovate / renovate (push) Successful in 1m0s
2025-12-02 17:44:05 -06:00
cc2f89f9fc
migrate
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests (push) Successful in 19s
renovate / renovate (push) Successful in 1m17s
2025-12-02 17:36:59 -06:00
076a9e6bc8
Update ghcr.io/linuxserver/bazarr:1.5.3 Docker digest to ec11e98 ( #2183 )
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests (push) Successful in 33s
renovate / renovate (push) Successful in 1m40s
2025-12-02 22:01:57 +00:00
c64894d6e7
Update slskd/slskd Docker tag to v0.24.1 ( #2182 )
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests (push) Successful in 36s
renovate / renovate (push) Successful in 1m44s
2025-12-02 20:02:29 +00:00
4ed5745e90
Update searxng/searxng:latest Docker digest to 277cb4b ( #2180 )
lint-test-helm / helm-lint (push) Successful in 12s
render-manifests / render-manifests (push) Successful in 26s
renovate / renovate (push) Successful in 2m22s
2025-12-02 11:01:41 +00:00
5dd015875f
fix list
renovate / renovate (push) Successful in 1m28s
2025-12-01 23:18:56 -06:00
4960f15ead
quote
2025-12-01 23:16:33 -06:00
9f6469dd73
add repos
renovate / renovate (push) Successful in 1m28s
2025-12-01 23:14:35 -06:00
4371c53508
update description
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m16s
render-manifests / render-manifests (push) Failing after 1m4s
2025-12-01 23:11:55 -06:00
10c638bfe8
remove subchart linting
renovate / renovate (push) Has been cancelled
2025-12-01 23:11:35 -06:00
b9030396c7
update description
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Failing after 25s
renovate / renovate (push) Successful in 54s
2025-12-01 23:00:12 -06:00
27ab96a003
filter for path
renovate / renovate (push) Has been cancelled
2025-12-01 22:59:59 -06:00
b01be4abe4
update description
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests (push) Successful in 16s
renovate / renovate (push) Successful in 1m10s
2025-12-01 22:56:17 -06:00
5fa6567f2a
use event sha
2025-12-01 22:55:57 -06:00
63afc77197
update description
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests (push) Failing after 20s
renovate / renovate (push) Successful in 56s
2025-12-01 22:48:26 -06:00
b398373485
update to use shorthand
renovate / renovate (push) Has been cancelled
2025-12-01 22:47:40 -06:00
a87fd358dc
Update Helm release speedtest-exporter to v0.1.2 ( #2178 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m7s
render-manifests / render-manifests (push) Successful in 32s
2025-12-02 04:37:17 +00:00
b0b3106692
add
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests (push) Successful in 19s
renovate / renovate (push) Has been cancelled
2025-12-01 22:35:00 -06:00
fc530795fe
migrate
2025-12-01 22:34:41 -06:00
937c79ab91
remove
2025-12-01 22:34:17 -06:00
f30b7e47c2
fix for argocd
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m44s
2025-12-01 22:14:17 -06:00
73ed84431f
update description
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests (push) Successful in 34s
renovate / renovate (push) Successful in 57s
2025-12-01 22:11:19 -06:00
00238c2f88
fix quote
2025-12-01 22:11:06 -06:00
0a732bee0c
update description
render-manifests / render-manifests (push) Failing after 25s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 58s
2025-12-01 22:07:35 -06:00
5e3328aad3
fix command
renovate / renovate (push) Has been cancelled
2025-12-01 22:07:20 -06:00
3ad532c982
update description
render-manifests / render-manifests (push) Failing after 24s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-12-01 22:05:55 -06:00
8fabd3612a
fix
renovate / renovate (push) Has been cancelled
2025-12-01 22:05:39 -06:00
a9d902a87a
update description
lint-test-helm / helm-lint (push) Successful in 15s
render-manifests / render-manifests (push) Successful in 15s
renovate / renovate (push) Successful in 1m44s
2025-12-01 22:03:15 -06:00
f05e966c53
add description
2025-12-01 22:02:58 -06:00
3bb2e3c2c0
add fetch depth
renovate / renovate (push) Has been cancelled
2025-12-01 22:00:59 -06:00
08cf7f58c3
update description
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m13s
render-manifests / render-manifests (push) Failing after 23s
2025-12-01 21:59:39 -06:00
86f102142e
remove old app sets
2025-12-01 21:58:44 -06:00
b15772f700
use diff
renovate / renovate (push) Successful in 1m5s
2025-12-01 21:56:50 -06:00
c53716e5f5
add logging
renovate / renovate (push) Successful in 57s
2025-12-01 21:51:36 -06:00
0be89f97f4
fix check
renovate / renovate (push) Successful in 1m27s
2025-12-01 21:48:41 -06:00
f77653ef13
migrate
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
render-manifests / render-manifests (push) Successful in 14s
2025-12-01 21:46:49 -06:00
3ca37402c4
add deletion handling
renovate / renovate (push) Has been cancelled
2025-12-01 21:46:16 -06:00
57d67c12cf
check for changes to render
2025-12-01 21:40:41 -06:00
d9e9a97395
move out
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m14s
render-manifests / render-manifests-helm (push) Successful in 10m25s
2025-12-01 21:03:10 -06:00
accbfa0a6d
move out
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m19s
render-manifests / render-manifests-helm (push) Failing after 8m37s
2025-12-01 20:53:44 -06:00
b52d76cc58
migrate
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m18s
render-manifests / render-manifests-helm (push) Failing after 2m22s
2025-12-01 20:50:19 -06:00
6da426af29
migrate
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m13s
render-manifests / render-manifests-helm (push) Successful in 6m53s
2025-12-01 20:14:09 -06:00
3e90af0eb5
migrate
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests-helm (push) Successful in 1m18s
renovate / renovate (push) Successful in 1m19s
2025-12-01 19:47:11 -06:00
9b3615a0cf
pin workflow
renovate / renovate (push) Successful in 1m43s
2025-12-01 19:44:54 -06:00
cc90faad93
Update searxng/searxng:latest Docker digest to faa7118 ( #2171 )
...
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests-helm (push) Successful in 45s
renovate / renovate (push) Successful in 1m30s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `0124d32` -> `faa7118` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled because a matching PR was automerged previously.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
Reviewed-on: #2171
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-02 01:39:08 +00:00
ae2a9bcd9d
update pull
renovate / renovate (push) Has been cancelled
2025-12-01 19:38:52 -06:00
72989730c7
migrate
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests-helm (push) Successful in 40s
renovate / renovate (push) Successful in 1m50s
2025-12-01 19:33:40 -06:00
e72427c734
add assigne
renovate / renovate (push) Successful in 1m8s
2025-12-01 18:35:00 -06:00
4c82749916
migrate
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests-helm (push) Successful in 34s
renovate / renovate (push) Successful in 1m18s
2025-12-01 18:33:17 -06:00
a68e3f8967
don't use error hanndling
renovate / renovate (push) Successful in 1m0s
2025-12-01 18:20:47 -06:00
ef96e0fc71
add set e
renovate / renovate (push) Successful in 1m1s
2025-12-01 18:18:19 -06:00
b6551ef375
fix
renovate / renovate (push) Successful in 1m13s
2025-12-01 18:16:12 -06:00
7dd1446d5a
change logging
renovate / renovate (push) Successful in 1m33s
2025-12-01 18:05:46 -06:00
dd2b93b64f
add explicit dir switching
renovate / renovate (push) Successful in 2m50s
2025-12-01 17:58:49 -06:00
876ef10477
prepare manifest branch step
renovate / renovate (push) Successful in 1m8s
2025-12-01 17:56:50 -06:00
a4f5472bc4
fix check
renovate / renovate (push) Successful in 1m26s
2025-12-01 17:27:33 -06:00
73a7615dd1
use single pr pattern
renovate / renovate (push) Successful in 1m22s
2025-12-01 16:57:16 -06:00
aaa2a7a606
Update rmcrackan/libation Docker tag to v12.7.5 ( #2168 )
...
lint-test-helm / helm-lint (push) Successful in 13s
render-manifests / render-manifests-helm (push) Successful in 27s
renovate / renovate (push) Successful in 1m41s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rmcrackan/libation](https://github.com/rmcrackan/Libation ) | patch | `12.7.4` -> `12.7.5` |
---
### Release Notes
<details>
<summary>rmcrackan/Libation (rmcrackan/libation)</summary>
### [`v12.7.5`](https://github.com/rmcrackan/Libation/releases/tag/v12.7.5 ): Libation 12.7.5
[Compare Source](https://github.com/rmcrackan/Libation/compare/v12.7.4...v12.7.5 )
- Bug fix [#​1464](https://github.com/rmcrackan/Libation/issues/1464 ) , [#​1457](https://github.com/rmcrackan/Libation/issues/1457 ) : Fix MessageBox launch error on macOS
Thanks to [@​Mbucari](https://github.com/Mbucari )
[Libation](https://github.com/rmcrackan/Libation ) is a free, open source audible library manager. Decrypt, backup, organize, and search your audible library
I intend to keep Libation free and open source, but if you want to [leave a tip](https://paypal.me/mcrackan?locale.x=en_us ), who am I to argue?
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled because a matching PR was automerged previously.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjEiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2168
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-01 22:05:06 +00:00
468c07fa8c
migrate
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests-helm (push) Successful in 23s
renovate / renovate (push) Successful in 1m39s
2025-12-01 15:59:21 -06:00
67478f0845
downgrade
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 59s
2025-12-01 15:41:50 -06:00
cb8d7fdf1c
remove reference to helm
lint-test-helm / helm-lint (push) Successful in 8s
render-manifests / render-manifests-helm (push) Successful in 18s
renovate / renovate (push) Successful in 54s
2025-12-01 15:36:06 -06:00
995d61a6a0
fix path
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests-helm (push) Successful in 17s
renovate / renovate (push) Successful in 1m9s
2025-12-01 15:33:33 -06:00
a20354992a
remove actual from old set
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 51s
2025-12-01 15:25:11 -06:00
a6427aa56c
Update php Docker tag to v8.5.0 ( #2119 )
...
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m14s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| php | minor | `8.4.15-apache-bookworm` -> `8.5.0-apache-bookworm` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #2119
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-01 21:21:37 +00:00
a9272358fd
change path
renovate / renovate (push) Successful in 1m15s
2025-12-01 15:18:57 -06:00
35acd8f602
change revision
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 57s
2025-12-01 15:17:55 -06:00
3b1c52427a
update path
renovate / renovate (push) Successful in 1m53s
2025-12-01 15:11:16 -06:00
031472bab1
remove charts to prep for migration
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m5s
2025-12-01 15:06:07 -06:00
4a30f53bd2
remove charts to prep for migration
lint-test-helm / helm-lint (push) Successful in 28s
renovate / renovate (push) Has been cancelled
2025-12-01 15:05:25 -06:00
5ae2a63f5b
Update Helm release argo-cd to v9.1.5 ( #2161 )
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m37s
2025-12-01 19:02:18 +00:00
78cd19307e
Update clidey/whodb Docker tag to v0.80.0 ( #2160 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m6s
2025-12-01 16:02:01 +00:00
892a3b6bef
Update searxng/searxng:latest Docker digest to faa7118 ( #2159 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m49s
2025-12-01 15:01:56 +00:00
e1221f7913
Update rmcrackan/libation Docker tag to v12.7.5 ( #2158 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m45s
2025-12-01 05:02:35 +00:00
598c91f1c4
don't ignore archive as its no longer used
renovate / renovate (push) Successful in 2m18s
2025-11-30 22:12:19 -06:00
855245e8f8
fix templating
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
render-manifests / render-manifests-helm (push) Successful in 1m52s
2025-11-30 22:10:45 -06:00
3467b8a427
ignore errors
renovate / renovate (push) Successful in 1m38s
2025-11-30 22:06:25 -06:00
97f3fcf206
fix
renovate / renovate (push) Successful in 1m32s
2025-11-30 21:55:25 -06:00
9763fd7744
remove uneeded log
renovate / renovate (push) Successful in 1m57s
2025-11-30 21:47:52 -06:00
7d6be3985c
add cluster loop
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests-helm (push) Failing after 23s
renovate / renovate (push) Has been cancelled
2025-11-30 21:46:44 -06:00
e694ad3fb3
use with sh
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests-helm (push) Failing after 10s
renovate / renovate (push) Successful in 1m8s
2025-11-30 21:42:51 -06:00
b7913afca1
fix command, add logs
renovate / renovate (push) Successful in 1m27s
2025-11-30 21:36:22 -06:00
7d27140114
add repo step
renovate / renovate (push) Successful in 3m39s
2025-11-30 21:19:17 -06:00
6e613e1e65
add chart lock
lint-test-helm / helm-lint (push) Successful in 7s
render-manifests / render-manifests-helm (push) Failing after 36s
renovate / renovate (push) Successful in 1m13s
2025-11-30 21:14:57 -06:00
dafa71f8f3
update gitignore
2025-11-30 21:00:37 -06:00
708e52dfbb
add new stack
2025-11-30 21:00:21 -06:00
418bc22998
deactivate deletion
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests-helm (push) Successful in 1m13s
renovate / renovate (push) Successful in 1m30s
2025-11-30 20:24:33 -06:00
85b15e8590
add step to clear prior manifests
renovate / renovate (push) Successful in 1m54s
2025-11-30 19:19:46 -06:00
32d6244acf
update paths
renovate / renovate (push) Successful in 1m25s
2025-11-30 18:15:58 -06:00
8e2c65663b
use separate dir for each branch
renovate / renovate (push) Successful in 1m14s
2025-11-30 18:09:47 -06:00
9ead73777f
change
renovate / renovate (push) Successful in 3m36s
2025-11-30 17:26:38 -06:00
3e0cb21863
change
renovate / renovate (push) Successful in 1m26s
2025-11-30 17:08:27 -06:00
a9f2dc375c
change
renovate / renovate (push) Successful in 2m9s
2025-11-30 16:56:34 -06:00
63fdef0e26
change
renovate / renovate (push) Successful in 1m17s
2025-11-30 16:53:33 -06:00
fcbde5abc4
change
renovate / renovate (push) Successful in 1m12s
2025-11-30 16:51:29 -06:00
2ba863bb98
change
renovate / renovate (push) Successful in 1m44s
2025-11-30 16:48:57 -06:00
441f39b0cd
fix jq
renovate / renovate (push) Successful in 2m0s
2025-11-30 16:43:52 -06:00
4a4e8ab77f
use jq
renovate / renovate (push) Successful in 1m18s
2025-11-30 16:41:11 -06:00
68a25dc9fd
change command
renovate / renovate (push) Successful in 1m35s
2025-11-30 16:26:57 -06:00
96a44b823e
fix
renovate / renovate (push) Successful in 1m14s
2025-11-30 16:17:32 -06:00
e23dbd4df2
echo content
renovate / renovate (push) Successful in 2m7s
2025-11-30 16:12:04 -06:00
1e6f90271a
change redirection
renovate / renovate (push) Successful in 1m24s
2025-11-30 16:05:55 -06:00
b789f2030e
add error handling
renovate / renovate (push) Successful in 1m6s
2025-11-30 15:55:58 -06:00
77ef98c3e0
use webrequest
renovate / renovate (push) Failing after 3s
2025-11-30 15:45:13 -06:00
6156597591
use manual workflow
renovate / renovate (push) Successful in 1m34s
2025-11-30 15:24:41 -06:00
48c232c275
revert
renovate / renovate (push) Successful in 1m1s
2025-11-30 14:58:21 -06:00
9e897757c6
fix secrets
renovate / renovate (push) Successful in 1m4s
2025-11-30 14:39:21 -06:00
b5beaa88b1
use different package
renovate / renovate (push) Successful in 1m31s
2025-11-30 14:36:59 -06:00
5508678a6c
use different package
renovate / renovate (push) Successful in 1m14s
2025-11-30 14:21:06 -06:00
f3ed21b8a8
use different package
renovate / renovate (push) Successful in 2m31s
2025-11-30 14:16:10 -06:00
2f4a342811
use token
renovate / renovate (push) Successful in 1m27s
2025-11-30 14:10:43 -06:00
39c52e03a3
remove
renovate / renovate (push) Successful in 1m56s
2025-11-30 14:07:45 -06:00
43aeb04ade
use token
renovate / renovate (push) Successful in 1m38s
2025-11-30 14:05:47 -06:00
9122e9f339
add commiter and author
renovate / renovate (push) Successful in 1m13s
2025-11-30 13:46:03 -06:00
e212872535
Update clidey/whodb Docker tag to v0.78.0 ( #2153 )
render-manifests / render-manifests-helm (push) Failing after 12s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m48s
2025-11-30 13:02:36 +00:00
08a0d296a3
Update ghcr.io/linuxserver/qbittorrent:5.1.4 Docker digest to a2eedc9 ( #2152 )
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests-helm (push) Failing after 1m15s
renovate / renovate (push) Successful in 2m29s
2025-11-30 08:03:31 +00:00
32c1f3a450
fix token
renovate / renovate (push) Successful in 3m21s
2025-11-29 23:36:49 -06:00
b865730722
specific path
renovate / renovate (push) Successful in 1m33s
2025-11-29 23:30:47 -06:00
8682100cc6
update file path
renovate / renovate (push) Successful in 1m9s
2025-11-29 23:19:42 -06:00
5bad734c75
fix path
renovate / renovate (push) Successful in 1m40s
2025-11-29 23:09:50 -06:00
0343b2d9ee
use local path
renovate / renovate (push) Failing after 3s
2025-11-29 23:05:33 -06:00
1c100f1c6b
use absolute paths
renovate / renovate (push) Successful in 1m1s
2025-11-29 22:58:47 -06:00
bee206bec1
remove name from build and lint
renovate / renovate (push) Successful in 1m5s
2025-11-29 22:45:45 -06:00
e4b3d06e1d
change to directory
renovate / renovate (push) Has been cancelled
2025-11-29 22:44:35 -06:00
7408d8effb
downgrade helm
renovate / renovate (push) Successful in 1m11s
2025-11-29 22:39:33 -06:00
274ab32e2a
add build and lint
renovate / renovate (push) Successful in 1m41s
2025-11-29 22:31:45 -06:00
ce87523597
fix path
renovate / renovate (push) Successful in 1m29s
2025-11-29 22:25:40 -06:00
25710206d5
fix env
renovate / renovate (push) Successful in 1m18s
2025-11-29 22:23:16 -06:00
c705885dda
fix path
renovate / renovate (push) Successful in 2m23s
2025-11-29 22:03:01 -06:00
783d307998
add dispatch
renovate / renovate (push) Successful in 2m5s
2025-11-29 21:49:49 -06:00
06397c2b57
fix render
renovate / renovate (push) Successful in 1m40s
2025-11-29 21:45:18 -06:00
e102d910bc
add render manifest workflow
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests-helm (push) Failing after 30s
renovate / renovate (push) Successful in 2m6s
2025-11-29 21:41:00 -06:00
bcc6a517ee
fix secret
lint-test-helm / helm-lint (push) Successful in 39s
renovate / renovate (push) Successful in 1m40s
2025-11-29 20:06:28 -06:00
f1a0008763
change cred
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m17s
2025-11-29 17:54:33 -06:00
425351b338
Update searxng/searxng:latest Docker digest to 0124d32 ( #2151 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m2s
2025-11-29 16:02:04 +00:00
9b90e7a19b
add garage
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m53s
2025-11-28 22:55:54 -06:00
b58b3a3ed0
increase compression
lint-test-docker / docker-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-11-28 22:55:08 -06:00
cc5fe67955
adjust interval
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m39s
2025-11-28 22:09:50 -06:00
31f7014f07
update labels
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m29s
2025-11-28 22:07:08 -06:00
c9ac593fc5
expand disk size
lint-test-helm / helm-lint (push) Successful in 21s
renovate / renovate (push) Successful in 2m12s
2025-11-28 21:50:25 -06:00
0f538ceb3c
expand disk size
lint-test-helm / helm-lint (push) Successful in 41s
renovate / renovate (push) Successful in 1m48s
2025-11-28 21:46:10 -06:00
9fa80152bf
rename servarr to content
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m6s
2025-11-28 18:49:29 -06:00
f617b0d175
rename servarr to content
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m48s
2025-11-28 18:44:46 -06:00
027367a16c
Update ghcr.io/linuxserver/sonarr:4.0.16 Docker digest to 60e5edc ( #2150 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m49s
2025-11-29 00:03:10 +00:00
d9f5e91d5d
Update clidey/whodb Docker tag to v0.77.0 ( #2149 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 3m1s
2025-11-28 21:01:45 +00:00
6fbb80c097
Update clidey/whodb Docker tag to v0.76.0 ( #2148 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m33s
2025-11-28 20:01:56 +00:00
b628c8597b
Update searxng/searxng:latest Docker digest to 7f816e1 ( #2147 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m45s
2025-11-28 13:01:43 +00:00
07b0ace900
Update searxng/searxng:latest Docker digest to 782d8ab ( #2146 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m28s
2025-11-28 11:01:20 +00:00
4144aad3cb
Update searxng/searxng:latest Docker digest to ee07122 ( #2145 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m9s
2025-11-28 10:01:43 +00:00
72d2293644
Update rmcrackan/libation Docker tag to v12.7.4 ( #2144 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m28s
2025-11-27 05:01:44 +00:00
6bd1bacdd1
Update Helm release tailscale-operator to v1.90.9 ( #2143 )
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m29s
2025-11-26 23:02:19 +00:00
0ccbc96cdb
Update Helm release matrix-synapse to v3.12.16 ( #2142 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m12s
2025-11-26 19:02:04 +00:00
5168ce593a
Update ghcr.io/booklore-app/booklore Docker tag to v1.12.0 ( #2140 )
...
lint-test-helm / helm-lint (push) Successful in 23s
renovate / renovate (push) Successful in 1m54s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/booklore-app/booklore | minor | `v1.11.0` -> `v1.12.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #2140
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-11-26 17:26:51 +00:00
0ce6a82c26
Update ghcr.io/linuxserver/prowlarr:2.3.0 Docker digest to 4758535 ( #2141 )
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m13s
2025-11-26 05:01:48 +00:00
77b0e35a61
Update caronc/apprise Docker tag to v1.2.6 ( #2139 )
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m33s
2025-11-26 03:01:49 +00:00
51701655b6
Update d3fk/s3cmd:latest Docker digest to 7bdbd33 ( #2138 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-11-26 03:01:38 +00:00
c5074ba043
remove calibre
lint-test-helm / helm-lint (push) Successful in 7s
lint-test-docker / docker-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m36s
2025-11-25 20:11:36 -06:00
a6d9443290
Update Helm release generic-device-plugin to v0.20.1 ( #2137 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m5s
2025-11-26 01:01:42 +00:00
a616c13446
Update ghcr.io/linuxserver/bazarr:1.5.3 Docker digest to 2be164c ( #2136 )
lint-test-helm / helm-lint (push) Successful in 6s
renovate / renovate (push) Successful in 1m30s
2025-11-25 22:01:21 +00:00
65c0028ba7
Update rmcrackan/libation Docker tag to v12.7.3 ( #2135 )
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m10s
2025-11-25 21:01:42 +00:00
6dd9262d0f
Update rmcrackan/libation Docker tag to v12.7.2 ( #2134 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m31s
2025-11-25 15:01:48 +00:00
9ba873a026
Update goharbor/harbor-core Docker tag to v2.14.1 ( #2126 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m35s
2025-11-25 14:01:24 +00:00