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

fix(container): update ghcr.io/buroa/sabnzbd (4.4.0 → 4.4.1) #3193

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Dec 20, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/buroa/sabnzbd (source) patch 4.4.0 -> 4.4.1

Release Notes

sabnzbd/sabnzbd (ghcr.io/buroa/sabnzbd)

v4.4.1: SABnzbd 4.4.1

Compare Source

Release Notes - SABnzbd 4.4.1

Bugfixes and changes since 4.4.0

  • Added Certificate verification level Medium to allow
    certificates injected by firewall or virus scanner.
  • Windows: Windows notifications did not work.

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.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner December 20, 2024 15:06
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Dec 20, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 20, 2024

--- kubernetes/apps/media/sabnzbd/app Kustomization: flux-system/sabnzbd HelmRelease: media/sabnzbd

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

@@ -41,13 +41,13 @@

               TZ: America/Chicago
             envFrom:
             - secretRef:
                 name: sabnzbd-secret
             image:
               repository: ghcr.io/buroa/sabnzbd
-              tag: 4.4.0@sha256:6b92b95b87818a65600c5e5b335cea2c20b73c6da1ab57cf36b67eddfedfd0d2
+              tag: 4.4.1@sha256:291e736eb68dc5f4e2ffbe72d3d61eeadbe5d1a50cb6ed886d730e49bf4100c7
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 20, 2024

--- HelmRelease: media/sabnzbd Deployment: media/sabnzbd

+++ HelmRelease: media/sabnzbd Deployment: media/sabnzbd

@@ -51,13 +51,13 @@

           value: '8080'
         - name: TZ
           value: America/Chicago
         envFrom:
         - secretRef:
             name: sabnzbd-secret
-        image: ghcr.io/buroa/sabnzbd:4.4.0@sha256:6b92b95b87818a65600c5e5b335cea2c20b73c6da1ab57cf36b67eddfedfd0d2
+        image: ghcr.io/buroa/sabnzbd:4.4.1@sha256:291e736eb68dc5f4e2ffbe72d3d61eeadbe5d1a50cb6ed886d730e49bf4100c7
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

@buroa buroa merged commit 970cac6 into master Dec 20, 2024
8 checks passed
@buroa buroa deleted the renovate/ghcr.io-buroa-sabnzbd-4.x branch December 20, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant