Releases: GoogleCloudPlatform/k8s-config-connector
Releases · GoogleCloudPlatform/k8s-config-connector
v0.3.6
v0.3.5
added support for:
- ServiceNetworkingConnection
- ComputeTargetHTTPSProxy
v0.3.4
v0.3.3
v0.3.2
added support for:
- FirestoreIndex
- ComputeRouterInterface
- ComputeRoute
- ComputeRouterPeer
v0.3.1
- IAMPolicyMember resource is now supported. This enables specifying project-level policies, for example,
roles/storage.admin
for individual role-member pair.
v0.3.0
- New resources supported: BigQueryTable, ComputeVPNTunnel, ComputeImage, ComputeSnapshot, ComputeBackendBucket, ComputeDisk, ComputeSSLCertificate, ComputeHTTPHealthCheck, ComputeRouterNAT, ComputeExternalVPNGateway, ComputeRouter, ComputeVPNTunnel, DNSManagedZone, StorageNotification
- Breaking namespace changes:
- GlobalComputeAddress: v1alpha2->v2apha3
- ComputeNetwork: v1alpha2->v1alpha3
- ComputeSubnetwork: v1alpha2->v1alpha3
- ComputeBackendService: v1alpha2->v1alpha3
- ComputeHealthCheck: v1alpha2->v1alpha3
- ComputeFirewall: v1alpha2->v1alpha3
v0.2.1
- Added the following new resources: BigQueryTable, ComputeExternalVPNGateway.
- Added the GKE service account tutorial samples.
v0.2.0
bump compute api group version to v1alpha2
- rename ComputeGlobalForwardingRule to ComputeForwardingRule
- add required location field to the following existing resources: ComputeAddress, ComputeBackendService, ComputeForwardingRule, ComputeHealthCheck, ComputeTargetHttpProxy, ComputeURLMap
- ComputeAddress CRD now supports both global and regional compute addresses
add the following new resources: ComputeNetworkPeering, ComputeTargetVPNGateway, ComputeVPNGateway, IAMCustomRole, ComputeHTTPSHealthCheck, ComputeSharedVPCHostProject, ComputeRouter
v0.1.7
- added a
gcp
category to the CRDs, so you can view Config Connector resources viakubectl get gcp