Releases: GoogleCloudPlatform/k8s-config-connector
Releases · GoogleCloudPlatform/k8s-config-connector
1.18.0
1.17.0
1.16.0
- Adds support for
ArtifactRegistryRepository
- Raises default CPU limits and requests for Prometheus recorder workload (to help address throttling noticed in #239)
- Changes
DataflowJob
to allow forspec.parameters
andspec.ipConfiguration
to be updateable - Fixes issue that was causing
ContainerNodePool
andSQLDatabase
to displayUpdateFailed
due to the referencedContainerCluster
orSQLDatabase
not being ready - Fixes issue preventing the creation of BigQuery resources that read from Google Drive files due to insufficient OAuth 2.0 scopes
- Fixes issue causing
SourceRepoRepository
to constantly update even when there were no changes
1.15.1
- miscellaneous fixes and improvements
- improving
config-connector
output
1.15.0
- Add support for allowing fields not specified by the user to be externally-managed (i.e. changeable outside of Config Connector). This feature can be enabled for a resource by enabling K8s server-side apply for the resource, which will be the default for all K8s resources starting in K8s 1.18. More detailed docs about the feature coming soon.
- Operator improvement: add support for cluster-mode set-ups, which allows users to use one Google Service Account for all namespaces in their cluster. This is very similar to the traditional "Workload Identity" installation set-up.
- Fix
ContainerCluster
validation issue (Issue #242). - Fix OOM issue for the
cnrm-resource-stats-recorder
pod (Issue #239). - Add support for
projectViewer
prefix for members inIAMPolicy
andIAMPolicyMember
(Issue #234). - Reduce
spec.revisionHistoryLimit
for thecnrm-stats-recorder
andcnrm-webhook-manager
Deployments from 10 (the default) to 1. - Fix docs for
SecretManagerSecret
.
1.14.0
- Added support for
SecretManagerSecret
1.13.1
- support --server-dry-run for resource CRDs
- deprecate BigtableInstance's spec.deletionProtection field
- fix a bug for BigtableInstance resource that causes constant reconciliation
- other miscellaneous fixes and improvements
1.13.0
- Fix an issue where IAMPolicy's could not contain the Cloud Storage roles of projectEditor or projectOwner.
- Add an option,
iam-format
, toconfig-connector
to control IAM output, options arepolicy
,policymember
, ornone
. ComputeForwardingRule
'starget
field now supports referencing a ComputeTargetSSLProxy and ComputeTargetTCPProxy.DataFlowJob
'sserviceAccountEmail
,network
,subnetwork
,machineType
, andipConfiguration
fields now support updates.- Fix an issue where
config-connector
would error on aProject
resource.
1.12.1
- You can use
config-connector
tool to export Google Cloud resources into Config Connector: documentation - Miscellaneous bug fixes
1.12.0
- Added ability to update streaming DataflowJobs by updating its spec (e.g.
spec.templateGcsPath
). Note that not all fields can be updated, and batch DataflowJobs don't support updates. - Added
IAMPolicy
to the output ofconfig-connector