Upgrade Homepage container to v1.11.0
All checks were successful
Build Container / detect (push) Successful in 3s
Build Container / build-dockerfile (homepage) (push) Successful in 5m47s

Minor release with new widgets (Tracearr, SparklyFitness), Seerr rename,
and dependency bumps. No breaking changes for our config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-26 10:17:36 -07:00
commit e375859221
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Homepage - self-hosted services dashboard # Homepage - self-hosted services dashboard
# Two-stage build: Node.js build, Alpine runtime # Two-stage build: Node.js build, Alpine runtime
ARG CONTAINER_APP_VERSION=v1.10.1 ARG CONTAINER_APP_VERSION=v1.11.0
ARG HOMEPAGE_VERSION=${CONTAINER_APP_VERSION} ARG HOMEPAGE_VERSION=${CONTAINER_APP_VERSION}
FROM node:24-slim AS builder FROM node:24-slim AS builder

View file

@ -0,0 +1 @@
Upgrade Homepage dashboard from v1.10.1 to v1.11.0

View file

@ -39,8 +39,8 @@ services:
- name: homepage - name: homepage
type: argocd type: argocd
last-reviewed: 2026-02-19 last-reviewed: 2026-03-26
current-version: "v1.10.1" current-version: "v1.11.0"
upstream-source: https://github.com/gethomepage/homepage/releases upstream-source: https://github.com/gethomepage/homepage/releases
notes: Custom container, kustomize manifests notes: Custom container, kustomize manifests