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 ghcr.io/unpackerr/unpackerr ( 0.13.1 → 0.14.0 ) #7875

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Jul 10, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/unpackerr/unpackerr minor 0.13.1 -> 0.14.0

Release Notes

Unpackerr/unpackerr (ghcr.io/unpackerr/unpackerr)

v0.14.0: Version 14 in 6 years

Compare Source

Generator

Check out the new config file generator Notifiarr hosts:

Changes
Folder watcher
  • Adds support for more compression formats (see https://github.com/golift/xtractr/pull/46)
  • Improvements to bare-archive in watched folder extraction.
  • Folder poller can now be disabled on Docker by setting interval to less than 5ms.
  • More debug logging; other logging improvements.
  • Failed folder extractions are now retried.
  • Bare non-archive files are no longer tracked; including the unpackerr log file(s).
Starr apps
  • Polls all configured apps at once in parallel instead of sequentially.
  • Logging improvements.
  • Misconfigured instances no longer stop the app from starting.
  • Extract check interval now uses start delay instead of poll interval.
Other
  • Many logging improvements.
  • Misconfigured command or web hooks will no longer stop the app from starting.
  • Supports filepath: notation in all string configuration parameters.
  • Fixes the log file viewer menu on macOS/Windows.
  • Updates go dependencies and gh actions.
  • Lots of code cleanup and more linters.
  • Updates macOS signing app to new version of gon.
Auto Generated Notes
New Contributors

Full Changelog: Unpackerr/unpackerr@v0.13.1...v0.14.0

v0.14.0: Version 14 in 6 years

Compare Source

Generator

Check out the new config file generator Notifiarr hosts:

Changes
Folder watcher
  • Adds support for more compression formats (see https://github.com/golift/xtractr/pull/46)
  • Improvements to bare-archive in watched folder extraction.
  • Folder poller can now be disabled on Docker by setting interval to less than 5ms.
  • More debug logging; other logging improvements.
  • Failed folder extractions are now retried.
  • Bare non-archive files are no longer tracked; including the unpackerr log file(s).
Starr apps
  • Polls all configured apps at once in parallel instead of sequentially.
  • Logging improvements.
  • Misconfigured instances no longer stop the app from starting.
  • Extract check interval now uses start delay instead of poll interval.
Other
  • Many logging improvements.
  • Misconfigured command or web hooks will no longer stop the app from starting.
  • Supports filepath: notation in all string configuration parameters.
  • Fixes the log file viewer menu on macOS/Windows.
  • Updates go dependencies and gh actions.
  • Lots of code cleanup and more linters.
  • Updates macOS signing app to new version of gon.
Auto Generated Notes
New Contributors

Full Changelog: Unpackerr/unpackerr@v0.13.1...v0.14.0


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.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner July 10, 2024 07:05
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jul 10, 2024
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Jul 10, 2024

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

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

@@ -44,13 +44,13 @@

               UN_WEBSERVER_METRICS: true
             envFrom:
             - secretRef:
                 name: unpackerr-secret
             image:
               repository: ghcr.io/unpackerr/unpackerr
-              tag: 0.13.1@sha256:04fcb43fa70e6db88331962760607842cdf19889e6d35d9d2fde0cf6a1550eaf
+              tag: 0.14.0@sha256:92e76f59dffc11379c1cb900bc4a4dd10bcb1ad15a8a34797fdf07e4d28f22f8
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Jul 10, 2024

--- HelmRelease: default/unpackerr Deployment: default/unpackerr

+++ HelmRelease: default/unpackerr Deployment: default/unpackerr

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

           value: /logs/webserver.log
         - name: UN_WEBSERVER_METRICS
           value: 'true'
         envFrom:
         - secretRef:
             name: unpackerr-secret
-        image: ghcr.io/unpackerr/unpackerr:0.13.1@sha256:04fcb43fa70e6db88331962760607842cdf19889e6d35d9d2fde0cf6a1550eaf
+        image: ghcr.io/unpackerr/unpackerr:0.14.0@sha256:92e76f59dffc11379c1cb900bc4a4dd10bcb1ad15a8a34797fdf07e4d28f22f8
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5656

@onedr0p onedr0p merged commit 93ef09f into main Jul 10, 2024
10 checks passed
@onedr0p onedr0p deleted the renovate/main-ghcr.io-unpackerr-unpackerr-0.x branch July 10, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant