Build VPC networking on released compute and networking - #22
Merged
Merged
Conversation
Cloud pinned all three modules to pseudo-versions. The network-services-operator pin pointed at the head of an unmerged branch, so a force-push or branch deletion would have broken `go mod download`. That change merged and has shipped, and compute and network now publish releases too. Pinning to tags gives reproducible module downloads and makes the dependency versions readable. - compute v0.8.0, network v0.1.0, network-services-operator v0.27.0 - Drop the stale UNMERGED comment on the NSO pin - Keep the go.miloapis.com/ipam replace: the vanity import path does not resolve without it - Indirect bumps (go-openapi/swag, x/net, x/text, miloapis locations) are what the new releases require Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ecv
approved these changes
Sep 16, 2026
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.
The VPC controller now builds against published releases of compute (v0.8.0), network (v0.1.0), and network-services-operator (v0.27.0) instead of untagged commits. Its compute dependency was pinned to August's code, well behind the release.
No behavior change: the Instance fields VPC attachment reads are unchanged in compute v0.8.0, and no code changes were needed.
🤖 Generated with Claude Code