Skip to content

v0.3.0

Compare
Choose a tag to compare
@wlynch wlynch released this 25 Jan 20:14
· 455 commits to main since this release
4f551d3

🚨 BREAKING CHANGES

  • networking module now defaults to cidr netnum_offset = 0 to better utilize the given cidr address space. Previously this started at 1. This may cause some issues upgrading if services are using and expecting subnet cidr addresses to start at 1. To fix, set netnum_offset = 1.

What's Changed

  • Fix submodule paths in READMEs. by @wlynch in #62
  • Bump google.golang.org/api from 0.154.0 to 0.155.0 by @dependabot in #67
  • Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #68
  • Have subscriptions live indefinitely. by @mattmoor in #70
  • Bump google.golang.org/api from 0.155.0 to 0.156.0 by @dependabot in #71
  • Add a serverless-gclb module. by @mattmoor in #79
  • Bump reviewdog/action-actionlint from 1.40.0 to 1.41.0 by @dependabot in #80
  • networking: Allow configurable netnum offsets. by @wlynch in #72
  • regional-go-service: grant compute.networkUser to Cloud Run service account. by @wlynch in #82

Full Changelog: v0.2.0...v0.3.0