- 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 toComputeTargetHTTPProxy
,ComputeTargeHTTPSProxy
, andComputeTargetTCPProxy
. - Added
enableStreamingEngine
field toDataflowJob
. - Fixed issue where
folderRef
/organizationRef
could not be defaulted fromfolder-id
/organization-id
annotations when creatingProject
/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 beKindFooBar
in Go Client resources. This ensures that the struct names are unique within a Go package. - Fixed the ListMeta type in Go Client (#422).