Changelog

PyPI History

2.5.0 (2021-06-30)

Features

  • add always_use_jwt_access ( #119 ) ( bb598c4 )

  • support for NodeAutoprovisioning ImageType ( #107 ) ( d56f699 )

Documentation

2.4.1 (2021-05-16)

Bug Fixes

  • deps:add packaging requirement ( #97 ) ( 1c46866 )

2.4.0 (2021-03-24)

Features

  • add from_service_account_info ( #66 ) ( f4f154d )

2.3.1 (2021-02-18)

Bug Fixes

  • remove client recv msg limit fix: add enums to types/__init__.py ( #60 ) ( 9207193 )

2.3.0 (2020-12-08)

Features

  • sync v1beta1 GKE API; deprecate SetLocations and use UpdateCluster; support for sysctls config in Linux nodes; support for node kubelet config controlling CPU manager policy, CFS quota; support for Customer Managed Encryption ( 17f0a29 )

Bug Fixes

Documentation

  • python:update intersphinx for grpc and auth ( #53 ) ( 6a0fef7 )

2.2.0 (2020-11-17)

All changes are from #51 / d3f5465

Features

  • 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 (2020-09-16)

Features

  • regenerate client lib to pick up new mtls env ( #44 ) ( c4ffea0 )

2.0.1 (2020-07-24)

Bug Fixes

Documentation

2.0.0 (2020-07-16)

⚠ BREAKING CHANGES

Features

1.0.1 (2020-06-16)

Bug Fixes

  • fix release_status in setup.py ( #27 ) ( d853d99 )

1.0.0 (2020-06-16)

Features

  • release as production/stable ( #24 ) ( 0e0095d )

0.5.0 (2020-04-14)

Features

  • make project_id , zone , cluster_id , node_pool optional arguments to methods in cluster_manager_client ; change default timeout config; add 2.7 sunset warning; bump copyright year to 2020 (via synth)( #8 ) ( 6afc050 )

0.4.0 (2020-02-03)

Features

  • container:add ‘list_usable_subnetworks’ method; apply proto annotations (via synth) ( #9741 ) ( 541a9e3 )

0.3.0

07-30-2019 10:28 PDT

Implementation Changes

New Features

  • Add ‘client_options’ support, update list method docstrings (via synth). ( #8501 )

  • Add synth support for v1beta1 API version (via manual synth). ( #8436 )

  • Allow kwargs to be passed to create_channel (via synth). ( #8384 )

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. ( #8709 )

  • Update pin for ‘grpc-google-iam-v1’ to 0.12.3+. ( #8647 )

  • Remove classifier for Python 3.4 for end-of-life. ( #7535 )

Documentation

  • Update intersphinx mapping for requests. ( #8805 )

  • Link to googleapis.dev documentation in READMEs. ( #8705 )

  • Add compatibility check badges to READMEs. ( #8288 )

  • Add docs job to publish to googleapis.dev. ( #8464 )

Internal / Testing Changes

  • Pin black version (via synth). ( #8575 )

  • Declare encoding as utf-8 in pb2 files (via synth). ( #8347 )

  • Add disclaimer to auto-generated template files (via synth). ( #8309 )

  • Update noxfile and setup.py (via synth). ( #8298 )

  • Blacken (via synth). ( #8285 )

  • Add routing header to method metadata, add nox session docs (via synth). ( #7922 )

  • Copy proto files alongside protoc versions.

  • Minor gapic-generator change. ( #7225 )

  • Add protos as an artifact to library ( #7205 )

  • Update copyright headers ( #7140 )

  • Protoc-generated serialization update. ( #7078 )

  • Pick up stub docstring fix in GAPIC generator. ( #6966 )

0.2.1

12-17-2018 16:36 PST

Documentation

  • Document Python 2 deprecation ( #6910 )

  • Improve linkage between container docs pages. ( #6852 )

Internal / Testing Changes

  • Add baseline for synth.metadata

0.2.0

12-04-2018 11:28 PST

Implementation Changes

  • Import iam.policy from google.api_core.iam.policy ( #6741 )

  • Pick up fixes to GAPIC generator. ( #6634 )

  • Fix client_info bug, update docstrings. ( #6407 )

  • Avoid overwriting ‘ module’ of messages from shared modules. ( #5364 )

  • Fix bad trove classifier

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. ( #6391 )

Documentation

  • Docs: normalize use of support level badges ( #6159 )

  • Container: harmonize / DRY ‘README.rst’ / ‘docs/index.rst’. ( #6018 )

  • Rename releases to changelog and include from CHANGELOG.md ( #5191 )

Internal / Testing Changes

  • Update noxfile.

  • blacken all gen’d libs ( #6792 )

  • Omit local dependencies from coverage. ( #6701 )

  • Run black at end of synth.py ( #6698 )

  • Unblack container gapic and protos.

  • Run Black on Generated libraries ( #6666 )

  • Add templates for flake8, coveragerc, noxfile, and black. ( #6642 )

  • Pass posargs to py.test ( #6653 )

  • Update synth.py yaml location ( #6480 )

  • Use new Nox ( #6175 )

  • Container: add ‘synth.py’. ( #6084 )

  • Nox: use inplace installs ( #5865 )

  • Modify system tests to use prerelease versions of grpcio ( #5304 )

  • Add Test runs for Python 3.7 and remove 3.4 ( #5295 )

0.1.1

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Documentation

  • Replacing references to stable/ docs with latest/ . (#4638)

Testing and internal changes

  • Re-enable lint for tests, remove usage of pylint (#4921)

  • Normalize all setup.py files (#4909)

  • nox unittest updates (#4646)

0.1.0

image

Google Kubernetes Engine is a managed environment for deploying containerized applications. It brings our latest innovations in developer productivity, resource efficiency, automated operations, and open source flexibility to accelerate your time to market.

PyPI: https://pypi.org/project/google-cloud-container/0.1.0/

Create a Mobile Website
View Site in Mobile | Classic
Share by: