From d1d7fa5f626dbcfddb4aab57ae15cfd39d8c2943 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Feb 2026 19:58:06 +0000 Subject: [PATCH] chore(deps): update guillevc/yubal to v4 (major) (#3794) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/guillevc/yubal](https://github.com/guillevc/yubal) | major | `0.4.0` β†’ `4.0.0` | | [guillevc/yubal](https://github.com/guillevc/yubal) | major | `v0.4.0` β†’ `v4.0.0` | --- ### Release Notes
guillevc/yubal (ghcr.io/guillevc/yubal) ### [`v4.0.0`](https://github.com/guillevc/yubal/releases/tag/v4.0.0): πŸ• v0.4.0 β€” Playlist sync [Compare Source](https://github.com/guillevc/yubal/compare/v0.4.0...v4.0.0) This release introduces **scheduled playlist sync** β€” subscribe to playlists and let yubal keep them updated automatically on a cron schedule. ##### ✨ What's New - **Playlist subscriptions** β€” Register playlists to sync periodically with configurable track limits ([#​33](https://github.com/guillevc/yubal/issues/33)) - **Cron-based scheduler** β€” Set your preferred sync schedule (e.g., `0 3 * * *` for daily at 3 AM) - **Unicode filename support** β€” File and folder names now preserve special characters (e.g., `BjΓΆrk` instead of `Bjork`) ([#​44](https://github.com/guillevc/yubal/issues/44)) ##### πŸ”§ Improvements - **Format selection optimization** β€” yt-dlp now prefers the configured codec when selecting source streams, avoiding unnecessary transcoding when the source is already in the desired format ([#​48](https://github.com/guillevc/yubal/issues/48) by [@​ergosteur](https://github.com/ergosteur) πŸš€ ) - **Update yt-dlp to latest version** β€” Fixes YouTube extraction failures caused by recent player JS changes ([yt-dlp/yt-dlp#15818](https://github.com/yt-dlp/yt-dlp/pull/15818)) ##### πŸ› Bug Fixes - **Cookie authentication** β€” Fixed failures with large or space-containing `cookies.txt` files, and improved validation with clearer error logging ([#​30](https://github.com/guillevc/yubal/issues/30), [#​47](https://github.com/guillevc/yubal/issues/47)) ##### ⚠️ Heads Up File and folder names now preserve unicode characters instead of transliterating them to ASCII. For example: ``` Before: data/Bjork/1997 - Homogenic/01 - Hunter.opus After: data/BjΓΆrk/1997 - Homogenic/01 - Hunter.opus ``` If you have existing downloads for artists with non-ASCII names, re-downloading or syncing will create new folders alongside the old ones. Check your library and merge any duplicates after upgrading. *** **Full Changelog**:
--- ### Configuration πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3794 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/yubal/Chart.yaml | 2 +- clusters/cl01tl/helm/yubal/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/yubal/Chart.yaml b/clusters/cl01tl/helm/yubal/Chart.yaml index 362957fa8..5046eda71 100644 --- a/clusters/cl01tl/helm/yubal/Chart.yaml +++ b/clusters/cl01tl/helm/yubal/Chart.yaml @@ -18,4 +18,4 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 # renovate: datasource=github-releases depName=guillevc/yubal -appVersion: v0.4.0 +appVersion: v4.0.0 diff --git a/clusters/cl01tl/helm/yubal/values.yaml b/clusters/cl01tl/helm/yubal/values.yaml index 7420fbfd9..d883b238f 100644 --- a/clusters/cl01tl/helm/yubal/values.yaml +++ b/clusters/cl01tl/helm/yubal/values.yaml @@ -9,7 +9,7 @@ yubal: main: image: repository: ghcr.io/guillevc/yubal - tag: 0.4.0 + tag: 4.0.0 pullPolicy: IfNotPresent env: - name: YUBAL_TZ