This repository was archived by the owner on Aug 5, 2026. It is now read-only.
fix(deps): plumbing v1.10.6 — clears the apiVersion-skew reconcile wedge - #23
Merged
Merged
Conversation
…-heal + Upgrade TakeOwnership) Brings the two helm fixes that clear the apiVersion-skew reconcile wedge root-caused on the cluster: - plumbing #10: the unserved-GVK self-heal now repairs the DEPLOYED revision helm actually builds (not Last()), so a composition whose stored manifest pins a pruned child apiVersion under a failed revision no longer dead-locks with 'no matches for kind ... ensure CRDs are installed first'. - plumbing #9: propagate TakeOwnership on Upgrade so the CDC's adopt-existing intent (set on all upgrade paths) actually reaches action.Upgrade, self-healing the ownership gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps plumbing v1.10.5 → v1.10.6, bringing the two helm fixes that resolve the version-bump reconcile wedge root-caused on the live cluster (an Installer composition dead-locked on a pruned
Portal v1-5-10):dropUnservedFromStoredManifest) now repairs the deployed revision helm actually builds, notReleases.Last(). Afailedrevision on top ofdeployed(what a wedged release accumulates) previously made it repair the wrong revision, sono matches for kind ... ensure CRDs are installed firstsurvived a restart. This is the fix for the wedge.applyUpgradeConfignow propagatesTakeOwnership, so the CDC's adopt-existing intent (already set on all upgrade paths) reachesaction.Upgradeinstead of being silently dropped — closes the orthogonalinvalid ownership metadatagate.Build +
internal/composition+pkgtests green on v1.10.6. Once merged: cut a CDC release + image, then bump the chart'scdc.image.tagto it (the deployed1.3.10predates these fixes). A live Installer was already manually unwedged (deployed-manifest apiVersion remap) as a stopgap.🤖 Generated with Claude Code