From 74fecf90c07399c23b275b7c305883eb2fd773d8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 16 Mar 2024 18:22:24 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/zurdi15/romm to v3.0.1@2096c28 by renovate (#19368) 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/zurdi15/romm](https://togithub.com/zurdi15/romm) | major | `2.3.1` -> `3.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
zurdi15/romm (ghcr.io/zurdi15/romm) ### [`v3.0.1`](https://togithub.com/zurdi15/romm/releases/tag/3.0.1) [Compare Source](https://togithub.com/zurdi15/romm/compare/3.0.0...3.0.1) ⚠️ This hotfix requires a few changes: - A new volume has to be bound to `/redis-data`, check the [docker-compose.example.yml file](https://togithub.com/zurdi15/romm/blob/3.0.1/examples/docker-compose.example.yml) - If you're seeing "Decompress Game Core" when trying to run games in EmulatorJS, you'll need to clear storage in your browser to clear IndexedDB #### Fixed - Fix for integrated redis data persist. Check the [docker-compose.example.yml](https://togithub.com/zurdi15/romm/blob/3.0.1/examples/docker-compose.example.yml) - Fixed emulatorjs integration. Fixes [#​695](https://togithub.com/zurdi15/romm/issues/695) - Fixed 404 for assets endpoint - Fixed sqlite to mariadb migration - Fixed async tasks not running and throwing errors - Fixed sqlite to mariadb migration. Fixes [#​697](https://togithub.com/zurdi15/romm/issues/697) and [#​688](https://togithub.com/zurdi15/romm/issues/688) - Fixed multipart game selector when change between games ### [`v3.0.0`](https://togithub.com/zurdi15/romm/releases/tag/3.0.0) [Compare Source](https://togithub.com/zurdi15/romm/compare/v2.3.1...3.0.0) #### Hightlights - [EmulatorJS player](https://togithub.com/zurdi15/romm/wiki/EmulatorJS-Player): Play retro games in your web browser - Saves and states: Upload/downlaod game saves, and play them with EmulatorJS - More metadata: Extracts more information from IGDB, like release date, genres, related games, etc. - New license: Now licensed under AGPL-3.0 to promote community contributions #### New features - Manually trigger async tasks from the UI - New /stats endpoint to get library statistics - Multi-file roms now download with .m3u file - Small banner in UI when new version is available - Manual search now also checks alternative names #### Other changes - Redis is now built into the image - Dropped support for build-in SQLite database - Faster search against IGDB API with better results - New covers when game or cover art not found - Improved build process and release tagging - Improved error handling and logging #### Fixes - Validation is run on config.yml file to ensure compatibility - Fix downloading single file from multi-file roms - Fix compressing large files for download - Reworked the authetication system to reduce CSRF and login issues - Reconnect websockets on page reload to catch scan progress - Many other small bug fixes and improvements
--- ### 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](https://togithub.com/renovatebot/renovate). --- charts/stable/romm/Chart.yaml | 6 +++--- charts/stable/romm/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 272a59b6fea..3cf0a472fe4 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.3.1 +appVersion: 3.0.1 dependencies: - name: common version: 20.1.5 @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png keywords: - romm - rom-manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/romm - https://ghcr.io/zurdi15/romm type: application -version: 7.11.1 +version: 8.0.0 diff --git a/charts/stable/romm/values.yaml b/charts/stable/romm/values.yaml index 08fba5ab902..85eb545310e 100644 --- a/charts/stable/romm/values.yaml +++ b/charts/stable/romm/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/zurdi15/romm pullPolicy: IfNotPresent - tag: 2.3.1@sha256:2db88fe44c89fad393c61cd75f28c5c03bce915292c98053bb36131b21177e64 + tag: 3.0.1@sha256:2096c28711d49246885af2b325321c65f13fc2f82de60e31bddf8897c81c5c66 securityContext: container: