Skip to content

chore(deps): update service-catalog to v0.10.0 - #361

Merged
scotwells merged 1 commit into
mainfrom
chore/update-service-catalog-v0.10.0
Sep 24, 2026
Merged

scotwells merged 1 commit into
mainfrom
chore/update-service-catalog-v0.10.0

Conversation

@scotwells

Copy link
Copy Markdown
Contributor

What this changes

Update compute to go.miloapis.com/service-catalog v0.10.0, which contains the consumer-provider fix from milo-os/service-catalog#107.

That release removes the per-ServiceConsumer five-minute RequeueAfter. Compute currently averages about 1.8 consumer-serviceconsumer reconciles/sec because the old provider schedules one full active-set scan per watched consumer. This update makes the provider event-driven and removes that aggregate resync churn.

Part of #355.

Validation

  • go test ./internal/controller -run 'TestMergeDeploymentMetadata' -count=1
  • go test $(go list ./... | grep -v '/internal/controller$')

The full local suite is otherwise green but the envtest-backed controller suite cannot start because the repository's Darwin etcd binary is not present at bin/k8s/1.31.0-darwin-arm64/etcd; CI provides that prerequisite.

@scotwells
scotwells requested a review from a team September 24, 2026 15:38
@scotwells
scotwells merged commit 7427e0e into main Sep 24, 2026
11 checks passed
@scotwells
scotwells deleted the chore/update-service-catalog-v0.10.0 branch September 24, 2026 15:50
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.

2 participants