Skip to content

Conversation

@flowbie-bot
Copy link
Contributor

@flowbie-bot flowbie-bot bot commented Aug 23, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage major v0.10.9 -> v1.6.1

Release Notes

gethomepage/homepage (ghcr.io/gethomepage/homepage)

v1.6.1

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.6.0...v1.6.1

v1.6.0

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.5.0...v1.6.0

v1.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.4.6...v1.5.0

v1.4.6

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.4.5...v1.4.6

v1.4.5

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.3.2...v1.4.0

v1.3.2

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.3.0...v1.3.2

v1.3.1

Compare Source

v1.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.2.0...v1.3.0

v1.2.0

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.1.1...v1.2.0

v1.1.1

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed
Enhancements
Fixes
Updates
New Contributors

Full Changelog: gethomepage/homepage@v1.0.4...v1.1.0

v1.0.4

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.0.3...v1.0.4

v1.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.0.2...v1.0.3

v1.0.2

Compare Source

This small bug fix fixes a couple of layout issues in v1.0.0 and reverts a change to networking that was in v1.0.1

Please also check out the v1.0 release notes

Full Changelog: gethomepage/homepage@v1.0.0...v1.0.2

v1.0.0

Compare Source

Homepage v1.0! 🎉

We're excited to announce the release of homepage v1.0! This release contains a bunch of new widgets, fixes and other improvements, but if you're curious why the major version bump, it's because of the breaking changes included:

  • [BREAKING] Enhancement: require host validation by @​shamoon in #​4744
    • This change is for security reasons and the update is simple: users will need to set the HOMEPAGE_ALLOWED_HOSTS environment variable (how to do that varies by install type, see the docs)
  • [BREAKING] Chore: update to next v15 by @​shamoon in #​4661
    • homepage no longer runs on armv7 (RIP ✌️)
  • [BREAKING] Chore: upgrade to tailwind v4 by @​shamoon in #​4863
    • some users may need to update their custom css
  • [BREAKING] Enhancement: support for Kubernetes gateway API by @​djeinstine in #​4643

Thank you to our community of contributors, discord chat helpers and our users! We are so proud of the collaboration that goes into keeping this project delightful.

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v0.10.9...v1.0.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 23, 2025

--- kubernetes/apps/ops/homepage/app Kustomization: flux-system/homepage HelmRelease: ops/homepage

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

@@ -32,13 +32,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: ghcr.io/gethomepage/homepage
-              tag: v0.10.9
+              tag: v1.6.1
             resources:
               limits:
                 memory: 2G
               requests:
                 cpu: 15m
                 memory: 200M

@github-actions
Copy link
Contributor

github-actions bot commented Aug 23, 2025

--- HelmRelease: ops/homepage Deployment: ops/homepage

+++ HelmRelease: ops/homepage Deployment: ops/homepage

@@ -35,13 +35,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/gethomepage/homepage:v0.10.9
+      - image: ghcr.io/gethomepage/homepage:v1.6.1
         name: app
         resources:
           limits:
             memory: 2G
           requests:
             cpu: 15m

@flowbie-bot flowbie-bot bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from fd4a968 to 7b4774c Compare September 7, 2025 17:08
@flowbie-bot flowbie-bot bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 2 times, most recently from c7a3402 to 3c0b776 Compare September 22, 2025 16:10
@flowbie-bot flowbie-bot bot changed the title feat(container)!: Update ghcr.io/gethomepage/homepage ( v0.10.9 → v1.4.6 ) feat(container)!: Update ghcr.io/gethomepage/homepage ( v0.10.9 → v1.5.0 ) Sep 22, 2025
@flowbie-bot flowbie-bot bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 3c0b776 to 1ac08d7 Compare October 4, 2025 15:09
@flowbie-bot flowbie-bot bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 1ac08d7 to ed381af Compare October 25, 2025 00:32
@flowbie-bot flowbie-bot bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from ed381af to e6abc3e Compare November 4, 2025 17:08
@flowbie-bot flowbie-bot bot changed the title feat(container)!: Update ghcr.io/gethomepage/homepage ( v0.10.9 → v1.5.0 ) feat(container)!: Update ghcr.io/gethomepage/homepage ( v0.10.9 → v1.6.0 ) Nov 4, 2025
@flowbie-bot flowbie-bot bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from e6abc3e to 864267f Compare November 5, 2025 01:37
@flowbie-bot flowbie-bot bot changed the title feat(container)!: Update ghcr.io/gethomepage/homepage ( v0.10.9 → v1.6.0 ) feat(container)!: Update ghcr.io/gethomepage/homepage ( v0.10.9 → v1.6.1 ) Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant