Skip to content

chore(homarr): bump homarr to 1.69.2#713

Merged
mberlofa merged 1 commit into
mainfrom
chore/homarr-1.69.2
Jul 7, 2026
Merged

chore(homarr): bump homarr to 1.69.2#713
mberlofa merged 1 commit into
mainfrom
chore/homarr-1.69.2

Conversation

@mberlofa

@mberlofa mberlofa commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Closes #694.

Summary

  • Bump Homarr from v1.68.0 to v1.69.2.
  • Update the GHCR Homarr image tag, README upgrade notes, and image assertion tests.
  • Add the standard chart validate helper/template so template standards are clean.

Upstream Evidence

  • GitHub release: https://github.com/homarr-labs/homarr/releases/tag/v1.69.2
  • GHCR image manifest verified: ghcr.io/homarr-labs/homarr:v1.69.2
  • Manifest platforms: linux/amd64, linux/arm64.
  • The issue listed 1.69.2, but ghcr.io/homarr-labs/homarr:1.69.2 is missing; the chart uses the upstream release/image tag format with the v prefix.
  • Homarr v1.69.2 is a patch release fixing layout stacking for the AppShell header above indicator dots. No breaking changes were identified in the upstream release metadata.

Site Sync

Validation

  • make image-verify IMAGE=ghcr.io/homarr-labs/homarr:v1.69.2
  • make image-verify IMAGE=ghcr.io/homarr-labs/homarr:1.69.2 confirmed the non-prefixed tag is missing.
  • make deps-check CHART=homarr
  • helm unittest charts/homarr passed: 9 suites, 55 tests.
  • make validate-chart CHART=homarr passed fully: 19 layers, including k3d behavioral validation for default and all CI values scenarios.
  • make standards-check CHART=homarr
  • node scripts/charts/template-standards-check.js --chart homarr
  • make site-sync-check CHART=homarr
  • make release-check REPO=charts
  • make attribution-check REPO=charts

Summary by CodeRabbit

  • New Features
    • Added chart validation during installation and upgrades to catch invalid configuration earlier.
  • Bug Fixes
    • Updated Homarr to version 1.69.2.
    • Improved upgrade notes to reflect the latest release.
  • Documentation
    • Refreshed the chart documentation and default image version to match the new release.

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Standards Check (GR-079) — PASS

Every changed chart fully passes standards-check.

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🟢 Security Scan: homarr

Framework Score
MITRE + NSA + SOC2 88.60029%

✅ Security posture acceptable.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 163ade25-ebc3-4e11-b7dc-fd864f7d6d0c

📥 Commits

Reviewing files that changed from the base of the PR and between 66a35d5 and 633cdbf.

📒 Files selected for processing (6)
  • charts/homarr/Chart.yaml
  • charts/homarr/README.md
  • charts/homarr/templates/_helpers.tpl
  • charts/homarr/templates/validate.yaml
  • charts/homarr/tests/deployment_test.yaml
  • charts/homarr/values.yaml

📝 Walkthrough

Walkthrough

This PR bumps the Homarr Helm chart image/appVersion from 1.68.0 to 1.69.2 across Chart.yaml, values.yaml, README, and deployment tests. It also adds a new homarr.validate named template and a validate.yaml template file that invokes it to trigger existing database mode validation logic.

Changes

Homarr chart update and validation helper

Layer / File(s) Summary
Version bump: metadata, values, docs, tests
charts/homarr/Chart.yaml, charts/homarr/values.yaml, charts/homarr/README.md, charts/homarr/tests/deployment_test.yaml
Bumps appVersion, image tag, artifacthub change note, README version references and upgrade notes, and the deployment test's expected image tag from v1.68.0 to v1.69.2.
New validation helper and template
charts/homarr/templates/_helpers.tpl, charts/homarr/templates/validate.yaml
Adds a homarr.validate named template that includes homarr.databaseMode to run validation, and a new validate.yaml template that renders it.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • helmforgedev/charts#645: Adds an analogous validate Helm helper and templates/validate.yaml pattern for another chart (appwrite).
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the Homarr version bump to 1.69.2.
Linked Issues check ✅ Passed The chart version bump, image tag update, and docs/test refresh align with #694's requested Homarr upgrade.
Out of Scope Changes check ✅ Passed The changes stay within the Homarr upgrade work and related chart validation/docs updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/homarr-1.69.2

Warning

Tools execution failed with the following error:

Failed to run tools: 13 INTERNAL: Received RST_STREAM with code 2 (Internal server error)


Comment @coderabbitai help to get the list of available commands.

@mberlofa mberlofa merged commit 419ae28 into main Jul 7, 2026
17 checks passed
@mberlofa mberlofa deleted the chore/homarr-1.69.2 branch July 7, 2026 23:04
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.

chore(homarr): upstream image update available (v1.68.0 → 1.69.2)

1 participant