chore: Pin the IPAM dependency to its v0.4.0 release - #23
Merged
Merged
Conversation
Cloud required go.miloapis.com/ipam at one pseudo-version and replaced it with a different, newer one. Both commits are ancestors of v0.4.0, so pinning the tag gives reproducible downloads and a readable version. - Require and replace ipam at v0.4.0 - Keep the replace: go.miloapis.com/ipam returns 404 for go-get, so the vanity import path does not resolve without it - v0.4.0 drops IPClass status fields (offeringPools, provisionedPools, requiredScopeRoles) that cloud never reads Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TzRtxRAcPfrjvQDs3WGfi4
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.
Summary
Cloud pinned IPAM to two different unreleased commits, one it asked for and one it actually built against, which makes the version unreadable and ties downloads to untagged commits.
Both commits are already part of the IPAM v0.4.0 release, so this pins the tag instead. The remaining changes in v0.4.0 remove status fields cloud never reads.
This is the last dependency on an unreleased version, and clears the way for cutting cloud's first release.
Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01TzRtxRAcPfrjvQDs3WGfi4