Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 20401fb

Browse files
chore: release 2.2.0 (#52)
* chore: release 2.2.0 * docs: add specific features to changelog Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bu Sun Kim <[email protected]>
1 parent d3f5465 commit 20401fb

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@
44

55
[1]: https://pypi.org/project/google-cloud-container/#history
66

7+
## [2.2.0](https://www.github.com/googleapis/python-container/compare/v2.1.0...v2.2.0) (2020-11-17)
8+
9+
All changes are from [#51](https://www.github.com/googleapis/python-container/issues/51) / [d3f5465](https://www.github.com/googleapis/python-container/commit/d3f546574300cd18bb0cb1627f226cfe34ee8098)
10+
11+
### Features
12+
13+
* support for GetJSONWebKeys
14+
* support for Workload Identity
15+
* support for Gvisor in nodes
16+
* support for node reservation affinity
17+
* support for Customer Managed Encryption in nodes
18+
* support for NodeLocalDNS
19+
* support for ConfigConnector
20+
* support for private cluster VPC peering
21+
* support for CloudRun load balancers
22+
* support using routes for pod IPs
23+
* support for Shielded Nodes
24+
* support for release channels
25+
* support for disabling default sNAT
26+
* operations now store more granular progress
27+
* support for node Surge Upgrades
28+
* support for updating node pool locations.
29+
* support for Node Auto Provisioning
30+
* support for specifying node disk size and type
31+
32+
33+
34+
### Bug Fixes
35+
* deprecate SetLocations; use UpdateCluster
36+
* provide name alias for GetOperation (as method signature annotation)
37+
* deprecate basic auth fields (removed in 1.19 clusters)
38+
* deprecate Cluster/NodePool.status_message; use conditions
39+
740
## [2.1.0](https://www.github.com/googleapis/python-container/compare/v2.0.1...v2.1.0) (2020-09-16)
841

942

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-container"
2424
description = "Google Container Engine API client library"
25-
version = "2.1.0"
25+
version = "2.2.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)