chore(deps): update container image ghcr.io/zurdi15/romm to v3.0.1@2096c28 by renovate (#19368)
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 <details> <summary>zurdi15/romm (ghcr.io/zurdi15/romm)</summary> ### [`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 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.3.1
|
appVersion: 3.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.1.5
|
version: 20.1.5
|
||||||
@@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png
|
|||||||
keywords:
|
keywords:
|
||||||
- romm
|
- romm
|
||||||
- rom-manager
|
- rom-manager
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -48,4 +48,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/romm
|
- https://github.com/truecharts/charts/tree/master/charts/stable/romm
|
||||||
- https://ghcr.io/zurdi15/romm
|
- https://ghcr.io/zurdi15/romm
|
||||||
type: application
|
type: application
|
||||||
version: 7.11.1
|
version: 8.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/zurdi15/romm
|
repository: ghcr.io/zurdi15/romm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.3.1@sha256:2db88fe44c89fad393c61cd75f28c5c03bce915292c98053bb36131b21177e64
|
tag: 3.0.1@sha256:2096c28711d49246885af2b325321c65f13fc2f82de60e31bddf8897c81c5c66
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user