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

Commit 5c3dec5

Browse files
authored
Release 0.2.0 (#6841)
1 parent 0337ca5 commit 5c3dec5

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
12-04-2018 11:28 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Pick up fixes to GAPIC generator. ([#6634](https://github.com/googleapis/google-cloud-python/pull/6634))
15+
- Fix `client_info` bug, update docstrings. ([#6407](https://github.com/googleapis/google-cloud-python/pull/6407))
16+
- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/googleapis/google-cloud-python/pull/5364))
17+
- Fix bad trove classifier
18+
19+
### Dependencies
20+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
21+
22+
### Documentation
23+
- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
24+
- Container: harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6018](https://github.com/googleapis/google-cloud-python/pull/6018))
25+
- Rename releases to changelog and include from CHANGELOG.md ([#5191](https://github.com/googleapis/google-cloud-python/pull/5191))
26+
27+
### Internal / Testing Changes
28+
- Update noxfile.
29+
- blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
30+
- Omit local dependencies from coverage. ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
31+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
32+
- Unblack container gapic and protos.
33+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
34+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
35+
- Pass posargs to py.test ([#6653](https://github.com/googleapis/google-cloud-python/pull/6653))
36+
- Update synth.py yaml location ([#6480](https://github.com/googleapis/google-cloud-python/pull/6480))
37+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
38+
- Container: add 'synth.py'. ([#6084](https://github.com/googleapis/google-cloud-python/pull/6084))
39+
- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
40+
- Modify system tests to use prerelease versions of grpcio ([#5304](https://github.com/googleapis/google-cloud-python/pull/5304))
41+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
42+
743
## 0.1.1
844

945
### Dependencies

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

0 commit comments

Comments
 (0)