Skip to content

Releases: GoogleCloudPlatform/k8s-config-connector

1.68.0

01 Dec 17:46
Compare
Choose a tag to compare

Warning: This release contains an issue that may prevent you from successfully creating a GKE Autopilot Cluster. Please wait for a new version which will contain a fix.

  • Added support for MonitoringService resource.
  • Added support for MonitoringServiceLevelObjective resource.
  • Added support for NetworkConnectivityHub resource.
  • Added support for OSConfigOSPolicyAssignment resource.
  • Added support for RecaptchaEnterpriseKey resource.
  • Added support for regional ComputeSSLCertificate resource.
  • Added support for resourceID field for SecretManagerSecretVersion resource.

1.67.0

12 Nov 22:39
Compare
Choose a tag to compare
  • Added support for PrivateCACertificateTemplate resource.
  • Added support for ConfigControllerInstance (Alpha) resource.
  • For ContainerCluster resource:
    • Added field spec.nodeConfig.guestAccelerator[].gpuPartitionSize.
    • Added field spec.workloadIdentityConfig.workloadPool.
    • Deprecated field spec.workloadIdentityConfig.identityNamespace (field
      is also no longer required).
    • Deprecated field spec.masterAuth.
    • Deprecated output-only field status.instanceGroupUrls.
  • For ContainerNodePool resource:
    • Added field spec.nodeConfig.guestAccelerator[].gpuPartitionSize.
  • Fixed the issue that DataflowJob was repeatedly updating if spec.enableStreamingEngine was set to true.
  • Fixed the issues in config-connector bulk-export and the exported IAMCustomRole resources can now be imported into Config Connector.

1.66.0

05 Nov 02:54
Compare
Choose a tag to compare
  • Added support for memberFrom in IAMPartialPolicy.
  • Miscellaneous bug fixes and improvements.

1.65.0

01 Nov 22:24
Compare
Choose a tag to compare
  • Added support for ComputeServiceAttachment resource.
  • All config-connector containers now emit logging to stdout rather than stderr.
  • config-connector command cli now correctly labels supported bulk-export resources.
  • config-connector command cli print-resources now includes a column listing whether it supports of related IAM resources.

1.64.0

22 Oct 02:36
Compare
Choose a tag to compare
  • Added support for ComputeFirewallPolicyRule resource.
  • Added support for FilestoreBackup and FilestoreInstance resources.
  • Added connectionTrackingPolicy field to ComputeBackendService
  • Added ipv6AccessConfig, ipv6AccessType and stackType fields to ComputeInstances
  • Added ipv6AccessConfig, ipv6AccessType and stackType fields to ComputeInstanceTemplates
  • Added ipv6AccessType, stackType, externalIpv6Prefix, ipv6CidrRange fields to ComputeSubnetworks
  • Added nodeConfig.workloadMetadataConfig.mode; deprecated nodeConfig.workloadMetadataConfig.nodeMetadata in ContainerClusters
  • Added support for serviceAccountRef in CloudBuildTrigger
  • Added support for monitoringConfig, dnsConfig and loggingConfig in ContainerCluster
  • Added support for importOnly field to KMSCryptoKey
  • Added disabled field to IAMServiceAccount
  • Added gcsDataSink.path and gcsDataSource.path fields StorageTransferJob
  • Moved version field to status in DataprocWorkflowTemplate
  • In DNSRecordSet, ttl field is no longer required.
  • Handle the lifecycle of ConfigConnectorContext objects in a separate controller for better isolation and scalability
  • Fixed the issue of changing BigTableInstance node size

1.63.0

04 Oct 19:42
Compare
Choose a tag to compare
  • Added spec.configSync.git.gcpServiceAccountRef to GKEHubFeatureMembership.
  • Added spec.destroyScheduledDuration to KMSCryptoKey.
  • ComputeDisk: spec.interface has been deprecated: The value is no longer used by the API, so all validation has been removed and values will not be populated. You should remove this field from your configuration.
  • ComputeRouterPeer: ipAddress is no longer a read-only field, and can be set with the spec.ipAddress field.

1.62.0

21 Sep 18:23
Compare
Choose a tag to compare
  • Added Age and Healthy columns for the kubectl get tabular outputs of ConfigConnector and ConfigConnectorContext resources.
  • Miscelleanous bug fixes.

1.61.0

10 Sep 22:27
Compare
Choose a tag to compare
  • Added the securitySettings field to ComputeBackendService
  • Added jitter to resource reconciliation reenqueue period to smooth out the traffic pattern
  • Fixed a bug in BigqueryJob that generates unexpected diff for 'kms_key_name'
  • Improved error messages

1.60.0

30 Aug 07:33
Compare
Choose a tag to compare
  • Added support for ComputeFirewallPolicy resource.
  • Fixed the error deleting ConfigConnectorContext. (#523)
  • Miscellaneous bug fixes.

1.59.0

19 Aug 22:18
Compare
Choose a tag to compare

Added networkConfig field into ContainerNodePool
Added processingUnits field into SpannerInstance
config-connector CLI supports IAMPartialPolicy as an iam output format
Fixed the issue #524