onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/slskd/slskd ( 0.21.3 → 0.21.4 ) #8104

Closed bot-ross[bot] closed 3 weeks ago

bot-ross[bot] commented 3 weeks ago

This PR contains the following updates:

Package Update Change
ghcr.io/slskd/slskd (source) patch 0.21.3 -> 0.21.4

Release Notes

slskd/slskd (ghcr.io/slskd/slskd) ### [`v0.21.4`](https://redirect.github.com/slskd/slskd/releases/tag/0.21.4) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.21.3...0.21.4) #### What's Changed - Ignore private and public messages from blacklisted users by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1180](https://redirect.github.com/slskd/slskd/pull/1180) - Properly ignore room messages from blacklisted users by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1184](https://redirect.github.com/slskd/slskd/pull/1184) - Bump webpack from 5.86.0 to 5.94.0 in /src/web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/slskd/slskd/pull/1195](https://redirect.github.com/slskd/slskd/pull/1195) - fix(docker): Allow container to be ran on read-only filesystem and non-root user by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/slskd/slskd/pull/1196](https://redirect.github.com/slskd/slskd/pull/1196) - Bump dset from 3.1.3 to 3.1.4 in /src/web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/slskd/slskd/pull/1205](https://redirect.github.com/slskd/slskd/pull/1205) - Bump path-to-regexp and express in /src/web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/slskd/slskd/pull/1204](https://redirect.github.com/slskd/slskd/pull/1204) - Bump upload- and download-artifact actions to v4 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1210](https://redirect.github.com/slskd/slskd/pull/1210) - Remember theme setting between page loads by [@​nhawke](https://redirect.github.com/nhawke) in [https://github.com/slskd/slskd/pull/1201](https://redirect.github.com/slskd/slskd/pull/1201) - Bump caniuse-lite and browserslist by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1211](https://redirect.github.com/slskd/slskd/pull/1211) - Bump deprecated actions by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1212](https://redirect.github.com/slskd/slskd/pull/1212) - Resolve some more build warnings by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [https://github.com/slskd/slskd/pull/1213](https://redirect.github.com/slskd/slskd/pull/1213) #### New Contributors - [@​nhawke](https://redirect.github.com/nhawke) made their first contribution in [https://github.com/slskd/slskd/pull/1201](https://redirect.github.com/slskd/slskd/pull/1201) **Full Changelog**: https://github.com/slskd/slskd/compare/0.21.3...0.21.4

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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 3 weeks ago
--- HelmRelease: default/slskd Deployment: default/slskd

+++ HelmRelease: default/slskd Deployment: default/slskd

@@ -62,13 +62,13 @@

           value: '50300'
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: slskd-secret
-        image: ghcr.io/slskd/slskd:0.21.3@sha256:a959127f071aed277c39f2d53776dfb32d7d469d9291195b96a1bf5b2973fa2d
+        image: ghcr.io/slskd/slskd:0.21.4@sha256:34c613067dac899eddee137fc90cf0c0510e573e083b4c7589e6a823009a859a
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0
bot-ross[bot] commented 3 weeks ago
--- kubernetes/main/apps/default/slskd/app Kustomization: flux-system/slskd HelmRelease: default/slskd

+++ kubernetes/main/apps/default/slskd/app Kustomization: flux-system/slskd HelmRelease: default/slskd

@@ -34,26 +34,25 @@

       slskd:
         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             env:
-              COMPlus_EnableDiagnostics: '0'
               DOTNET_BUNDLE_EXTRACT_BASE_DIR: /tmp/.net
               SLSKD_APP_DIR: /config
               SLSKD_HTTP_PORT: 80
               SLSKD_NO_AUTH: true
               SLSKD_NO_HTTPS: true
               SLSKD_SLSK_LISTEN_PORT: 50300
               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: slskd-secret
             image:
               repository: ghcr.io/slskd/slskd
-              tag: 0.21.3@sha256:a959127f071aed277c39f2d53776dfb32d7d469d9291195b96a1bf5b2973fa2d
+              tag: 0.21.4@sha256:34c613067dac899eddee137fc90cf0c0510e573e083b4c7589e6a823009a859a
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3