e2ae008189e8d211344bc20f56c29bb69664d0dd
15 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 451793e158 |
Update volsync-target Docker tag to v0.6.0 (#2695)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [volsync-target](https://github.com/backube/volsync) | minor | `0.5.0` -> `0.6.0` | --- ### Release Notes <details> <summary>backube/volsync (volsync-target)</summary> ### [`v0.6.0`](https://github.com/backube/volsync/blob/HEAD/CHANGELOG.md#060) [Compare Source](https://github.com/backube/volsync/compare/v0.5.0...v0.6.0) ##### Added - restic - allow passing in GOOGLE\_APPLICATION\_CREDENTIALS as a file ##### Changed - ⚠️ Breaking change ⚠️ - Helm chart now manages VolSync CRDs directly.\ Upgrading the VolSync Helm chart from an earlier version will produce the following error: ``` Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unable to continue with update: CustomResourceDefinition "replicationdestinations.volsync.backube" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "volsync"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "volsync-system" ``` To fix, apply the missing labels and annotations as mentioned in the error message (your values may differ), then retry the upgrade: ```console $ kubectl label crd/replicationdestinations.volsync.backube app.kubernetes.io/managed-by=Helm customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube labeled $ kubectl label crd/replicationsources.volsync.backube app.kubernetes.io/managed-by=Helm customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube labeled $ kubectl annotate crd/replicationdestinations.volsync.backube meta.helm.sh/release-name=volsync customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube annotated $ kubectl annotate crd/replicationsources.volsync.backube meta.helm.sh/release-name=volsync customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube annotated $ kubectl annotate crd/replicationdestinations.volsync.backube meta.helm.sh/release-namespace=volsync-system customresourcedefinition.apiextensions.k8s.io/replicationdestinations.volsync.backube annotated $ kubectl annotate crd/replicationsources.volsync.backube meta.helm.sh/release-namespace=volsync-system customresourcedefinition.apiextensions.k8s.io/replicationsources.volsync.backube annotated ``` - VolSync privileged mover SCC installed at startup on OpenShift - Syncthing upgraded to 1.22.1 - Updates to build with golang 1.19 ##### Fixed - ReplicationSource fixes for rsync, rclone and restic to enable mounting ROX source PVCs as read-only ##### Security - rclone mover updated to run with reduced privileges by default - restic mover updated to run with reduced privileges by default - syncthing mover updated to run with reduced privileges by default - kube-rbac-proxy upgraded to 0.13.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #2695 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 08a3c21d30 |
Update ghcr.io/booklore-app/booklore Docker tag to v1.14.1 (#2665)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | minor | `v1.13.2` -> `v1.14.1` | --- ### Release Notes <details> <summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.14.1`](https://github.com/booklore-app/booklore/releases/tag/v1.14.1) [Compare Source](https://github.com/booklore-app/booklore/compare/v1.13.2...v1.14.1) #### 🌟 What's New in v1.14.1 The v1.14.1 release is packed with lots upgrades, brand-new capabilities, and a long list of quality-of-life improvements. Here are the headline features you’ll notice right away: 1. **Custom SVG Icons**: Libraries, shelves, and magic shelves can now have fully custom SVG icons, giving users complete creative freedom and a far richer visual experience. 2. **Personal Book Ratings**: Ratings are now truly personal. Each user has their own individual rating for every book. (Thanks to [@​Muppetteer](https://github.com/Muppetteer)) 3. **EPUB Reader Bookmarks**: The EPUB reader now supports bookmarks, making it easier than ever to mark important passages and jump back to them later. (Thanks to [@​balazs-szucs](https://github.com/balazs-szucs)) 4. **Automatic Kobo Shelf Sync**: Newly added books can now be automatically added to your Kobo shelf, no more manual syncing or missed additions. (Thanks to [@​armandocerna](https://github.com/armandocerna)) 5. **OPDS Author Hierarchy**: OPDS feeds now offer a complete author hierarchy, letting you quickly explore and navigate books by your favorite authors. (Thanks to [@​shiggsy365](https://github.com/shiggsy365)) #### 🚀 New Features - Add support for uploading and assigning custom SVG icons to libraries… ([#​1788](https://github.com/booklore-app/booklore/issues/1788)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Automatically add newly added books to Kobo shelf ([#​1826](https://github.com/booklore-app/booklore/issues/1826)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Per user personal ratings ([#​1820](https://github.com/booklore-app/booklore/issues/1820)) by [@​Muppetteer](https://github.com/Muppetteer) - Random sort option for libraries and shelves ([#​1817](https://github.com/booklore-app/booklore/issues/1817)) by [@​Muppetteer](https://github.com/Muppetteer) - feat(bookmark): implement bookmark management with CRUD operations ([#​1795](https://github.com/booklore-app/booklore/issues/1795)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add authors hierarchy and series metadata to OPDS feed ([#​1777](https://github.com/booklore-app/booklore/issues/1777)) by [@​shiggsy365](https://github.com/shiggsy365) #### ✨ Enhancements - feat(search): Add denormalized search\_text column for better book search ([#​1791](https://github.com/booklore-app/booklore/issues/1791)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Enable java remote debug on dev docker stack ([#​1808](https://github.com/booklore-app/booklore/issues/1808)) by [@​Muppetteer](https://github.com/Muppetteer) - fix(book-card): add menu toggle events and update styles for open state ([#​1813](https://github.com/booklore-app/booklore/issues/1813)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Allow uploading multiple SVG icons and render them directly as inline… ([#​1796](https://github.com/booklore-app/booklore/issues/1796)) by [@​adityachandelgit](https://github.com/adityachandelgit) - fix(book-card): indicate collapse series number on the library tooltip ([#​1800](https://github.com/booklore-app/booklore/issues/1800)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Feat: Improve metadata edit UI ([#​1792](https://github.com/booklore-app/booklore/issues/1792)) by [@​Muppetteer](https://github.com/Muppetteer) - fix(epub): fix and improve cover image extraction from EPUB files (specifically support for: EPUB 3 specification) ([#​1773](https://github.com/booklore-app/booklore/issues/1773)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add OIDC mobile redirect support for mobile apps ([#​1767](https://github.com/booklore-app/booklore/issues/1767)) by [@​rmellmer](https://github.com/rmellmer) - Improve bookdrop UI ([#​1768](https://github.com/booklore-app/booklore/issues/1768)) by [@​Muppetteer](https://github.com/Muppetteer) - Feat: Hide empty filter categories from sidebar ([#​1759](https://github.com/booklore-app/booklore/issues/1759)) by [@​Muppetteer](https://github.com/Muppetteer) #### 🐛 Bug Fixes - fix(bookdrop): fix 'Select All' query logic and improve filename fallback for missing metadata ([#​1828](https://github.com/booklore-app/booklore/issues/1828)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Fix vertical overflow on metadata edit form dialog: part deux ([#​1816](https://github.com/booklore-app/booklore/issues/1816)) by [@​Muppetteer](https://github.com/Muppetteer) - Fix issues with library scans and file moves with a focus on SMB usage ([#​1744](https://github.com/booklore-app/booklore/issues/1744)) by [@​CounterClops](https://github.com/CounterClops) - Fix vertical overflow on metadata edit form dialog ([#​1810](https://github.com/booklore-app/booklore/issues/1810)) by [@​Muppetteer](https://github.com/Muppetteer) - fix(metadata): Fix genre/category disappearing bug in metadata updates ([#​1807](https://github.com/booklore-app/booklore/issues/1807)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Fix: locking fields discards unsaved changes ([#​1799](https://github.com/booklore-app/booklore/issues/1799)) by [@​Muppetteer](https://github.com/Muppetteer) - fix(path): remove trailing dots from path components for Windows compatibility ([#​1786](https://github.com/booklore-app/booklore/issues/1786)) by [@​balazs-szucs](https://github.com/balazs-szucs) - fix(bookdrop): improve file filtering to ignore .caltrash (calibre generated trash file) ([#​1785](https://github.com/booklore-app/booklore/issues/1785)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Fix: Assign Books to Shelves popup visually broken ([#​1783](https://github.com/booklore-app/booklore/issues/1783)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Fix: script error preventing clearing of multi-select fields ([#​1756](https://github.com/booklore-app/booklore/issues/1756)) by [@​Muppetteer](https://github.com/Muppetteer) - hotfix(auth): add missing EC algo for Authentik, manually increase timeout limit ([#​1747](https://github.com/booklore-app/booklore/issues/1747)) by [@​balazs-szucs](https://github.com/balazs-szucs) #### 🛠️ Refactoring & Maintenance - refactor(api): minor QOL updates, code modernization ([#​1802](https://github.com/booklore-app/booklore/issues/1802)) by [@​balazs-szucs](https://github.com/balazs-szucs) - delete broken (legacy?) github discussions link in contributing.md ([#​1805](https://github.com/booklore-app/booklore/issues/1805)) by [@​JuergenFleiss](https://github.com/JuergenFleiss) - docs: update license information from MIT to GPL-3.0 in CONTRIBUTING.md ([#​1803](https://github.com/booklore-app/booklore/issues/1803)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add loader for long running operations ([#​1790](https://github.com/booklore-app/booklore/issues/1790)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Configureable delimiter for remote auth groups ([#​1782](https://github.com/booklore-app/booklore/issues/1782)) by [@​aroberts](https://github.com/aroberts) - Add missing field for Kobo OverDrive expiration check ([#​1774](https://github.com/booklore-app/booklore/issues/1774)) by [@​jose-elias-alvarez](https://github.com/jose-elias-alvarez) - fix(bookdrop): ignore dot and underscore files during monitoring ([#​1771](https://github.com/booklore-app/booklore/issues/1771)) by [@​balazs-szucs](https://github.com/balazs-szucs) #### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.14.0` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.14.0` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.13.2...v1.14.0> #### 📸 Screenshots:       </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2665 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 16fb812cff | add priv | |||
| 6d3b4cc8b8 | enable tls | |||
| f8c08da14e | keep only the most recent job | |||
| 4c26f42d22 | add remote backup | |||
| 40ee5b3833 | move volsync to chart | |||
| dcc30342b8 | update appVersion | |||
| 15071cdb96 |
Update ghcr.io/booklore-app/booklore Docker tag to v1.13.2 (#2291)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | patch | `v1.13.1` -> `v1.13.2` | --- ### Release Notes <details> <summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.13.2`](https://github.com/booklore-app/booklore/releases/tag/v1.13.2) [Compare Source](https://github.com/booklore-app/booklore/compare/v1.13.1...v1.13.2) #### 🌟 What's New in v1.13.2 #### 🚀 New Features - Add sort preference option for Magic Shelf names in the left sidebar ([#​1749](https://github.com/booklore-app/booklore/issues/1749)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Feature: filter mode preference ([#​1739](https://github.com/booklore-app/booklore/issues/1739)) by [@​Muppetteer](https://github.com/Muppetteer) - Add a user-facing option to enable or disable series view ([#​1748](https://github.com/booklore-app/booklore/issues/1748)) by [@​adityachandelgit](https://github.com/adityachandelgit) #### ✨ Enhancements - fix(metadata): disable merging of moods and tags during metadata updates ([#​1743](https://github.com/booklore-app/booklore/issues/1743)) by [@​balazs-szucs](https://github.com/balazs-szucs) - fix(epub): improve date parsing to support year-only formats and add tests ([#​1735](https://github.com/booklore-app/booklore/issues/1735)) by [@​balazs-szucs](https://github.com/balazs-szucs) - feat(opds): Sort OPDS Feed by addedOn Desc ([#​1691](https://github.com/booklore-app/booklore/issues/1691)) by [@​WorldTeacher](https://github.com/WorldTeacher) - refactor(metadata): consider locked, but empty or null metadata valid ([#​1729](https://github.com/booklore-app/booklore/issues/1729)) by [@​balazs-szucs](https://github.com/balazs-szucs) #### 🎨 UI Tweaks - Visually indicate the active menu item in the left sidebar ([#​1738](https://github.com/booklore-app/booklore/issues/1738)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Align the layout to be consistent throughout all dialogs ([#​1737](https://github.com/booklore-app/booklore/issues/1737)) by [@​adityachandelgit](https://github.com/adityachandelgit) #### 🐛 Bug Fixes - fix(amazon): improve localization of Amazon Parser ([#​1706](https://github.com/booklore-app/booklore/issues/1706)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add filter mode to querystring ([#​1728](https://github.com/booklore-app/booklore/issues/1728)) by [@​Muppetteer](https://github.com/Muppetteer) - Fix race conditions between Bookdrop and Monitoring Service when importing multiple files ([#​1709](https://github.com/booklore-app/booklore/issues/1709)) by [@​piffio](https://github.com/piffio) - Re-add "description" to epub metadata extraction ([#​1727](https://github.com/booklore-app/booklore/issues/1727)) by [@​beedaddy](https://github.com/beedaddy) ##### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.13.2` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.13.2` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.13.1...v1.13.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2291 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 2cf3152190 |
Update Helm release app-template to v4.5.0 (#2270)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [app-template](https://github.com/bjw-s-labs/helm-charts) | minor | `4.4.0` -> `4.5.0` | --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (app-template)</summary> ### [`v4.5.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.5.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.4.0...app-template-4.5.0) ##### Changelog: ##### Changed - Upgraded the common library to v4.5.0 - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/) - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: #2270 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| a6f46bb1a7 |
Update ghcr.io/booklore-app/booklore Docker tag to v1.13.1 (#2212)
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> |
|||
| 3e90af0eb5 | migrate | |||
| 4a30f53bd2 | remove charts to prep for migration | |||
| 6e613e1e65 | add chart lock | |||
| e102d910bc | add render manifest workflow |