Skip to content

Releases: GoogleCloudPlatform/k8s-config-connector

v1.124.0

17 Oct 01:11
cb2b22c
Compare
Choose a tag to compare

v1.124.0

Announcement

Simplified and More Reliable Resource Development

  • We launched a major improvement to the Config Connector resource development! Our new approach significantly enhances reliability and provides a more native Kubernetes experience. Learn more in our guide

New Beta Resources (Direct Reconciler):

  • RedisCluster

New Fields:

  • CertificateManagerDNSAuthorization

    • Added spec.Location field.
  • ComputeForwardingRule

    • Added spec.target.googleApisBundle field (allowed values all-apis or vpc-sc). Note, when configured this field, you are using the new Direct reconciliation.

Resources moved to direct reconciliation

We migrated the following reconciliation from the TF-based or DCL-based controller to the new Direct controller to enhance the reliability and performance. The resource CRD is unchanged.

  • CertificateManagerDNSAuthorization

New Alpha Resources (Direct Reconciler):

  • PrivilegedAccessManagerEntitlement
  • BigQueryAnalyticsHubDataExchange

v1.123.1

23 Sep 17:29
b147fdf
Compare
Choose a tag to compare

Announcement

  • Starting from this version, all the new CRs (CustomResources) will have the cnrm.cloud.google.com/state-into-spec annotation defaulted to absent. This means Config Connector will not populate any unspecified fields into the spec after a successful reconciliation of the resource. The behavior of existing CRs will not be impacted. More details about the Absent behavior can be found here.

  • You can use the alpha.cnrm.cloud.google.com/reconciler: direct annotation on DataflowFlexTemplateJob resource to opt-in
    the Direct Cloud Reconciler, which provides an advanced status update solution for some timeout issues.

Direct Cloud Reconciler:

  • BigQueryDataTransferConfig (v1alpha1)
  • BigQueryConnectionConnection (v1alpha1)

Resources promoted from alpha to beta:

  • DataformRepository is now a v1beta1 resource.

New Resources:

  • Added support for FirestoreDatabase (v1alpha1) resource.

New Fields:

  • BigQueryConnectionConnection
    • Added spec.cloudSql

Bug Fixes:

v1.122.0

11 Sep 13:47
c55a528
Compare
Choose a tag to compare

v1.122.0

Direct Cloud Reconciler:

  • RedisCluster (v1alpha1)
  • SQLInstance

New Resources:

  • Added support for RedisCluster (v1alpha1) resource.

New Fields:

  • ContainerCluster

    • The spec.nodeConfig.taint can be updated.
  • ContainerNodePool

    • The spec.nodeConfig.taint can be updated.
  • SQLInstance

    • Add the spec.cloneSource.
  • RunJob

    • Add the spec.template.template.volumes[].cloudSqlInstance

v1.121.0

05 Aug 18:10
ff23c7c
Compare
Choose a tag to compare

v1.121.0

Announcement

  • We plan to apply the state-into-spec default value Absent to all the ConfigConnector clusters in the v1.123 (next to the next release).

Direct Cloud Reconciler:

  • DataformRepository (v1alpha1)

Fixes:

  • BigtableInstance

    • When autoscaling is enabled (spec.cluster[].autoscalingConfig.), do not use numNodes (spec.cluster[].numNodes=2) as that applies only to manual scaling.
  • BigQueryConnection

    • Added status.observedState field to store the output-only fields which are previously mistakenly defined in spec.

New Fields

  • BigQueryTable
    • Added spec.requirePartitionFilter field.

v1.120.1

09 Jul 06:56
dba659e
Compare
Choose a tag to compare

Direct Cloud Reconciler:

  • CloudBuildWorkerPool
  • MonitoringDashboard

Resources promoted from alpha to beta:

  • CloudBuildWorkerPool
  • CloudIDSEndpoint
  • ComputeMangedSSLCertificate

New Fields:

  • AlloyDBInstance

    • Added networkConfig field to support Public-IP feature.
  • MonitoringAlertPolicy

    • Added spec.severity field.
  • MonitoringDashboard

    • Added dashboardFilters support.

    • Added alertChart widgets.

    • Added collapsibleGroup widgets.

    • Added pieChart widgets.

    • Added sectionHeader widgets.

    • Added singleViewGroup widgets.

    • Added timeSeriesTable widgets.

    • Added blankView to scorecard widgets.

    • Added dataSets.targetAxis and y2Axis fields to xyChart widgets.

    • Added id field to all widgets.

    • Added prometheusQuery and outputFullDuration to timeSeriesQuery.

    • Added style fields to text widgets.

    • Added targetAxis field to thresholds.

  • StorageBucket

    • Added spec.softDeletePolicy field.
    • Added status.observedState.softDeletePolicy field.

v1.119.0

25 Jun 15:09
6abd73c
Compare
Choose a tag to compare

New features:

  • Add options to configure the reconciliation of the ConfigConnector controller

    • Added a new ControllerReconciler CRD (v1alpha1). See example
    • This feature allows users to customize the client-side kube-apiserver request rate limit.
  • Continue moving towards Direct Actuation as our preferred mechanism.

    • The default reconciler now uses Direct Actuation, if the ConfigConnector CRD does not have a cnrm.cloud.google.com/tf2crd: "true" or cnrm.cloud.google.com/dcl2crd: "true" label.

New Resources:

  • CloudBuildWorkerPool
    • Added CloudBuildWorkerPool (v1alpha1) resource for service cloudbuild.
    • This resource uses Direct Actuation.

New Fields:

  • ComputeForwardingRule

    • Added the spec.target.serviceAttachmentRef field, allowing a ComputeForwaringRule to target a ComputeServiceAttachment.
  • ContainerCluster

    • Added previous output-only spec fields to status.observedState
      • Added status.observedState.masterAuth.clusterCaCertificate
      • Added status.observedState.privateClusterConfig.privateEndpoint
      • Added status.observedState.privateClusterConfig.publicEndpoint

v1.118.1

19 May 21:07
Compare
Choose a tag to compare

Direct Cloud Reconciler:

  • LoggingLogMetric
    • This resource no longer depends on Terraform. Its reconciliation is moved to a KCC direct controller.
    • This is our very first KCC directly-reconciled resource. We will announce more in the upcoming releases. 🎉🎉🎉

New Resource:

  • ComputeNetworkFirewallPolicyRule (alpha)

New Fields:

  • LoggingLogMetric
    • Add the spec.loggingLogBucketRef field to support bucket reference.

Fixes:

  • SQLInstance
    • Fix the permanent diff bug in spec.settings.edition update.

v1.117.0

15 May 22:49
d2ac619
Compare
Choose a tag to compare

v1.117.0

Resources promoted from alpha to beta:

  • VertexAIDataSet

    • Output fields are now in status.observedState.
    • The KMS key is now specified using a reference: spec.encryptionSpec.kmsKeyNameRef
  • VertexAIIndex

    • Output fields are now in status.observedState.
    • Note that isCompleteOverwrite is currently not supported: it is not
      obviously compatible with declarative operation.
  • VertexAIEndpoints

    • Output fields are now in status.observedState.
    • The KMS key is now specified using a reference: spec.encryptionSpec.kmsKeyNameRef
    • The network is now specified using a reference: spec.networkRef

New Fields:

  • ComputeNetwork
    • The spec.enableUlaInternalIpv6 field is no longer immutable - it can now
      be changed without recreating the network.

v1.116.0

24 Apr 16:19
86224d4
Compare
Choose a tag to compare
  • This release includes enhanced support for DNSRecordSet,
    enabling advanced configurations such as geo-routing, primary/backup,
    and weighted round-robin load-balancing.

New Fields:

  • ContainerCluster

    • Added spec.nodeConfig.linuxNodeConfig.cgroupMode field.
  • ContainerNodePool

    • Added spec.nodeConfig.linuxNodeConfig.cgroupMode field.
  • DNSRecordSet

    • Added spec.routingPolicy.geo.healthCheckedTargets field.
    • Added spec.routingPolicy.primaryBackup field.
    • Added spec.routingPolicy.wrr field.
  • EventArcTrigger

    • Added spec.destination.httpEndpoint field.
    • Added spec.destination.networkConfig field.
  • LoggingLogBucket

    • Added spec.enableAnalytics field.

v1.115.0

03 Apr 21:55
bca5d32
Compare
Choose a tag to compare

v1.115.0

  • Better support for AlloyDB secondary clusters and instances.

  • Special shout-out to @199201shubhamsahu for their contributions to this release.

New Fields:

  • AlloyDBCluster

    • Added spec.clusterType field.
    • Added spec.deletionPolicy field.
    • Added spec.secondaryConfig field.
  • AlloyDBInstance

    • Added spec.instanceTypeRef field.