Skip to content

feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.1 ) - #310

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lscr.io-linuxserver-sabnzbd-5.x
Open

feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.1 )#310
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lscr.io-linuxserver-sabnzbd-5.x

Conversation

@renovate

@renovate renovate Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
lscr.io/linuxserver/sabnzbd (source) major 4.5.55.1.1

Release Notes

linuxserver/docker-sabnzbd (lscr.io/linuxserver/sabnzbd)

v5.1.1


Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented May 2, 2026

Copy link
Copy Markdown
--- HelmRelease: entertainment/sabnzbd Deployment: entertainment/sabnzbd

+++ HelmRelease: entertainment/sabnzbd Deployment: entertainment/sabnzbd

@@ -59,13 +59,13 @@

         - name: PGID
           value: '1000'
         - name: PUID
           value: '1000'
         - name: TZ
           value: Europe/Lisbon
-        image: lscr.io/linuxserver/sabnzbd:4.5.5
+        image: lscr.io/linuxserver/sabnzbd:5.1.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /
             port: 8080

@github-actions

github-actions Bot commented May 2, 2026

Copy link
Copy Markdown
--- kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd HelmRelease: entertainment/sabnzbd

+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd HelmRelease: entertainment/sabnzbd

@@ -20,8 +20,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: sabnzbd-helm-values-hf5tddd5kd
+    name: sabnzbd-helm-values-529bhg7d27
 
--- kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-hf5tddd5kd

+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-hf5tddd5kd

@@ -1,116 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |+
-    controllers:
-      app:
-        enabled: true
-        type: deployment
-        replicas: 1
-        pod:
-          hostname: sabnzbd
-          annotations:
-            app.kubernetes.io/name: sabnzbd
-            app.kubernetes.io/instance: sabnzbd
-        containers:
-          app:
-            image:
-              repository: lscr.io/linuxserver/sabnzbd
-              tag: 4.5.5
-              pullPolicy: IfNotPresent
-            env:
-              PUID: 1000
-              PGID: 1000
-              TZ: Europe/Lisbon
-            resources:
-              requests:
-                cpu: 500m
-                memory: 500Mi
-              limits:
-                memory: 4Gi
-
-            probes:
-              liveness: &probe
-                enabled: true
-                custom: true
-                spec:
-                  httpGet:
-                    path: /
-                    port: 8080
-                  initialDelaySeconds: 0
-                  periodSeconds: 10
-                  timeoutSeconds: 1
-                  failureThreshold: 3
-              readiness: *probe
-
-
-    defaultPodOptions:
-      affinity:
-        nodeAffinity:
-          preferredDuringSchedulingIgnoredDuringExecution:
-            - weight: 1
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "1"
-            - weight: 2
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "2"
-
-    service:
-      web:
-        controller: app
-        ports:
-          http:
-            port: 8080
-
-    route:
-      main:
-        enabled: true
-        kind: HTTPRoute
-        parentRefs:
-          - name: traefik-private-default
-            namespace: network
-            sectionName: https-wildcard-secret-private-domain
-        hostnames:
-          - sabnzbd...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
-        rules:
-          - backendRefs:
-            - name: sabnzbd
-              port: 8080
-            # filters:
-            #   - type: ExtensionRef
-            #     extensionRef:
-            #       group: traefik.io
-            #       kind: Middleware
-            #       name: authentik
-
-
-    persistence:
-      sabnzbd-config:
-        existingClaim: sabnzbd-config
-        globalMounts:
-          - path: /config
-            readOnly: false
-      media:
-        enabled: true
-        type: persistentVolumeClaim
-        existingClaim: entertainment-storage-nfs-media
-        globalMounts:
-          - path: /shared/Media
-            readOnly: false
-
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: sabnzbd
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: sabnzbd-helm-values-hf5tddd5kd
-  namespace: entertainment
-
--- kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-529bhg7d27

+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-529bhg7d27

@@ -0,0 +1,116 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |+
+    controllers:
+      app:
+        enabled: true
+        type: deployment
+        replicas: 1
+        pod:
+          hostname: sabnzbd
+          annotations:
+            app.kubernetes.io/name: sabnzbd
+            app.kubernetes.io/instance: sabnzbd
+        containers:
+          app:
+            image:
+              repository: lscr.io/linuxserver/sabnzbd
+              tag: 5.1.1
+              pullPolicy: IfNotPresent
+            env:
+              PUID: 1000
+              PGID: 1000
+              TZ: Europe/Lisbon
+            resources:
+              requests:
+                cpu: 500m
+                memory: 500Mi
+              limits:
+                memory: 4Gi
+
+            probes:
+              liveness: &probe
+                enabled: true
+                custom: true
+                spec:
+                  httpGet:
+                    path: /
+                    port: 8080
+                  initialDelaySeconds: 0
+                  periodSeconds: 10
+                  timeoutSeconds: 1
+                  failureThreshold: 3
+              readiness: *probe
+
+
+    defaultPodOptions:
+      affinity:
+        nodeAffinity:
+          preferredDuringSchedulingIgnoredDuringExecution:
+            - weight: 1
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "1"
+            - weight: 2
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "2"
+
+    service:
+      web:
+        controller: app
+        ports:
+          http:
+            port: 8080
+
+    route:
+      main:
+        enabled: true
+        kind: HTTPRoute
+        parentRefs:
+          - name: traefik-private-default
+            namespace: network
+            sectionName: https-wildcard-secret-private-domain
+        hostnames:
+          - sabnzbd...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
+        rules:
+          - backendRefs:
+            - name: sabnzbd
+              port: 8080
+            # filters:
+            #   - type: ExtensionRef
+            #     extensionRef:
+            #       group: traefik.io
+            #       kind: Middleware
+            #       name: authentik
+
+
+    persistence:
+      sabnzbd-config:
+        existingClaim: sabnzbd-config
+        globalMounts:
+          - path: /config
+            readOnly: false
+      media:
+        enabled: true
+        type: persistentVolumeClaim
+        existingClaim: entertainment-storage-nfs-media
+        globalMounts:
+          - path: /shared/Media
+            readOnly: false
+
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: sabnzbd
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: sabnzbd-helm-values-529bhg7d27
+  namespace: entertainment
+

@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.1 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.1 ) - autoclosed May 13, 2026
@renovate renovate Bot closed this May 13, 2026
@renovate
renovate Bot deleted the renovate/lscr.io-linuxserver-sabnzbd-5.x branch May 13, 2026 05:31
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.1 ) - autoclosed feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.3 ) May 16, 2026
@renovate renovate Bot reopened this May 16, 2026
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch 2 times, most recently from 098908b to 0f2f743 Compare May 16, 2026 00:39
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch from 0f2f743 to 479840b Compare June 11, 2026 17:07
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.3 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) Jun 11, 2026
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) - autoclosed Jun 30, 2026
@renovate renovate Bot closed this Jun 30, 2026
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) - autoclosed feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) Jul 4, 2026
@renovate renovate Bot reopened this Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch 2 times, most recently from 479840b to 861ff7f Compare July 4, 2026 00:47
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) - autoclosed Aug 10, 2026
@renovate renovate Bot closed this Aug 10, 2026
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.4 ) - autoclosed feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) Aug 15, 2026
@renovate renovate Bot reopened this Aug 15, 2026
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch 2 times, most recently from 861ff7f to 1f60314 Compare August 15, 2026 02:49
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) - autoclosed Aug 15, 2026
@renovate renovate Bot closed this Aug 15, 2026
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) - autoclosed feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) Aug 15, 2026
@renovate renovate Bot reopened this Aug 15, 2026
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch from 1f60314 to 08e961c Compare August 15, 2026 17:54
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) - autoclosed Aug 16, 2026
@renovate renovate Bot closed this Aug 16, 2026
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) - autoclosed feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) Aug 16, 2026
@renovate renovate Bot reopened this Aug 16, 2026
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch from 08e961c to 2464d12 Compare August 16, 2026 22:38
@renovate
renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch from 2464d12 to 10eb70d Compare August 18, 2026 21:34
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.0 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.1 ) Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants