chore(deps): update container image ghcr.io/slskd/slskd to v0.21.1@e4bb957 by renovate (#23862)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://togithub.com/slskd/slskd)) | patch | `0.21.0` -> `0.21.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>slskd/slskd (ghcr.io/slskd/slskd)</summary> ### [`v0.21.1`](https://togithub.com/slskd/slskd/releases/tag/0.21.1) [Compare Source](https://togithub.com/slskd/slskd/compare/0.21.0...0.21.1) #### What's Changed - Disable disk logging by default by [@​jpdillingham](https://togithub.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1139](https://togithub.com/slskd/slskd/pull/1139) - Fix a bunch of typos throughout by [@​jpdillingham](https://togithub.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1142](https://togithub.com/slskd/slskd/pull/1142) - Stop depending on lodash in web app by [@​sethidden](https://togithub.com/sethidden) in [https://github.com/slskd/slskd/pull/1107](https://togithub.com/slskd/slskd/pull/1107) - Fix content height issue in UI causing vertical scrollbar to appear when it shouldn't; fix issue with room screen by [@​jpdillingham](https://togithub.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1148](https://togithub.com/slskd/slskd/pull/1148) - Bump braces from 3.0.2 to 3.0.3 in /src/web by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/slskd/slskd/pull/1150](https://togithub.com/slskd/slskd/pull/1150) - Add option to disable console log colours by [@​zliebersbach](https://togithub.com/zliebersbach) in [https://github.com/slskd/slskd/pull/1137](https://togithub.com/slskd/slskd/pull/1137) - Bump dependencies, including Soulseek.NET to 6.5.0 by [@​jpdillingham](https://togithub.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1154](https://togithub.com/slskd/slskd/pull/1154) - Add the ability to disable console log coloring by [@​jpdillingham](https://togithub.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1155](https://togithub.com/slskd/slskd/pull/1155) #### New Contributors - [@​sethidden](https://togithub.com/sethidden) made their first contribution in [https://github.com/slskd/slskd/pull/1107](https://togithub.com/slskd/slskd/pull/1107) - [@​zliebersbach](https://togithub.com/zliebersbach) made their first contribution in [https://github.com/slskd/slskd/pull/1137](https://togithub.com/slskd/slskd/pull/1137) **Full Changelog**: https://github.com/slskd/slskd/compare/0.21.0...0.21.1 </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
701868e35a
commit
69a4e5ceba
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 0.21.0
|
||||
appVersion: 0.21.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.2
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://github.com/ansible-slskd/slskd
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/slskd
|
||||
type: application
|
||||
version: 2.1.2
|
||||
version: 2.1.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/slskd/slskd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.21.0@sha256:a7d067427a2e9216fc6d1c0ae2be40b19f758360c6753f33088199be0aaf199d
|
||||
tag: 0.21.1@sha256:e4bb957f69e2679e79db40e5e083804d1459eba4914cc0e2b6f241437172773e
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue