axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

fix(container): update ghcr.io/gethomepage/homepage ( v0.9.5 → v0.9.6 ) #1299

Closed bot-akira[bot] closed 1 month ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage patch v0.9.5 -> v0.9.6

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gethomepage/homepage (ghcr.io/gethomepage/homepage) ### [`v0.9.6`](https://togithub.com/gethomepage/homepage/releases/tag/v0.9.6) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.9.5...v0.9.6) #### What's Changed - Fix: wg-easy widget show o.filter is not a function when wg-easy api return error by [@​BugGeeker](https://togithub.com/BugGeeker) in [https://github.com/gethomepage/homepage/pull/3768](https://togithub.com/gethomepage/homepage/pull/3768) - Fix: correctly decode tab names with special chars by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3797](https://togithub.com/gethomepage/homepage/pull/3797) - Chore(deps): Bump systeminformation from 5.22.7 to 5.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3799](https://togithub.com/gethomepage/homepage/pull/3799) - Chore(deps-dev): Bump eslint-plugin-prettier from 4.2.1 to 5.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3802](https://togithub.com/gethomepage/homepage/pull/3802) - Chore(deps): Bump urbackup-server-api from 0.8.9 to 0.52.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3801](https://togithub.com/gethomepage/homepage/pull/3801) - Chore(deps): Bump raw-body from 2.5.2 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3803](https://togithub.com/gethomepage/homepage/pull/3803) - Change: handle errored truenas pools by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3815](https://togithub.com/gethomepage/homepage/pull/3815) - Feature: Linkwarden service widget by [@​PyrokineticDarkElf](https://togithub.com/PyrokineticDarkElf) and [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3836](https://togithub.com/gethomepage/homepage/pull/3836) - Enhancement: use tubearchivist stats endpoints by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3814](https://togithub.com/gethomepage/homepage/pull/3814) #### New Contributors - [@​BugGeeker](https://togithub.com/BugGeeker) made their first contribution in [https://github.com/gethomepage/homepage/pull/3768](https://togithub.com/gethomepage/homepage/pull/3768) - [@​PyrokineticDarkElf](https://togithub.com/PyrokineticDarkElf) made their first contribution in [https://github.com/gethomepage/homepage/pull/3836](https://togithub.com/gethomepage/homepage/pull/3836) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.5...v0.9.6

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 has been generated by Renovate Bot.

bot-akira[bot] commented 1 month ago
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage

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

@@ -37,13 +37,13 @@

               TZ: Europe/Prague
             envFrom:
             - secretRef:
                 name: homepage-secret
             image:
               repository: ghcr.io/gethomepage/homepage
-              tag: v0.9.5
+              tag: v0.9.6
             resources:
               limits:
                 memory: 2G
               requests:
                 cpu: 15m
                 memory: 200M
bot-akira[bot] commented 1 month ago
--- HelmRelease: default/homepage Deployment: default/homepage

+++ HelmRelease: default/homepage Deployment: default/homepage

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

       - env:
         - name: TZ
           value: Europe/Prague
         envFrom:
         - secretRef:
             name: homepage-secret
-        image: ghcr.io/gethomepage/homepage:v0.9.5
+        image: ghcr.io/gethomepage/homepage:v0.9.6
         name: app
         resources:
           limits:
             memory: 2G
           requests:
             cpu: 15m
axeII commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_