Skip to content

1.107.0

Compare
Choose a tag to compare
@jingyih jingyih released this 01 Aug 20:53
· 4692 commits to master since this release
  • Added support for customization on cnrm-webhook-manager pod replicas.
  • Optimized HPA rule for cnrm-webhook-manager with targetCPUUtilizationPercentage adjusted from 90 to 70.
  • Added GOMEMLIMIT environment variable (default value is set to 110MiB) to the webhook container in cnrm-webhook-manager.
    • It sets a runtime memory limit for the webhook container, which helps in GC-related out-of-memory ("OOM") situations.
  • Resource DataflowFlexTemplateJob(v1beta1):
    • Added spec.additionalExperiments field.
    • Added spec.autoscalingAlgorithm field.
    • Added spec.enableStreamingEngine field.
    • Added spec.ipConfiguration field.
    • Added spec.kmsKeyNameRef field.
    • Added spec.launcherMachineType field.
    • Added spec.machineType field.
    • Added spec.maxWorkers field.
    • Added spec.networkRef field.
    • Added spec.numWorkers field.
    • Added spec.sdkContainerImage field.
    • Added spec.serviceAccountEmailRef field.
    • Added spec.stagingLocation field.
    • Added spec.subnetworkRef field.
    • Added spec.tempLocation field.
    • Added spec.transformNameMapping field.
  • Resource BigQueryDataset(v1beta1):
    • Added spec.access.routine field.