Diaoul / home-ops

My GitOps-managed home Kubernetes cluster... and more! :sailboat:
The Unlicense
60 stars 0 forks source link

fix(container): update ghcr.io/unpackerr/unpackerr ( 0.14.0 β†’ 0.14.4 ) #5843

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

Unpackerr/unpackerr (ghcr.io/unpackerr/unpackerr) ### [`v0.14.4`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.4) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.4...v0.14.4) 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 - Sign ZST and TXZ packages. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/477](https://togithub.com/Unpackerr/unpackerr/pull/477) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.4 ### [`v0.14.4`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.4) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.4) 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 - Sign ZST and TXZ packages. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/477](https://togithub.com/Unpackerr/unpackerr/pull/477) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.4 ### [`v0.14.3`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.3) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.3) 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 - create binary arch package for github release by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/476](https://togithub.com/Unpackerr/unpackerr/pull/476) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3 ### [`v0.14.3`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.3) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3) 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 - create binary arch package for github release by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/476](https://togithub.com/Unpackerr/unpackerr/pull/476) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3 ### [`v0.14.2`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.2) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.2) The [aur build](https://aur.archlinux.org/packages/unpackerr) 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`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.2) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.1...v0.14.2) The [aur build](https://aur.archlinux.org/packages/unpackerr) 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`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.1) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.1...v0.14.1) #### 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 - Update compose example by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/451](https://togithub.com/Unpackerr/unpackerr/pull/451) - Expand home dir everywhere by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/454](https://togithub.com/Unpackerr/unpackerr/pull/454) - allow homedir expansion with filepath: notation by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/455](https://togithub.com/Unpackerr/unpackerr/pull/455) - lint some things by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/456](https://togithub.com/Unpackerr/unpackerr/pull/456) - more lint by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/457](https://togithub.com/Unpackerr/unpackerr/pull/457) - Update unpackerr.conf.example by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/458](https://togithub.com/Unpackerr/unpackerr/pull/458) - Add config file definitions by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/459](https://togithub.com/Unpackerr/unpackerr/pull/459) - Generate config and compose examples by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/460](https://togithub.com/Unpackerr/unpackerr/pull/460) - Embed config refs into config app. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/461](https://togithub.com/Unpackerr/unpackerr/pull/461) - add info when it does not work by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/462](https://togithub.com/Unpackerr/unpackerr/pull/462) - rename some files by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/463](https://togithub.com/Unpackerr/unpackerr/pull/463) - More generator changes by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/464](https://togithub.com/Unpackerr/unpackerr/pull/464) - switch to embed from bindata by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/465](https://togithub.com/Unpackerr/unpackerr/pull/465) - Fix history bug by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/467](https://togithub.com/Unpackerr/unpackerr/pull/467) - doc update by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/472](https://togithub.com/Unpackerr/unpackerr/pull/472) - Update golift.io/rotatorr digest to [`cb73b9c`](https://togithub.com/Unpackerr/unpackerr/commit/cb73b9c) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/470](https://togithub.com/Unpackerr/unpackerr/pull/470) - Build a package file and push to aur by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/475](https://togithub.com/Unpackerr/unpackerr/pull/475) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.0...v0.14.1 ### [`v0.14.1`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.1) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.0...v0.14.1) #### 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 - Update compose example by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/451](https://togithub.com/Unpackerr/unpackerr/pull/451) - Expand home dir everywhere by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/454](https://togithub.com/Unpackerr/unpackerr/pull/454) - allow homedir expansion with filepath: notation by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/455](https://togithub.com/Unpackerr/unpackerr/pull/455) - lint some things by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/456](https://togithub.com/Unpackerr/unpackerr/pull/456) - more lint by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/457](https://togithub.com/Unpackerr/unpackerr/pull/457) - Update unpackerr.conf.example by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/458](https://togithub.com/Unpackerr/unpackerr/pull/458) - Add config file definitions by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/459](https://togithub.com/Unpackerr/unpackerr/pull/459) - Generate config and compose examples by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/460](https://togithub.com/Unpackerr/unpackerr/pull/460) - Embed config refs into config app. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/461](https://togithub.com/Unpackerr/unpackerr/pull/461) - add info when it does not work by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/462](https://togithub.com/Unpackerr/unpackerr/pull/462) - rename some files by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/463](https://togithub.com/Unpackerr/unpackerr/pull/463) - More generator changes by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/464](https://togithub.com/Unpackerr/unpackerr/pull/464) - switch to embed from bindata by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/465](https://togithub.com/Unpackerr/unpackerr/pull/465) - Fix history bug by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/467](https://togithub.com/Unpackerr/unpackerr/pull/467) - doc update by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/472](https://togithub.com/Unpackerr/unpackerr/pull/472) - Update golift.io/rotatorr digest to [`cb73b9c`](https://togithub.com/Unpackerr/unpackerr/commit/cb73b9c) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/470](https://togithub.com/Unpackerr/unpackerr/pull/470) - Build a package file and push to aur by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/475](https://togithub.com/Unpackerr/unpackerr/pull/475) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/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.



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