Skip to content

build: bump sandbox-operator to the restored-applier commit - #5

Merged
CMGS merged 2 commits into
masterfrom
chore/bump-sandbox-operator
Aug 12, 2026
Merged

build: bump sandbox-operator to the restored-applier commit#5
CMGS merged 2 commits into
masterfrom
chore/bump-sandbox-operator

Conversation

@CMGS

@CMGS CMGS commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Pins sandbox-operator at e89fcfb (cocoonstack/sandbox-operator#4), which restores scale.NewSSAInventoryApplier — the applier startInventoryPublisher builds. Before this, vk-sandbox compiled only against the stale pin: under the shared go.work it failed with undefined: scale.NewSSAInventoryApplier.

  • go get github.com/cocoonstack/sandbox-operator@e89fcfbv0.1.1-0.20260812033407-e89fcfb886b0, resolved through the module proxy so the recorded hashes match what CI fetches.
  • go mod tidy demotes k8s.io/utils to indirect (nothing imports it directly any more) and takes the transitive cel-go 0.26.0 → 0.29.0, grpc 1.82.0 → 1.82.1, antlr 4.13.0 → 4.13.1 the new operator module requires; go-strcase drops out.

The first commit is a separate layout-only change: listResponse sat between ListClient and its first method, the one asl finding 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 under go.work, go test ./..., go mod verify, make lint (0 issues on linux and darwin), asl ./... clean on both GOOS.

CMGS added 2 commits August 12, 2026 11:38
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.
@CMGS
CMGS merged commit 8da3994 into master Aug 12, 2026
2 checks passed
@CMGS
CMGS deleted the chore/bump-sandbox-operator branch August 12, 2026 03:46
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