Skip to content

1.101.0

Compare
Choose a tag to compare
@mbzomowski mbzomowski released this 28 Feb 01:10
· 3706 commits to master since this release
  • Disabled fast dependency reconciliation during resource deletion.
  • Adjusted default reconciliation interval for the following resources:
    • BigtableInstance: 3600 seconds (1 hour)
    • BigtableTable: 3600 seconds (1 hour)
    • ServiceUsage: 3600 seconds (1 hour)
    • ComputeSslCertificate: 0 seconds (This resource does not support any updates, so reconciliation is not useful.)
  • Graduated the following resources from alpha to stable: NetworkServicesGateway, NetworkServicesGRPCRoute, NetworkServicesHTTPRoute, NetworkServicesMesh, NetworkServicesTCPRoute, NetworkServicesTLSRoute.
  • Removed GameServicesRealm resource.
  • Added spec.externalDataConfiguration.referenceFileSchemaUri field to BigQueryTable.
  • Added spec.gitFileSource.githubEnterpriseConfigRef, spec.repositoryEventConfig and spec.sourceToBuild.githubEnterpriseConfigRef fields to CloudBuildTrigger.
  • Added spec.edgeSecurityPolicyRef and spec.localityLbPolicies fields to ComputeBackendService.
  • Added spec.scheduling.maxRunDuration field to ComputeInstance.
  • Added spec.resourcePolicies and spec.scheduling.maxRunDuration fields to ComputeInstanceTemplate.
  • Added spec.shareSettings field to ComputeNodeGroup.
  • Added spec.tcpTimeWaitTimeoutSec field to ComputeRouterNAT (#692).
  • Added spec.adaptiveProtectionConfig.autoDeployConfig field to ComputeSecurityPolicy.
  • Added spec.bindings.members.memberFrom.serviceIdentityRef field to IAMPartialPolicy (#722).
  • Added spec.memberFrom.serviceIdentityRef field to IAMPolicyMember (#722).
  • In SQLInstance:
    • spec.settings.diskType is now immutable.
    • Added spec.ipConfiguration.enablePrivatePathForGoogleCloudServices field.
  • Fixed a bug that could cause controllers to become stuck on an outdated CRD version.
  • Updated optional status fields in Config Connector Go client library to be consistent with optional spec fields. This updates some existing status fields to pointer types and is a breaking change to the Go client library users.