test(operator): sync operator-install version tripwires to v0.2.0#111
Merged
Conversation
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
added a commit
that referenced
this pull request
Jun 5, 2026
jmgilman
added a commit
that referenced
this pull request
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The
0.2.0release (#87) bumpedcharts/yacd/Chart.yamlappVersiontov0.2.0but left the six operator-install version "tripwire" assertions incli/internal/operator/ssaassertingv0.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 onaecf7efis 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 ininstall_envtest_test.go/render_test.gois intentionally left unchanged.Verification
moon run root:testis green (thecli/internal/operator/ssapackage passes; full suiteTasks: 1 completed, no FAIL).🤖 Generated with Claude Code