From 7c0a29ab90e66192be68c87f6678fdc4c1b38e35 Mon Sep 17 00:00:00 2001 From: Diego Braga Date: Sun, 12 Jul 2026 09:57:07 +0200 Subject: [PATCH] fix(deps): bump plumbing to v1.10.6 (reconcile deployed-revision self-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) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 16ab305..3581e0d 100644 --- a/go.mod +++ b/go.mod @@ -173,4 +173,4 @@ replace github.com/krateoplatformops/unstructured-runtime => github.com/braghett // gojq-panic fix, crdgen array-default markers, the krateo.io/traceparent child-manifest // post-render stamping for cross-composition trace propagation, AND the fork-free // apply-if-changed reconcile with semantic change-detection that this controller drives. -replace github.com/krateoplatformops/plumbing => github.com/braghettos/plumbing v1.10.5 +replace github.com/krateoplatformops/plumbing => github.com/braghettos/plumbing v1.10.6 diff --git a/go.sum b/go.sum index 8737449..8752b37 100644 --- a/go.sum +++ b/go.sum @@ -28,8 +28,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM= github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= -github.com/braghettos/plumbing v1.10.5 h1:2z6KlO6tdNK5Z9yotGRIsiTf76eypfY8fjc+Do4a5YA= -github.com/braghettos/plumbing v1.10.5/go.mod h1:Z8Xd2ZR/F4mYhtGtr+fH2ZN9+ifqaXESHEmaBT+NiuI= +github.com/braghettos/plumbing v1.10.6 h1:LErycb0XCucJ7DS680RgTS+DgUE3L2gs8yOxoenqqGg= +github.com/braghettos/plumbing v1.10.6/go.mod h1:Z8Xd2ZR/F4mYhtGtr+fH2ZN9+ifqaXESHEmaBT+NiuI= github.com/braghettos/unstructured-runtime v1.3.4 h1:sw4rpkgssUelxEMxlj3H7Z/LtJSWlUvk+fM2iElTHng= github.com/braghettos/unstructured-runtime v1.3.4/go.mod h1:ETCI+C+kE++D9SsOOWIzxUBbfaffpovxvJSaPGBJfhE= github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70=