From c72a7fbd05d715f36d646cdafd09dd8b51fe6c18 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Mar 2026 17:18:02 +0000 Subject: [PATCH] chore(deps): update frederikemmer/medialyze to v0.3.0 (#5157) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [frederikemmer/MediaLyze](https://github.com/frederikemmer/MediaLyze) | minor | `0.2.5` → `0.3.0` | | [ghcr.io/frederikemmer/medialyze](https://github.com/frederikemmer/MediaLyze) | minor | `0.2.5` → `0.3.0` | --- ### Release Notes
frederikemmer/MediaLyze (frederikemmer/MediaLyze) ### [`v0.3.0`](https://github.com/frederikemmer/MediaLyze/blob/HEAD/CHANGELOG.md#v030) [Compare Source](https://github.com/frederikemmer/MediaLyze/compare/v0.2.5...v0.3.0) > 2026-03-26 ##### 🐛 Bug fixes - restrict `main` release publishing to real version bumps so unchanged-version commits no longer try to recreate existing tags and releases - allow adding new resolution categories from the settings UI without tripping the backend's immutable-id validation ([#​71](https://github.com/frederikemmer/MediaLyze/issues/71)) - fix resolution quality-boundary updates in the library quality settings when `minimum` / `ideal` values are changed ([#​72](https://github.com/frederikemmer/MediaLyze/pull/72)) - by [@​eivarin](https://github.com/eivarin) - keep Windows UNC network-share paths in their normal form for `ffprobe` so desktop scans analyze files on network shares instead of only listing them - lower the default resolution-category minimum width and height thresholds by 5% so cropped widescreen encodes stay in their expected buckets, and document the relaxed defaults in the settings tooltip ([#​79](https://github.com/frederikemmer/MediaLyze/issues/79)) - make desktop packaging always create the bundled `backend/ffprobe` structure, auto-detect `ffprobe` on the build machine, and use more robust packaged-path fallbacks at runtime before failing ([#​80](https://github.com/frederikemmer/MediaLyze/issues/80)) - treat NAS snapshot symlink loops under `MEDIA_ROOT` as invalid paths so browse and library setup return `400` or skip the entry instead of crashing with a `500` ([#​81](https://github.com/frederikemmer/MediaLyze/issues/81))
--- ### 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/5157 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/medialyze/Chart.yaml | 2 +- clusters/cl01tl/helm/medialyze/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/medialyze/Chart.yaml b/clusters/cl01tl/helm/medialyze/Chart.yaml index 5c1f98b9f..7af135b24 100644 --- a/clusters/cl01tl/helm/medialyze/Chart.yaml +++ b/clusters/cl01tl/helm/medialyze/Chart.yaml @@ -19,4 +19,4 @@ dependencies: version: 4.6.2 icon: https://raw.githubusercontent.com/frederikemmer/MediaLyze/d8f69c0628bac7c047b90f91a66341648029c273/frontend/public/favicon.svg # renovate: datasource=github-releases depName=frederikemmer/MediaLyze -appVersion: 0.2.5 +appVersion: 0.3.0 diff --git a/clusters/cl01tl/helm/medialyze/values.yaml b/clusters/cl01tl/helm/medialyze/values.yaml index 8df5c3759..b20d7b5bc 100644 --- a/clusters/cl01tl/helm/medialyze/values.yaml +++ b/clusters/cl01tl/helm/medialyze/values.yaml @@ -9,7 +9,7 @@ medialyze: main: image: repository: ghcr.io/frederikemmer/medialyze - tag: 0.2.5 + tag: 0.3.0 pullPolicy: IfNotPresent env: - name: HOST_PORT