Skip to content

Release 10.0.0 #864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jul 2, 2019
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
06776ce
Rebase code and add namespaced method
johscheuer Mar 25, 2019
15d36c9
Use optional parameter for method
johscheuer Mar 26, 2019
80339ef
Add more documentation to new namespace parameter
johscheuer Apr 8, 2019
914b6aa
Updating Submodule for GCP Email Scope Addition
axelsteingrimsson Apr 9, 2019
7fb3a25
Merge pull request #809 from axelsteingrimsson/add_email_scope_to_gcp…
k8s-ci-robot Apr 9, 2019
a579f15
Fix broken dependencies.
Ark-kun Apr 23, 2019
89de1fa
Correct inconsistent spacing and typos
Apr 27, 2019
5e512ff
Merge pull request #820 from scottilee/docs
k8s-ci-robot Apr 27, 2019
05c1a43
Merge pull request #816 from Ark-kun/patch-1
k8s-ci-robot Jun 18, 2019
c86e489
Merge pull request #782 from johscheuer/create-from-yaml-namespaced
k8s-ci-robot Jun 18, 2019
d7300db
Don't use latest stable version for minikube
oz123 Jun 21, 2019
c4c18d9
Merge pull request #856 from oz123/test-suite-change-k8s-version
k8s-ci-robot Jun 25, 2019
14f97fc
update python-base submodule
roycaihw Jul 1, 2019
13394b0
add changelog for python-base update
roycaihw Jul 1, 2019
8622ac4
generated client update for 10.0.0-snapshot
roycaihw Jul 1, 2019
38e35af
add changelog for python repo changes; update readme
roycaihw Jul 1, 2019
c488354
Merge pull request #861 from roycaihw/release-10.0.0
k8s-ci-robot Jul 2, 2019
6cc3331
Merge branch 'master' of github.com:kubernetes-client/python into rel…
roycaihw Jul 2, 2019
47102be
update version constants for 10.0.0 release
roycaihw Jul 2, 2019
9c8bd4a
re-generated client for 10.0.0 release
roycaihw Jul 2, 2019
9e8b65c
add CHANGELOG for CR api change from kubernetes-client/gen repo
roycaihw Jul 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
**New Feature:**
- Add method to dynamically set namespace in yaml utility [kubernetes-client/python#782](https://github.com/kubernetes-client/python/pull/782)

**API Change:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this happening on the release branch, not on master?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was merged yesterday kubernetes-client/gen#119 and gets included today since we pull the latest kubernetes-client/gen. It's a backwards-compatible fix IMO, so I keep it here. The master branch will sync up when we re-generate client there next time (11.0.0a1)

alternatively I can pin kubernetes-client/gen to exclude this change for this release. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. fine to include it.

- Add json-patch to custom object patch method [kubernetes-client/gen#119](https://github.com/kubernetes-client/gen/pull/119)

# v10.0.0a1
**Bug Fix:**
- Make watch work with read_namespaced_pod_log [kubernetes-client/python-base#93](https://github.com/kubernetes-client/python-base/pull/93)
Expand Down