Skip to content

feat(container)!: Update image ghcr.io/gethomepage/homepage to v1#361

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-gethomepage-homepage-1.x
Open

feat(container)!: Update image ghcr.io/gethomepage/homepage to v1#361
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-gethomepage-homepage-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage major v0.10.9v1.10.1

Release Notes

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

v1.10.1

Compare Source

What's Changed

Full Changelog: gethomepage/homepage@v1.10.0...v1.10.1

v1.10.0

Compare Source

v1.9.0

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.8.0...v1.9.0

v1.8.0

Compare Source

What's Changed
New Contributors

Full Changelog: gethomepage/homepage@v1.7.0...v1.8.0

v1.7.0

Compare Source

What's Changed

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

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

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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Mar 15, 2025

Copy link
Copy Markdown
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage

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

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

               TZ: Europe/Vienna
             envFrom:
             - secretRef:
                 name: homepage-secret
             image:
               repository: ghcr.io/gethomepage/homepage
-              tag: v0.10.9
+              tag: v1.10.1
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@github-actions

github-actions Bot commented Mar 15, 2025

Copy link
Copy Markdown
--- HelmRelease: default/homepage Deployment: default/homepage

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

@@ -41,13 +41,13 @@

       - env:
         - name: TZ
           value: Europe/Vienna
         envFrom:
         - secretRef:
             name: homepage-secret
-        image: ghcr.io/gethomepage/homepage:v0.10.9
+        image: ghcr.io/gethomepage/homepage:v1.10.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3000

@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 3 times, most recently from 536c16f to 92a3dae Compare March 17, 2025 03:08
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 2 times, most recently from 01bd667 to 8e2e87d Compare March 28, 2025 06:52
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 8e2e87d to 760f04a Compare April 28, 2025 20:10
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed May 17, 2025
@renovate renovate Bot closed this May 17, 2025
@renovate renovate Bot deleted the renovate/ghcr.io-gethomepage-homepage-1.x branch May 17, 2025 03:37
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 May 17, 2025
@renovate renovate Bot reopened this May 17, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 2 times, most recently from 760f04a to b4653b2 Compare May 17, 2025 11:07
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 3 times, most recently from c1a92cb to 63fa90e Compare June 1, 2025 21:49
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed Jun 18, 2025
@renovate renovate Bot closed this Jun 18, 2025
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 Jun 21, 2025
@renovate renovate Bot reopened this Jun 21, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 2 times, most recently from 63fa90e to 508ae16 Compare June 21, 2025 06:05
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed Jul 8, 2025
@renovate renovate Bot closed this Jul 8, 2025
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 Jul 12, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 04ce015 to ccf2e60 Compare July 26, 2025 06:41
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 4 times, most recently from 9b4dd29 to 8ce8672 Compare August 8, 2025 17:34
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 8ce8672 to 159411a Compare August 13, 2025 16:52
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 159411a to 9ac57d5 Compare August 21, 2025 16:02
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 9ac57d5 to 5f36cea Compare September 22, 2025 16:31
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed Sep 23, 2025
@renovate renovate Bot closed this Sep 23, 2025
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 Sep 27, 2025
@renovate renovate Bot reopened this Sep 27, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 2 times, most recently from 9607c63 to 526a041 Compare November 5, 2025 02:31
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 526a041 to 82c7442 Compare November 11, 2025 23:05
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed Dec 3, 2025
@renovate renovate Bot closed this Dec 3, 2025
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 Dec 6, 2025
@renovate renovate Bot reopened this Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 3 times, most recently from 6b0b16b to 8c4262e Compare December 10, 2025 19:59
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch from 8c4262e to ce13195 Compare January 19, 2026 10:11
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed Jan 21, 2026
@renovate renovate Bot closed this Jan 21, 2026
@renovate renovate Bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 - autoclosed feat(container)!: Update image ghcr.io/gethomepage/homepage to v1 Jan 24, 2026
@renovate renovate Bot reopened this Jan 24, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-gethomepage-homepage-1.x branch 2 times, most recently from ce13195 to 87290ad Compare January 24, 2026 00:36
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.

0 participants