Changelog

0.6.8 (2024-02-22)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12307) (be87bc4)

  • fix ValueError in test__validate_universe_domain (dd749df)

0.6.7 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (27dceb9)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (27dceb9)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (27dceb9)

0.6.6 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12240) (d51f832)

0.6.5 (2024-01-04)

Features

  • added Binary Authorization support which is a deploy-time security control that ensures only trusted container images are deployed (30f5d0e)

  • added force-deletion support for AWS Clusters & Node Pools (30f5d0e)

  • added proxy support for Attached Clusters (30f5d0e)

  • added support for a new admin-groups flag in the create and update APIs (30f5d0e)

  • added support for EC2 Spot instance types for AWS Node Pools (30f5d0e)

  • added support for per-node-pool subnet security group rules for AWS Node Pools (30f5d0e)

  • added Surge Update and Rollback support for AWS Node Pools (30f5d0e)

  • expanded Kubernetes version info (30f5d0e)

Documentation

  • updated comments of existing fields (30f5d0e)

0.6.4 (2023-12-07)

Features

  • Add support for python 3.12 (fb6f9db)

  • Introduce compatibility with native namespace packages (fb6f9db)

Bug Fixes

  • Require proto-plus >= 1.22.3 (fb6f9db)

  • Use retry_async instead of retry in async client (fb6f9db)

0.6.3 (2023-09-19)

Documentation

0.6.2 (2023-07-05)

Bug Fixes

0.6.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#66) (cabb6f7)

0.6.0 (2023-02-02)

Features

  • Added reconciling and update_time output fields to Azure Client resource. (76ed673)

  • Added support for Azure workload identity federation (76ed673)

0.5.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (970b8d3)

Documentation

  • Add documentation for enums (970b8d3)

0.5.0 (2023-01-12)

Features

0.4.0 (2023-01-04)

Features

  • Add AWS Autoscaling Group metrics collection for AWS nodepools (3f1fa55)

  • Add errors output fields for cluster and nodepool resources (3f1fa55)

  • Add monitoring config (3f1fa55)

  • Support AttachedClusters (3f1fa55)

0.3.0 (2022-12-15)

Features

  • Add support for google.cloud.gke_multicloud.__version__ (de41e74)

  • Add typing to proto.Message based class attributes (de41e74)

Bug Fixes

  • Add dict typing for client_options (de41e74)

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (71ad415)

  • Drop usage of pkg_resources (71ad415)

  • Fix timeout default values (71ad415)

Documentation

  • samples: Snippetgen handling of repeated enum field (de41e74)

  • samples: Snippetgen should call await on the operation coroutine before calling result (71ad415)

0.2.2 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#34) (36ffc90)

  • deps: require google-api-core>=1.33.2 (36ffc90)

0.2.1 (2022-10-03)

Bug Fixes

  • deps: Require protobuf >= 3.20.2 (#31) (8c73990)

0.2.0 (2022-09-16)

Features

Bug Fixes

  • deps: require google-api-core>=1.33.1,>=2.8.0 (763dbc4)

  • deps: require protobuf >= 3.20.1 (763dbc4)

0.1.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#10) (d5f33a6)

  • deps: require proto-plus >= 1.22.0 (d5f33a6)

0.1.0 (2022-07-08)

Features