build: bump sandbox-operator to the restored-applier commit - #5
Merged
Conversation
listResponse sat between ListClient and ListSandboxes; the vocabulary type moves ahead of the type it serves. Pure reordering.
Picks up e89fcfb (sandbox-operator#4), which restores scale.NewSSAInventoryApplier — the applier main.go builds for the inventory publisher. go mod tidy also demotes k8s.io/utils to indirect and pulls the transitive cel-go/grpc/antlr bumps the new operator module requires.
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.
Pins
sandbox-operatorate89fcfb(cocoonstack/sandbox-operator#4), which restoresscale.NewSSAInventoryApplier— the applierstartInventoryPublisherbuilds. Before this, vk-sandbox compiled only against the stale pin: under the sharedgo.workit failed withundefined: scale.NewSSAInventoryApplier.go get github.com/cocoonstack/sandbox-operator@e89fcfb→v0.1.1-0.20260812033407-e89fcfb886b0, resolved through the module proxy so the recorded hashes match what CI fetches.go mod tidydemotesk8s.io/utilsto indirect (nothing imports it directly any more) and takes the transitivecel-go 0.26.0 → 0.29.0,grpc 1.82.0 → 1.82.1,antlr 4.13.0 → 4.13.1the new operator module requires;go-strcasedrops out.The first commit is a separate layout-only change:
listResponsesat betweenListClientand its first method, the oneaslfinding in this repo, which otherwise blocks every commit here. Pure reordering — the file keeps an identical set of lines.Verified:
go build ./...both pinned and undergo.work,go test ./...,go mod verify,make lint(0 issues on linux and darwin),asl ./...clean on both GOOS.