Skip to content

fix(operator): default the operator chart to image 0.15.2 - #118

Merged
mapyr merged 1 commit into
mainfrom
fix/operator-appversion-0-15-2
Aug 12, 2026
Merged

fix(operator): default the operator chart to image 0.15.2#118
mapyr merged 1 commit into
mainfrom
fix/operator-appversion-0-15-2

Conversation

@mapyr

@mapyr mapyr commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Why

operator v0.15.2 is released and on GHCR. It carries mcp-hangar/mcp-hangar-operator#107 — the reconciler self-trigger fix — which merged 24 minutes after v0.15.1 was cut and has been in no published image since (tracked at mcp-hangar/mcp-hangar-operator#108).

Without the bump a fresh helm install keeps pointing at 0.15.1, where any genuinely unhealthy remote MCPServer still spins at ~168 reconciles/s (measured 6/min after the fix — the 10s errorRequeueAfter the code always intended), saturating a controller worker and burying unrelated events in the log.

appVersion has no auto-sync in this repo — sync-core-appversion covers the core chart only — so this is a hand bump, same as #107 was.

How tested

  • helm lint mcp-hangar-operator — clean.
  • Rendered image is ghcr.io/mcp-hangar/mcp-hangar-operator:0.15.2.
  • kubeconform -strict at the CI-pinned k8s 1.32.8 — 8 valid, 0 invalid (4 CRD schemas skipped, as before).
  • Release verified before bumping rather than assumed: GHCR tag 0.15.2 returns 200, install.yaml on the release pins :0.15.2, and the cosign keyless signature verifies against refs/tags/v0.15.2 with githubWorkflowSha a7fed82.

🤖 Generated with Claude Code

0.15.2 carries the reconciler self-trigger fix (operator#107), which merged 24
minutes after 0.15.1 was cut and had been in no published image since. On 0.15.1
any genuinely unhealthy remote MCPServer spins at ~168 reconciles/s -- measured
6 per minute after the fix -- saturating a controller worker and burying
unrelated events in the log.

Chart appVersion has no auto-sync in this repo, so a fresh install keeps
pointing at the old image until this is bumped by hand.

Refs mcp-hangar/mcp-hangar-operator#108

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mapyr
mapyr merged commit 39d529b into main Aug 12, 2026
11 checks passed
@mapyr
mapyr deleted the fix/operator-appversion-0-15-2 branch August 12, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant