home-ops
home-ops copied to clipboard
fix(container): update ghcr.io/gethomepage/homepage ( v0.8.12 → v0.8.13 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/gethomepage/homepage | patch | v0.8.12 -> v0.8.13 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gethomepage/homepage (ghcr.io/gethomepage/homepage)
v0.8.13
What's Changed
- Enhancement: configurable CPU temp scale by @daviddavid and @shamoon in https://github.com/gethomepage/homepage/pull/3332
- Enhancement: additional tautulli jellyfin emby configuration options by @ameerabdallah in https://github.com/gethomepage/homepage/pull/3350
- Enhancement: add bitrate precision config option for speedtest-tracker by @ameerabdallah and @shamoon in https://github.com/gethomepage/homepage/pull/3354
- Fix: format Romm statistics by @EdwardSalter in https://github.com/gethomepage/homepage/pull/3358
- Fix some unsanitized error URLs by @shamoon in https://github.com/gethomepage/homepage/pull/3385
- Chore(deps): Bump recharts from 2.12.3 to 2.12.6 by @dependabot in https://github.com/gethomepage/homepage/pull/3397
- Chore(deps-dev): Bump typescript from 4.9.5 to 5.4.5 by @dependabot in https://github.com/gethomepage/homepage/pull/3396
- Chore(deps): Bump systeminformation from 5.22.0 to 5.22.7 by @dependabot in https://github.com/gethomepage/homepage/pull/3398
- Chore(deps): Bump react from 18.2.0 to 18.3.1 by @dependabot in https://github.com/gethomepage/homepage/pull/3400
- Chore(deps-dev): Bump eslint-config-next from 12.3.4 to 14.2.3 by @dependabot in https://github.com/gethomepage/homepage/pull/3399
New Contributors
- @daviddavid made their first contribution in https://github.com/gethomepage/homepage/pull/3332
- @ameerabdallah made their first contribution in https://github.com/gethomepage/homepage/pull/3350
- @EdwardSalter made their first contribution in https://github.com/gethomepage/homepage/pull/3358
Full Changelog: https://github.com/gethomepage/homepage/compare/v0.8.12...v0.8.13
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.
--- 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.8.12
+ tag: v0.8.13
resources:
limits:
memory: 2G
requests:
cpu: 15m
memory: 200M
--- 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.8.12
+ image: ghcr.io/gethomepage/homepage:v0.8.13
name: app
resources:
limits:
memory: 2G
requests:
cpu: 15m
🦙 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