From 2f4dba0b4b630c613e28f7d7600dcf5f14c4db95 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 16:06:45 +0000 Subject: [PATCH 1/2] chore: release 2.2.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af4e2ce..d09bb513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-container/#history +## [2.2.0](https://www.github.com/googleapis/python-container/compare/v2.1.0...v2.2.0) (2020-11-17) + + +### Features + +* **v1:** update client with new API features ([#51](https://www.github.com/googleapis/python-container/issues/51)) ([d3f5465](https://www.github.com/googleapis/python-container/commit/d3f546574300cd18bb0cb1627f226cfe34ee8098)) + ## [2.1.0](https://www.github.com/googleapis/python-container/compare/v2.0.1...v2.1.0) (2020-09-16) diff --git a/setup.py b/setup.py index 085bcbcc..4269f48b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-container" description = "Google Container Engine API client library" -version = "2.1.0" +version = "2.2.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From cd94849c03c0ea64dcc93308ba80df669a8eaeb3 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 17 Nov 2020 09:12:11 -0700 Subject: [PATCH 2/2] docs: add specific features to changelog --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09bb513..671e415d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,36 @@ ## [2.2.0](https://www.github.com/googleapis/python-container/compare/v2.1.0...v2.2.0) (2020-11-17) +All changes are from [#51](https://www.github.com/googleapis/python-container/issues/51) / [d3f5465](https://www.github.com/googleapis/python-container/commit/d3f546574300cd18bb0cb1627f226cfe34ee8098) ### Features -* **v1:** update client with new API features ([#51](https://www.github.com/googleapis/python-container/issues/51)) ([d3f5465](https://www.github.com/googleapis/python-container/commit/d3f546574300cd18bb0cb1627f226cfe34ee8098)) +* support for GetJSONWebKeys +* support for Workload Identity +* support for Gvisor in nodes +* support for node reservation affinity +* support for Customer Managed Encryption in nodes +* support for NodeLocalDNS +* support for ConfigConnector +* support for private cluster VPC peering +* support for CloudRun load balancers +* support using routes for pod IPs +* support for Shielded Nodes +* support for release channels +* support for disabling default sNAT +* operations now store more granular progress +* support for node Surge Upgrades +* support for updating node pool locations. +* support for Node Auto Provisioning +* support for specifying node disk size and type + + + +### Bug Fixes +* deprecate SetLocations; use UpdateCluster +* provide name alias for GetOperation (as method signature annotation) +* deprecate basic auth fields (removed in 1.19 clusters) +* deprecate Cluster/NodePool.status_message; use conditions ## [2.1.0](https://www.github.com/googleapis/python-container/compare/v2.0.1...v2.1.0) (2020-09-16)