From 2ac3820760c657519c8dd90b00ea474df18ec611 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 16 Mar 2024 13:25:18 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/ajnart/homarr to v0.15.2@caf77d7 by renovate (#19304) 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/ajnart/homarr](https://togithub.com/ajnart/homarr) | patch | `0.15.0` -> `0.15.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ajnart/homarr (ghcr.io/ajnart/homarr) ### [`v0.15.2`](https://togithub.com/ajnart/homarr/releases/tag/v0.15.2) [Compare Source](https://togithub.com/ajnart/homarr/compare/v0.15.1...v0.15.2) > \[!NOTE]\ > We've been working actively on working torwards version 1.0 which will include many improvements to performance, security and the overall look & feel of Homarr. It will greatly overhaul the technical architecture of Homarr. This work is done by volunteers. Please consider supporting our work via donations at https://opencollective.com/homarr #### v0.15.2: Hotfix, OMV 7 support - Fixed an issue with the image where it would notify you to upgrade to `0.15.1`, even though you were running `0.15.1` - Added support for OMV 7 - Updated Crowdin translations #### What's Changed - chore: increase version by [@​manuel-rw](https://togithub.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/1960](https://togithub.com/ajnart/homarr/pull/1960) - feat: OMV 7 support by [@​hillaliy](https://togithub.com/hillaliy) in [https://github.com/ajnart/homarr/pull/1959](https://togithub.com/ajnart/homarr/pull/1959) - feat: Apply translation automation from select option to multi-select… by [@​Tagaishi](https://togithub.com/Tagaishi) in [https://github.com/ajnart/homarr/pull/1963](https://togithub.com/ajnart/homarr/pull/1963) - chore: new Crowdin updates by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1949](https://togithub.com/ajnart/homarr/pull/1949) - core: increase version to 0.15.2 by [@​manuel-rw](https://togithub.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/1967](https://togithub.com/ajnart/homarr/pull/1967) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/ajnart/homarr/releases/tag/v0.15.1) [Compare Source](https://togithub.com/ajnart/homarr/compare/v0.15.0...v0.15.1) > \[!NOTE]\ > We've been working actively on working torwards version 1.0 which will include many improvements to performance, security and the overall look & feel of Homarr. It will greatly overhaul the technical architecture of Homarr. This work is done by volunteers. Please consider supporting our work via donations at https://opencollective.com/homarr #### Version 0.15.1: Fixes wih SSO, OMV integration and weekly weather forecast ##### SSO fixes & improvements - Added environment variable `AUTH_OIDC_SCOPE_OVERWRITE` to override the OIDC scopes - Fixed redirection for OIDC logins - Added the environment variable `AUTH_LDAP_SEARCH_SCOPE` to modify the LDAP search scope between `base`, `one` or `sub`. - Added debug information on the login page when authentication providers are set incorrectly: ![310673082-a376bd01-e6bf-449b-93e8-f050da3fdef8](https://togithub.com/ajnart/homarr/assets/30572287/41c844b0-ce8b-43e4-80f8-526b20f2684b) ##### OMV widget [@​hillaliy](https://togithub.com/hillaliy) has contributed a new system health widget that integrates with https://www.openmediavault.org/ ![image](https://togithub.com/ajnart/homarr/assets/30572287/13ea31ef-85f3-401c-a2e6-ca89783cf3ce) ##### Weekly forecast The weather widget can now display a weekly forecast: ![image](https://togithub.com/ajnart/homarr/assets/30572287/14fab53a-2caa-49be-8591-6f8b7afb9fb7) ##### Lithuanian and Estonian languange support We have added Lithuanian and Estonian to Homarr. As always, our community can translate Homarr into these languages: https://crowdin.com/project/homarr ##### Improved torrent tile performance & ordering Thanks to our contributors, the torrent widget now uses virtualization to lower the required work on the client when rendering the list of torrents. This results in more fluid scrolling and resizing of the widget: https://github.com/ajnart/homarr/assets/162878798/8a21eec2-2f6e-4b0b-8653-7cd730d7d697 Ordering columns is also now possible: ![](https://togithub.com/ajnart/homarr/assets/26098587/78e9636e-9ac5-44fe-aafc-d4df341ecf9b) #### What's Changed - feat: add environment variable to overwrite oidc scopes by [@​Meierschlumpf](https://togithub.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/1913](https://togithub.com/ajnart/homarr/pull/1913) - fix: redirect OIDC by [@​Meierschlumpf](https://togithub.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/1911](https://togithub.com/ajnart/homarr/pull/1911) - fix: set maximum size for indexer manager to 12 by [@​Tagaishi](https://togithub.com/Tagaishi) in [https://github.com/ajnart/homarr/pull/1912](https://togithub.com/ajnart/homarr/pull/1912) - feat: add OMV integration / widget by [@​hillaliy](https://togithub.com/hillaliy) in [https://github.com/ajnart/homarr/pull/1879](https://togithub.com/ajnart/homarr/pull/1879) - feat: add ldap search scope by [@​Meierschlumpf](https://togithub.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/1948](https://togithub.com/ajnart/homarr/pull/1948) - feat: AUTH_PROVIDER log when incorrect and show error in login page by [@​Tagaishi](https://togithub.com/Tagaishi) in [https://github.com/ajnart/homarr/pull/1943](https://togithub.com/ajnart/homarr/pull/1943) - feat: add Lithuanian support by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1935](https://togithub.com/ajnart/homarr/pull/1935) - feat: Mention Emby on Jellyfin integration by [@​Tagaishi](https://togithub.com/Tagaishi) in [https://github.com/ajnart/homarr/pull/1917](https://togithub.com/ajnart/homarr/pull/1917) - feat: add weekly forecast to weather widget by [@​hillaliy](https://togithub.com/hillaliy) in [https://github.com/ajnart/homarr/pull/1932](https://togithub.com/ajnart/homarr/pull/1932) - feat: add Estonian language by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1931](https://togithub.com/ajnart/homarr/pull/1931) - chore: new Crowdin updates by [@​ajnart](https://togithub.com/ajnart) in [https://github.com/ajnart/homarr/pull/1890](https://togithub.com/ajnart/homarr/pull/1890) - fix: death links in readme by [@​Meierschlumpf](https://togithub.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/1953](https://togithub.com/ajnart/homarr/pull/1953) - feat: Improve TorrentTile rendering performance by [@​diederbert](https://togithub.com/diederbert) in [https://github.com/ajnart/homarr/pull/1951](https://togithub.com/ajnart/homarr/pull/1951) - fix: death app links by [@​Meierschlumpf](https://togithub.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/1955](https://togithub.com/ajnart/homarr/pull/1955) - feat: add column ordering in torrent widget by [@​hillaliy](https://togithub.com/hillaliy) in [https://github.com/ajnart/homarr/pull/1952](https://togithub.com/ajnart/homarr/pull/1952) #### New Contributors - [@​diederbert](https://togithub.com/diederbert) made their first contribution in [https://github.com/ajnart/homarr/pull/1951](https://togithub.com/ajnart/homarr/pull/1951) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.15.0...v0.15.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://togithub.com/renovatebot/renovate). --- charts/stable/homarr/Chart.yaml | 6 +++--- charts/stable/homarr/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index 7ec3b73781b..267ee53334b 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.15.0 +appVersion: 0.15.2 dependencies: - name: common version: 20.1.5 @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/homarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png keywords: - dashboard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://ghcr.io/ajnart/homarr type: application -version: 10.6.0 +version: 10.6.1 diff --git a/charts/stable/homarr/values.yaml b/charts/stable/homarr/values.yaml index 31058e30e5c..ac5a9c6e6b3 100644 --- a/charts/stable/homarr/values.yaml +++ b/charts/stable/homarr/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/ajnart/homarr - tag: 0.15.0@sha256:24e3e1982845ab7aae2c133581984b3a621075f3b51bfd6e172a13e280fa3334 + tag: 0.15.2@sha256:caf77d79272d16e8081a90e0f2b2928d385ca0b3c0dd36e50cb46ff3aa940ab9 pullPolicy: IfNotPresent workload: main: