fix(slskd): update image ghcr.io/slskd/slskd 0.24.3 → 0.24.4 (#45097)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://redirect.github.com/slskd/slskd)) | patch | `bcf9820` → `4031fc9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>slskd/slskd (ghcr.io/slskd/slskd)</summary> ### [`v0.24.4`](https://redirect.github.com/slskd/slskd/releases/tag/0.24.4) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.24.3...0.24.4) Notable change: [#​1632 Add VPN integration and gluetun client](https://redirect.github.com/slskd/slskd/pull/1632) adds the ability to configure slskd to poll your VPN client for status and automatically update your listening port. See [the docs](https://redirect.github.com/slskd/slskd/blob/master/docs/config.md#vpn) for more details. #### What's Changed - Un-map IPv4 IPv6 addresses (remove '::ffff' prefix), disallow such addresses to be specified in CIDR configuration by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1606](https://redirect.github.com/slskd/slskd/pull/1606) - Add throttling for incoming search requests, add additional prometheus metrics covering search responses by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1608](https://redirect.github.com/slskd/slskd/pull/1608) - Include agentName when completing agent GetFileStreamAsync by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1610](https://redirect.github.com/slskd/slskd/pull/1610) - Bump lodash-es from 4.17.21 to 4.17.23 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1613](https://redirect.github.com/slskd/slskd/pull/1613) - Bump lodash from 4.17.21 to 4.17.23 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1614](https://redirect.github.com/slskd/slskd/pull/1614) - Add the ability to apply an options 'overlay' at run-time; enabling update of listen IP and port by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1623](https://redirect.github.com/slskd/slskd/pull/1623) - Bump webpack from 5.94.0 to 5.105.0 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1630](https://redirect.github.com/slskd/slskd/pull/1630) - Bump axios from 0.30.2 to 1.13.5 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1635](https://redirect.github.com/slskd/slskd/pull/1635) - Add VPN integration and gluetun client by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1632](https://redirect.github.com/slskd/slskd/pull/1632) - Add gluetun config example by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1637](https://redirect.github.com/slskd/slskd/pull/1637) - Apply unix file mode to directories too by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1638](https://redirect.github.com/slskd/slskd/pull/1638) - Adjust some VPN service logic to make it more resilient by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1639](https://redirect.github.com/slskd/slskd/pull/1639) - Add explicit request validation for POST /searches by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1640](https://redirect.github.com/slskd/slskd/pull/1640) - Enqueue endpoint hardening by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1641](https://redirect.github.com/slskd/slskd/pull/1641) - Fix download error when no file mode is configured by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1642](https://redirect.github.com/slskd/slskd/pull/1642) **Full Changelog**: <https://github.com/slskd/slskd/compare/0.24.3...0.24.4> </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3Nsc2tkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.24.3
|
||||
appVersion: 0.24.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://github.com/ansible-slskd/slskd
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slskd
|
||||
type: application
|
||||
version: 4.16.1
|
||||
version: 4.16.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/slskd/slskd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.24.3@sha256:bcf9820dab68e21d2bba8ebb1ffd583d71fcba542a50a1e998119f69b7b498fe
|
||||
tag: 0.24.4@sha256:4031fc99b824ed2eec3bdbd92914fe6071539f3f71f0742052276afc2c69353d
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user