Skip to content

test(operator): sync operator-install version tripwires to v0.2.0#111

Merged
jmgilman merged 1 commit into
masterfrom
fix/operator-version-tripwire
Jun 5, 2026
Merged

test(operator): sync operator-install version tripwires to v0.2.0#111
jmgilman merged 1 commit into
masterfrom
fix/operator-version-tripwire

Conversation

@jmgilman
Copy link
Copy Markdown
Contributor

@jmgilman jmgilman commented Jun 5, 2026

What

The 0.2.0 release (#87) bumped charts/yacd/Chart.yaml appVersion to v0.2.0 but left the six operator-install version "tripwire" assertions in cli/internal/operator/ssa asserting v0.1.1. Those tripwires read the version from the embedded chart / installed Deployment label, so they went stale and turned master CI red (latest master run on aecf7ef is failing).

This resyncs the six assertions to v0.2.0. The tripwires' own comment says to "bump alongside an operator release re-sync" — the release missed it.

Scope

Test-only. No production code changes.

  • cli/internal/operator/ssa/apply_test.go (1)
  • cli/internal/operator/ssa/install_envtest_test.go (5)

The v9.9.9 "newer installed" fixture in install_envtest_test.go / render_test.go is intentionally left unchanged.

Verification

moon run root:test is green (the cli/internal/operator/ssa package passes; full suite Tasks: 1 completed, no FAIL).

🤖 Generated with Claude Code

The 0.2.0 release (#87) bumped charts/yacd/Chart.yaml appVersion to v0.2.0 but
left the six operator-install version tripwire assertions in cli/internal/
operator/ssa at v0.1.1, turning master CI red. These tripwires are designed to
be bumped alongside an operator release re-sync; resync them to v0.2.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jmgilman jmgilman merged commit b61089b into master Jun 5, 2026
12 checks passed
@jmgilman jmgilman deleted the fix/operator-version-tripwire branch June 5, 2026 03:33
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