feat(gonic): update image docker.io/sentriz/gonic v0.21.0 → v0.22.0 (#48919)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sentriz/gonic](https://redirect.github.com/sentriz/gonic) | minor | `a6b7abf` → `516fd96` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>sentriz/gonic (docker.io/sentriz/gonic)</summary> ### [`v0.22.0`](https://redirect.github.com/sentriz/gonic/releases/tag/v0.22.0): gonic v0.22.0 [Compare Source](https://redirect.github.com/sentriz/gonic/compare/v0.21.0...v0.22.0) ##### Features - **gonic:** resolve artist info from musicbrainz without a lastfm key ([ff022c1](https://www.github.com/sentriz/gonic/commit/ff022c178d63fca0bb8445919e6ed407f53bd357)) - **gonic:** store and deduplicate artists by musicbrainz id ([ae546e6](https://www.github.com/sentriz/gonic/commit/ae546e65e401fcf905b4cfa7ddb807a2e1fd5062)) ##### Bug Fixes - **lastfm:** ignore placeholder image when stealing artist image ([e800661](https://www.github.com/sentriz/gonic/commit/e800661e7297d0c14b0c51d0858732f9ba8d2cba)) - **subsonic:** only consult format prefs when client requests a format ([1dd97a5](https://www.github.com/sentriz/gonic/commit/1dd97a532e1f75239188d9fe1ebeb239fddfca45)) - **subsonic:** restrict startScan to admin users ([2376c61](https://www.github.com/sentriz/gonic/commit/2376c61bf73642f39e9ee45e735423d8df82b132)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9nb25pYyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.21.0
|
||||
appVersion: 0.22.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gonic
|
||||
- https://hub.docker.com/r/sentriz/gonic
|
||||
type: application
|
||||
version: 17.4.0
|
||||
version: 17.5.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/sentriz/gonic
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.21.0@sha256:a6b7abf599cdfdf079a18df16ec2b8067cf85d60d056b439e3096b6a157e4dd9
|
||||
tag: v0.22.0@sha256:516fd9645614ba3a596d86174216c3e944808b9ec970c581678713be4c8b1d49
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user