Skip to content

Releases: GoogleCloudPlatform/k8s-config-connector

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

1.58.1

12 Aug 22:39
Compare
Choose a tag to compare
  • Miscellaneous bug fixes.

1.58.0

02 Aug 22:25
Compare
Choose a tag to compare
  • Added support for MonitoringMetricDescriptor resource.
  • CloudBuildTrigger: added webhookConfig and pubsubConfig options for triggers.
  • Added a list of resources which have service-generated resource IDs.
  • Added limited support for the cnrm.cloud.google.com/state-into-spec annotation, which allows 'merge' and 'absent' values to merge GCP state into the spec field or not, respectively.
    • currently only supported for BigQueryDataset.

1.57.0

22 Jul 22:36
Compare
Choose a tag to compare
  • Added support for GKEHubFeatureMembership resource.
  • Added spec.projectRef to ServiceUsageService.
  • Reverted DNSRecordSet to an older implementation (from v1.50.0) due to an issue that broke users' ability to modify rrdatas. Note that this also means that rrdatas and ttl are required fields again.
  • Added the following output-only fields:
    • BigQueryJob: query.destinationEncryptionConfiguration.kmsKeyVersion, load.destinationEncryptionConfiguration.kmsKeyVersion, and copy.destinationEncryptionConfiguration.kmsKeyVersion.
    • BigQueryTable: encryptionConfiguration.kmsKeyVersion.
  • Added advancedMachineFeatures to ComputeInstance.
  • Fix: Remove the project Get request before enabling any given service; this Get request causes
    a chicken-and-egg problem when enabling cloudresourcemanager.googleapis.com API.

1.56.0

13 Jul 22:03
Compare
Choose a tag to compare
  • Added support for ComputeInstanceGroupManager resource (#314).
  • Added support for BinaryAuthorizationPolicy resource.
  • Added cluster.kmsKeyRef field to BigtableInstance.
  • Added expire, rotation, topics, and ttl fields to SecretManagerSecret (#471).
  • Fixed bug that was causing CloudIdentityGroup to go through infinite updates.
  • Added timestamp to log messages.
  • Aggregated the cnrm-admin ClusterRole to the admin and edit ClusterRoles, and aggregated the cnrm-viewer ClusterRole to view ClusterRole. See Aggregated ClusterRoles for details (#486).