Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.4 ) #1038

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

botty-hill[bot]
Copy link
Contributor

@botty-hill botty-hill bot commented Mar 15, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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:

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 - "* * * * 0,6" in timezone Europe/Amsterdam, 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.

@botty-hill
Copy link
Contributor Author

botty-hill bot commented Mar 15, 2025

--- HelmRelease: selfhosted/homepage Deployment: selfhosted/homepage

+++ HelmRelease: selfhosted/homepage Deployment: selfhosted/homepage

@@ -5,13 +5,13 @@

   name: homepage
   labels:
     app.kubernetes.io/instance: homepage
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: homepage
   annotations:
-    values-checksum: 2e265542e61153a1a545f6cbeee8f558faa47e859cfdf1fa973269182dd2208c
+    values-checksum: 490263f0ca5d0f8501dd48aa16b9321907d64f909747d741f4a0700e2c47abc9
 spec:
   revisionHistoryLimit: 3
   replicas: 1
   strategy:
     type: RollingUpdate
   selector:
@@ -33,13 +33,13 @@

       serviceAccountName: homepage
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: homepage
-        image: ghcr.io/gethomepage/homepage:v0.10.9@sha256:b6d732817572f9af99ec168b10641b8f7820f30cfa5a5cc5c68f1e291804bec8
+        image: ghcr.io/gethomepage/homepage:v1.0.4@sha256:78a34acb9ca1e63eecf12919fc9fb6c91f5dea748395172d7c1904db4c5bc973
         imagePullPolicy: null
         envFrom:
         - secretRef:
             name: homepage-app-secrets
         ports:
         - name: http

@botty-hill
Copy link
Contributor Author

botty-hill bot commented Mar 15, 2025

--- kubernetes/apps/selfhosted/homepage/app Kustomization: selfhosted/app-homepage HelmRelease: selfhosted/homepage

+++ kubernetes/apps/selfhosted/homepage/app Kustomization: selfhosted/app-homepage HelmRelease: selfhosted/homepage

@@ -115,13 +115,13 @@

     enableRbac: true
     envFrom:
     - secretRef:
         name: homepage-app-secrets
     image:
       repository: ghcr.io/gethomepage/homepage
-      tag: v0.10.9@sha256:b6d732817572f9af99ec168b10641b8f7820f30cfa5a5cc5c68f1e291804bec8
+      tag: v1.0.4@sha256:78a34acb9ca1e63eecf12919fc9fb6c91f5dea748395172d7c1904db4c5bc973
     ingress:
       main:
         enabled: true
         hosts:
         - host: home.${DOMAIN}
           paths:

@botty-hill botty-hill bot force-pushed the renovate/cluster-ghcr.io-gethomepage-homepage-1.x branch from 97335b7 to f659d52 Compare March 15, 2025 01:31
@botty-hill botty-hill bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.1 ) feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.0 ) Mar 15, 2025
@botty-hill botty-hill bot force-pushed the renovate/cluster-ghcr.io-gethomepage-homepage-1.x branch from f659d52 to ebe71c6 Compare March 15, 2025 02:27
@botty-hill botty-hill bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.0 ) feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.2 ) Mar 15, 2025
@botty-hill botty-hill bot force-pushed the renovate/cluster-ghcr.io-gethomepage-homepage-1.x branch from ebe71c6 to e297d69 Compare March 15, 2025 20:34
@botty-hill botty-hill bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.2 ) feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.3 ) Mar 15, 2025
… → v1.0.4 )

| datasource | package                      | from    | to     |
| ---------- | ---------------------------- | ------- | ------ |
| docker     | ghcr.io/gethomepage/homepage | v0.10.9 | v1.0.4 |
@botty-hill botty-hill bot force-pushed the renovate/cluster-ghcr.io-gethomepage-homepage-1.x branch from e297d69 to 02c4f94 Compare March 16, 2025 23:03
@botty-hill botty-hill bot changed the title feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.3 ) feat(container)!: Update image ghcr.io/gethomepage/homepage ( v0.10.9 → v1.0.4 ) Mar 16, 2025
@botty-hill
Copy link
Contributor Author

botty-hill bot commented Mar 16, 2025

✅ Linting PASSED!

pass

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