Skip to content

Releases: GoogleCloudPlatform/k8s-config-connector

1.5.0

11 Mar 02:33
Compare
Choose a tag to compare
  • ComputeHealthCheck's location field now supports supplying a region
  • Fixed an issue with deleting StorageBucketAccessControl when the ServiceAccount did not exist: #39
  • With the exception of role-bindings, moved all system components for namespaced mode into the cnrm-system, note: you must completely uninstall and reinstall to upgrade namespaced mode completely for this release.
  • Added a version annotation to the Config Connector manifests

1.4.0

03 Mar 20:25
Compare
Choose a tag to compare
  • added update support for the adminEnabled field in ComputeInterconnectAttachment
  • added support for IAM Conditions for the following resources:
    • ComputeInstance
    • ComputeSubnetwork
    • IAMServiceAccount
    • KMSCryptoKey
    • KMSKeyRing
    • Project
    • Folder
    • StorageBucket

1.3.1

28 Feb 23:56
Compare
Choose a tag to compare
  • Added a mechanism to prevent Config Connector from managing the same resource across multiple namespaces.

    • You can control this behavior by specifying an annotation of cnrm.cloud.google.com/management-conflict-prevention-policy on your resource config with one of the following values:

      • resource: management conflicts are prevented at the resource level by saving the appropriate lease labels into the resource.
      • none: management conflicts are not prevented.

      The default value is chosen as follows: resource if the GCP resource supports labels; otherwise, none.

1.3.0

26 Feb 22:01
Compare
Choose a tag to compare
  • Added support for DataflowJob
  • bug fixes

1.2.0

22 Feb 00:22
Compare
Choose a tag to compare
  • Added support for ComputeNetworkEndpointGroup
  • Fixed the issue about unable to delete the IAMPolicy if the referenced resource is deleted first

1.1.1

18 Feb 07:36
Compare
Choose a tag to compare
  • added support for DNSPolicy
  • miscellaneous bug fixes

1.1.0

10 Feb 06:24
Compare
Choose a tag to compare
  • adds support for ComputeResourcePolicy

1.0.1

31 Jan 01:36
Compare
Choose a tag to compare
  • Miscellaneous bug fixes

1.0.0

23 Jan 23:58
Compare
Choose a tag to compare
  • Added the following resources:
    • Folder
    • ComputeNodeGroup
    • ComputeSecurityPolicy
    • ComputeInstanceTemplate
    • ComputeReservation
    • ComputeSharedVPCServiceProject
    • ComputeInstance
    • ComputeTargetInstance
    • KMSCryptoKey
    • AccessContextManagerAccessLevel
    • AccessContextManagerAccessPolicy
    • ComputeTargetPool
  • Added the ability to source certain sensitive values from Secrets. See the ComputeDisk sample as an example.
  • Bumped all resource versions to v1beta1

v1.0.0-rc1

17 Jan 03:38
Compare
Choose a tag to compare
  • Added the following resources: Folder, ComputeNodeGroup, ComputeSecurityPolicy, ComputeInstanceTemplate, ComputeReservation, ComputeSharedVPCServiceProject, ComputeInstance, ComputeTargetInstance
  • Added the ability to source certain sensitive values from Secrets. See the ComputeDisk sample as an example.
  • Bumped all versions to v1beta1