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

Commit a41e778

Browse files
authored
Release google-cloud-container 0.3.0 (#8830)
1 parent 387ee0d commit a41e778

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.3.0
8+
9+
07-30-2019 10:28 PDT
10+
11+
12+
### Implementation Changes
13+
14+
### New Features
15+
- Add 'client_options' support, update list method docstrings (via synth). ([#8501](https://github.com/googleapis/google-cloud-python/pull/8501))
16+
- Add synth support for v1beta1 API version (via manual synth). ([#8436](https://github.com/googleapis/google-cloud-python/pull/8436))
17+
- Allow kwargs to be passed to create_channel (via synth). ([#8384](https://github.com/googleapis/google-cloud-python/pull/8384))
18+
19+
### Dependencies
20+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
21+
- Update pin for 'grpc-google-iam-v1' to 0.12.3+. ([#8647](https://github.com/googleapis/google-cloud-python/pull/8647))
22+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
23+
24+
### Documentation
25+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
26+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
27+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
28+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
29+
30+
### Internal / Testing Changes
31+
- Pin black version (via synth). ([#8575](https://github.com/googleapis/google-cloud-python/pull/8575))
32+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8347](https://github.com/googleapis/google-cloud-python/pull/8347))
33+
- Add disclaimer to auto-generated template files (via synth). ([#8309](https://github.com/googleapis/google-cloud-python/pull/8309))
34+
- Update noxfile and setup.py (via synth). ([#8298](https://github.com/googleapis/google-cloud-python/pull/8298))
35+
- Blacken (via synth). ([#8285](https://github.com/googleapis/google-cloud-python/pull/8285))
36+
- Add routing header to method metadata, add nox session `docs` (via synth). ([#7922](https://github.com/googleapis/google-cloud-python/pull/7922))
37+
- Copy proto files alongside protoc versions.
38+
- Minor gapic-generator change. ([#7225](https://github.com/googleapis/google-cloud-python/pull/7225))
39+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
40+
- Update copyright headers ([#7140](https://github.com/googleapis/google-cloud-python/pull/7140))
41+
- Protoc-generated serialization update. ([#7078](https://github.com/googleapis/google-cloud-python/pull/7078))
42+
- Pick up stub docstring fix in GAPIC generator. ([#6966](https://github.com/googleapis/google-cloud-python/pull/6966))
43+
744
## 0.2.1
845

946
12-17-2018 16:36 PST

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 = "0.2.1"
25+
version = "0.3.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)