Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/onedr0p/sabnzbd ( 4.3.3 → 4.4.0 ) #1330

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Dec 9, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/sabnzbd (source) minor 4.3.3 -> 4.4.0

Release Notes

sabnzbd/sabnzbd (ghcr.io/onedr0p/sabnzbd)

v4.4.0: SABnzbd 4.4.0

Compare Source

Release Notes - SABnzbd 4.4.0

New features in 4.4.0
  • Subtitle files will be deobfuscated if required.
  • Show server Personal notes on the main servers display.
  • Windows: Use par2cmdline-turbo by default (thanks to @​dnzbk).
  • macOS: Dropped support for macOS 10.12 and below.
  • macOS and Windows: Use Python 3.13 for release.
  • Windows: The next release will no longer support Windows 32bit or Windows 7.
Bug fixes in 4.4.0
  • Toggling of Servers could result in jobs being stuck at 99%.
  • Corrupt NZB's could also result in jobs being stuck at 99%.
  • Config restart would always determine redirect URL instead of using current.
  • Correctly handle disk full errors from Unrar.
  • Create new history database in case of no such table error.
  • Interface could load in tabbed mode even though it was not enabled.
Upgrade notices
  • You can directly upgrade from version 3.0.0 and newer.
  • Upgrading from older versions will require performing a Queue repair.
  • Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
    performing a Queue repair due to changes in the internal data format.
Known problems and solutions
About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2024 by The SABnzbd-Team (sabnzbd.org)


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.


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

This PR has been generated by Renovate Bot.

| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | ghcr.io/onedr0p/sabnzbd | 4.3.3 | 4.4.0 |
@kireque-bot kireque-bot bot added renovate/container Issue relates to a Renovate container update type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Dec 9, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Dec 9, 2024

--- HelmRelease: downloads/sabnzbd Deployment: downloads/sabnzbd

+++ HelmRelease: downloads/sabnzbd Deployment: downloads/sabnzbd

@@ -57,13 +57,13 @@

           valueFrom:
             secretKeyRef:
               key: nzb_key
               name: sabnzbd-secret
         - name: SABNZBD__PORT
           value: '8080'
-        image: ghcr.io/onedr0p/sabnzbd:4.3.3@sha256:86c645db93affcbf01cc2bce2560082bfde791009e1506dba68269b9c50bc341
+        image: ghcr.io/onedr0p/sabnzbd:4.4.0@sha256:aa7e5b33beca67f2cd14cf26c313c840c554644b1da4f240db7f1bf6b9b8d2a6
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080
--- HelmRelease: family/sabnzbd Deployment: family/sabnzbd

+++ HelmRelease: family/sabnzbd Deployment: family/sabnzbd

@@ -46,19 +46,19 @@

       - env:
         - name: SABNZBD__HOST_WHITELIST_ENTRIES
           value: sabnzbd-cees, sabnzbd-cees.family, sabnzbd-cees.family.svc, sabnzbd-cees.family.svc.cluster,
             sabnzbd-cees.family.svc.cluster.local, sabnzbd-cees.econline.nl
         - name: SABNZBD__PORT
           value: '8080'
-        image: ghcr.io/onedr0p/sabnzbd:4.3.3@sha256:86c645db93affcbf01cc2bce2560082bfde791009e1506dba68269b9c50bc341
+        image: ghcr.io/onedr0p/sabnzbd:4.4.0@sha256:aa7e5b33beca67f2cd14cf26c313c840c554644b1da4f240db7f1bf6b9b8d2a6
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 8080
+            port: 80
           timeoutSeconds: 1
         name: sabnzbd
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Dec 9, 2024

--- kubernetes/main/apps/family/sabnzbd/app Kustomization: flux-system/family-sabnzbd HelmRelease: family/sabnzbd

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

@@ -74,13 +74,13 @@

               SABNZBD__HOST_WHITELIST_ENTRIES: sabnzbd-cees, sabnzbd-cees.family,
                 sabnzbd-cees.family.svc, sabnzbd-cees.family.svc.cluster, sabnzbd-cees.family.svc.cluster.local,
                 sabnzbd-cees.econline.nl
               SABNZBD__PORT: 8080
             image:
               repository: ghcr.io/onedr0p/sabnzbd
-              tag: 4.3.3@sha256:86c645db93affcbf01cc2bce2560082bfde791009e1506dba68269b9c50bc341
+              tag: 4.4.0@sha256:aa7e5b33beca67f2cd14cf26c313c840c554644b1da4f240db7f1bf6b9b8d2a6
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
--- kubernetes/main/apps/downloads/sabnzbd/app Kustomization: flux-system/sabnzbd HelmRelease: downloads/sabnzbd

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

@@ -40,13 +40,13 @@

                   secretKeyRef:
                     key: nzb_key
                     name: sabnzbd-secret
               SABNZBD__PORT: 8080
             image:
               repository: ghcr.io/onedr0p/sabnzbd
-              tag: 4.3.3@sha256:86c645db93affcbf01cc2bce2560082bfde791009e1506dba68269b9c50bc341
+              tag: 4.4.0@sha256:aa7e5b33beca67f2cd14cf26c313c840c554644b1da4f240db7f1bf6b9b8d2a6
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@kireque kireque merged commit 2a0a25d into main Dec 10, 2024
19 checks passed
@kireque kireque deleted the renovate/main-ghcr.io-onedr0p-sabnzbd-4.x branch December 10, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container Issue relates to a Renovate container update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant