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/unpackerr/unpackerr ( 0.14.0 → 0.14.5 ) #5141

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Jul 31, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/unpackerr/unpackerr patch 0.14.0 -> 0.14.5

Release Notes

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

v0.14.5

Compare Source

There are no application code updates in this release. I am creating this release to trigger new code that signs FreeBSD and Arch Linux package files. It was incomplete in the previous release. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: Unpackerr/unpackerr@v0.14.4...v0.14.5

v0.14.5

Compare Source

There are no application code updates in this release. I am creating this release to trigger new code that signs FreeBSD and Arch Linux package files. It was incomplete in the previous release. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: Unpackerr/unpackerr@v0.14.4...v0.14.5

v0.14.4

Compare Source

There are no application code updates in this release. I am creating this release to trigger new cod that signs FreeBSD and Arch Linux package files. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: Unpackerr/unpackerr@v0.14.3...v0.14.4

v0.14.4

Compare Source

There are no application code updates in this release. I am creating this release to trigger new cod that signs FreeBSD and Arch Linux package files. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: Unpackerr/unpackerr@v0.14.3...v0.14.4

v0.14.3

Compare Source

There are no application code updates in this release. I am creating this release to trigger the new Arch Linux binary packaging code. This release and future releases will contain a binary zst (pacman) package that can be installed directly. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: Unpackerr/unpackerr@v0.14.2...v0.14.3

v0.14.3

Compare Source

There are no application code updates in this release. I am creating this release to trigger the new Arch Linux binary packaging code. This release and future releases will contain a binary zst (pacman) package that can be installed directly. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: Unpackerr/unpackerr@v0.14.2...v0.14.3

v0.14.2

Compare Source

The aur build on the previous release failed; it worked on this release. See this release for the most recent changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

v0.14.2

Compare Source

The aur build on the previous release failed; it worked on this release. See this release for the most recent changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

v0.14.1

Compare Source

Changes

This releases fixes a bug that causes an application crash in some environments. Home directory expansion ~ now works in all configurable paths. There was also a lot of code cleanup.

Additionally the example configuration file is no longer hand maintained, but generated. This is also true for the configuration documentation website and the example docker compose file.

This release also triggers the first automatic package upload to https://aur.archlinux.org. 🤞

Auto Generated Notes

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

v0.14.1

Compare Source

Changes

This releases fixes a bug that causes an application crash in some environments. Home directory expansion ~ now works in all configurable paths. There was also a lot of code cleanup.

Additionally the example configuration file is no longer hand maintained, but generated. This is also true for the configuration documentation website and the example docker compose file.

This release also triggers the first automatic package upload to https://aur.archlinux.org. 🤞

Auto Generated Notes

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


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.

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Jul 31, 2024

--- kubernetes/kyak/apps/media/unpackerr/app Kustomization: flux-system/unpackerr HelmRelease: media/unpackerr

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

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

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

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Jul 31, 2024

--- HelmRelease: media/unpackerr Deployment: media/unpackerr

+++ HelmRelease: media/unpackerr Deployment: media/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.14.0@sha256:92e76f59dffc11379c1cb900bc4a4dd10bcb1ad15a8a34797fdf07e4d28f22f8
+        image: ghcr.io/unpackerr/unpackerr:0.14.5@sha256:dc72256942ce50d1c8a1aeb5aa85b6ae2680a36eefd2182129d8d210fce78044
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5656

@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-ghcr.io-unpackerr-unpackerr-0.x branch from 9e11632 to ac37d84 Compare July 31, 2024 18:09
@lumiere-bot lumiere-bot bot changed the title fix(container): update ghcr.io/unpackerr/unpackerr ( 0.14.0 → 0.14.2 ) fix(container): update ghcr.io/unpackerr/unpackerr ( 0.14.0 → 0.14.4 ) Jul 31, 2024
@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-ghcr.io-unpackerr-unpackerr-0.x branch from ac37d84 to 77759a0 Compare July 31, 2024 20:07
@lumiere-bot lumiere-bot bot changed the title fix(container): update ghcr.io/unpackerr/unpackerr ( 0.14.0 → 0.14.4 ) fix(container): update ghcr.io/unpackerr/unpackerr ( 0.14.0 → 0.14.5 ) Jul 31, 2024
@lumiere-bot lumiere-bot bot merged commit f040df1 into main Aug 3, 2024
12 checks passed
@lumiere-bot lumiere-bot bot deleted the renovate/kyak-ghcr.io-unpackerr-unpackerr-0.x branch August 3, 2024 02:11
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.

0 participants