Skip to content

1.45.0

Compare
Choose a tag to compare
@maqiuyujoyce maqiuyujoyce released this 08 Apr 19:32
· 4116 commits to master since this release
  • Added support for the following resources:
    • OSConfigGuestPolicy (no config-connector CLI support)
    • IdentityPlatformTenant (no config-connector CLI support)
    • IdentityPlatformOAuthIDPConfig (no config-connector CLI support)
    • IdentityPlatformTenantOauthIDPConfig (no config-connector CLI support)
  • Added proxyBind field to ComputeTargetHTTPProxy, ComputeTargeHTTPSProxy, and ComputeTargetTCPProxy.
  • Added enableStreamingEngine field to DataflowJob.
  • Fixed issue where folderRef/organizationRef could not be defaulted from folder-id/organization-id annotations when creating Project/Folder resources with server-side apply. Read this comment for more information on the issue.
  • Supported a viewer cluster role so that resources can be referenced cross namespaces in namespaced mode. (#407)
  • Updated the structs' name of any field FooBar to be KindFooBar in Go Client resources. This ensures that the struct names are unique within a Go package.
  • Fixed the ListMeta type in Go Client (#422).