feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.17.1 #516

Open
Renovate wants to merge 1 commits from renovate/ghcr.io-advplyr-audiobookshelf-2.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/advplyr/audiobookshelf minor 2.16.2 -> 2.17.1

Release Notes

advplyr/audiobookshelf (ghcr.io/advplyr/audiobookshelf)

v2.17.1

Compare Source

Fixed
  • Server crash on new libraries when building filter data #​3623
  • Error adding new series when a series exists in the database with a null title #​3622

Full Changelog: https://github.com/advplyr/audiobookshelf/compare/v2.17.0...v2.17.1

v2.17.0

Compare Source

Added
Fixed
  • Global search menu item unclickable from trackpad
  • Server crash when migrationsMeta table is not populated by @​nichwall in #​3589
  • Heavy memory usage in podcast episode downloader (fixes OOM server crash #​3601) by @​mikiher in #​3604
  • Podcast episodes duplicated when a scan runs while the episode is downloading #​2785
  • Series Progress filters incorrect - showing for any users progress #​2923
  • Unable to download CBC Radio podcasts due to them rejecting our user agent #​3322
  • Book library sorting by published year treats year as string (now casting to integer in query) #​3620
Changed
Internal

New Contributors

Full Changelog: https://github.com/advplyr/audiobookshelf/compare/v2.16.2...v2.17.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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) | minor | `2.16.2` -> `2.17.1` | --- ### Release Notes <details> <summary>advplyr/audiobookshelf (ghcr.io/advplyr/audiobookshelf)</summary> ### [`v2.17.1`](https://github.com/advplyr/audiobookshelf/releases/tag/v2.17.1) [Compare Source](https://github.com/advplyr/audiobookshelf/compare/v2.17.0...v2.17.1) ##### Fixed - Server crash on new libraries when building filter data [#&#8203;3623](https://github.com/advplyr/audiobookshelf/issues/3623) - Error adding new series when a series exists in the database with a `null` title [#&#8203;3622](https://github.com/advplyr/audiobookshelf/issues/3622) **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.17.0...v2.17.1 ### [`v2.17.0`](https://github.com/advplyr/audiobookshelf/releases/tag/v2.17.0) [Compare Source](https://github.com/advplyr/audiobookshelf/compare/v2.16.2...v2.17.0) ##### Added - Db migration for non-matching UUID data types on associated models by [@&#8203;nichwall](https://github.com/nichwall) in [#&#8203;3597](https://github.com/advplyr/audiobookshelf/issues/3597) ##### Fixed - Global search menu item unclickable from trackpad - Server crash when `migrationsMeta` table is not populated by [@&#8203;nichwall](https://github.com/nichwall) in [#&#8203;3589](https://github.com/advplyr/audiobookshelf/issues/3589) - Heavy memory usage in podcast episode downloader (fixes OOM server crash [#&#8203;3601](https://github.com/advplyr/audiobookshelf/issues/3601)) by [@&#8203;mikiher](https://github.com/mikiher) in [#&#8203;3604](https://github.com/advplyr/audiobookshelf/issues/3604) - Podcast episodes duplicated when a scan runs while the episode is downloading [#&#8203;2785](https://github.com/advplyr/audiobookshelf/issues/2785) - Series Progress filters incorrect - showing for any users progress [#&#8203;2923](https://github.com/advplyr/audiobookshelf/issues/2923) - Unable to download CBC Radio podcasts due to them rejecting our user agent [#&#8203;3322](https://github.com/advplyr/audiobookshelf/issues/3322) - Book library sorting by published year treats year as string (now casting to integer in query) [#&#8203;3620](https://github.com/advplyr/audiobookshelf/issues/3620) ##### Changed - Improve cover image & author image performance by [@&#8203;mikiher](https://github.com/mikiher) in [#&#8203;3580](https://github.com/advplyr/audiobookshelf/issues/3580) [#&#8203;3584](https://github.com/advplyr/audiobookshelf/issues/3584) - Improve performance w/ in-memory user cache by [@&#8203;mikiher](https://github.com/mikiher) in [#&#8203;3599](https://github.com/advplyr/audiobookshelf/issues/3599) - Improve performance w/ library filter data by increasing cache time by [@&#8203;nichwall](https://github.com/nichwall) in [#&#8203;3594](https://github.com/advplyr/audiobookshelf/issues/3594) - Simplified query on library item updates to reduce memory usage by [@&#8203;mikiher](https://github.com/mikiher) in [#&#8203;3615](https://github.com/advplyr/audiobookshelf/issues/3615) - `mpg` and `mpeg` added to supported audio file extensions by [@&#8203;4ch1m](https://github.com/4ch1m) in [#&#8203;3574](https://github.com/advplyr/audiobookshelf/issues/3574) - Avoid parsing first and last names in Chinese, Japanese and Korean languages by [@&#8203;snakehnb](https://github.com/snakehnb) in [#&#8203;3585](https://github.com/advplyr/audiobookshelf/issues/3585) - More strings translated - Arabic by [@&#8203;Terminal-Grasshopper](https://github.com/Terminal-Grasshopper) - Chinese (Traditional) by [@&#8203;Tamanegii](https://github.com/Tamanegii) - Chinese (Simplified) by [@&#8203;springsunx](https://github.com/springsunx) - Czech by [@&#8203;kuci-JK](https://github.com/kuci-JK) [@&#8203;vachekcz](https://github.com/vachekcz) - Italian by [@&#8203;burghy86](https://github.com/burghy86) - Portuguese (Brazil) by [@&#8203;paulohenriquesg](https://github.com/paulohenriquesg) - Russian by [@&#8203;Nab0y](https://github.com/Nab0y) ##### Internal - Update user directive in sample docker compose by [@&#8203;nichwall](https://github.com/nichwall) in [#&#8203;3568](https://github.com/advplyr/audiobookshelf/issues/3568) - GH Workflow: Only run CodeQL and Integration actions if code changed by [@&#8203;nichwall](https://github.com/nichwall) in [#&#8203;3595](https://github.com/advplyr/audiobookshelf/issues/3595) #### New Contributors - [@&#8203;4ch1m](https://github.com/4ch1m) made their first contribution in https://github.com/advplyr/audiobookshelf/pull/3574 - [@&#8203;snakehnb](https://github.com/snakehnb) made their first contribution in https://github.com/advplyr/audiobookshelf/pull/3585 **Full Changelog**: https://github.com/advplyr/audiobookshelf/compare/v2.16.2...v2.17.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
Renovate added 1 commit 2024-11-18 00:03:06 +00:00
Renovate force-pushed renovate/ghcr.io-advplyr-audiobookshelf-2.x from 7b3bce98f4 to f3b4b4a64f 2024-11-18 15:03:04 +00:00 Compare
Renovate changed title from feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.17.0 to feat(container): update image ghcr.io/advplyr/audiobookshelf to v2.17.1 2024-11-18 15:03:06 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/ghcr.io-advplyr-audiobookshelf-2.x main
git pull origin renovate/ghcr.io-advplyr-audiobookshelf-2.x

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/ghcr.io-advplyr-audiobookshelf-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#516
No description provided.