Skip to content

Commit 6d4587e

Browse files
authored
Merge pull request #804 from roycaihw/10.0.0-snapshot
Update python-base submodule and re-generated client to 10.0.0-snapshot
2 parents 1115bca + 292b04b commit 6d4587e

File tree

1,481 files changed

+178030
-146916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,481 files changed

+178030
-146916
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v10.0.0a1
2+
**Bug Fix:**
3+
- Make watch work with read_namespaced_pod_log [kubernetes-client/python-base#93](https://github.com/kubernetes-client/python-base/pull/93)
4+
- Add Rbac support for creating from YAML [kubernetes-client/python#767](https://github.com/kubernetes-client/python/pull/767)
5+
6+
**New Feature:**
7+
- Config loader supports loading from multiple kubeconfig files [kubernetes-client/python-base#94](https://github.com/kubernetes-client/python-base/pull/94)
8+
- Add a script to fix setup on Windows [kubernetes-client/python#766](https://github.com/kubernetes-client/python/pull/766)
9+
- Extend YAML load functionality to \*LIST and multi-resources [kubernetes-client/python#673](https://github.com/kubernetes-client/python/pull/673)
10+
11+
**API Change:**
12+
- Remove the AdmissionregistrationV1alpha1 API group, containing only the InitializationConfiguration type [kubernetes/kubernetes#72972](https://github.com/kubernetes/kubernetes/pull/72972)
13+
- Promote Lease API to v1 [kubernetes/kubernetes#72239](https://github.com/kubernetes/kubernetes/pull/72239)
14+
- The Ingress API is now available via `NetworkingV1beta1Api`. `ExtensionsV1beta1Api` Ingress objects are deprecated and will no longer be served in Kubernetes v1.18 [kubernetes/kubernetes#74057](https://github.com/kubernetes/kubernetes/pull/74057)
15+
- Introduce RuntimeClass to NodeV1alpha1Api and NodeV1beta1Api [kubernetes/kubernetes#74433](https://github.com/kubernetes/kubernetes/pull/74433)
16+
- Graduate PriorityClass API to GA SchedulingV1Api [kubernetes/kubernetes#73555](https://github.com/kubernetes/kubernetes/pull/73555)
17+
- Introduce CSINodeInfo and CSIDriver to StorageV1beta1Api [kubernetes/kubernetes#74283](https://github.com/kubernetes/kubernetes/pull/74283)
18+
119
# v9.0.0
220
**Bug Fix:**
321
- Add fieldSelector parameter to list/watch methods in custom objects spec [kubernetes-client/gen#106](https://github.com/kubernetes-client/gen/pull/106)

README.md

+34-32
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,19 @@ supported versions of Kubernetes clusters.
8383

8484
#### Compatibility matrix
8585

86-
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 |
87-
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------|-----------------|-----------------|
88-
| client-python 1.0 | + || - | - |- |- | | | | |
89-
| client-python 2.0 | + | + || - |- |- | | | | |
90-
| client-python 3.0 | + | + | + ||- |- | | | | |
91-
| client-python 4.0 | + | + | + | + ||- | | | | |
92-
| client-python 5.0 | + | + | + | + |+ || | | | |
93-
| client-python 6.0 | + | + | + | + |+ |+ || | | |
94-
| client-python 7.0 | + | + | + | + |+ |+ |+ || | |
95-
| client-python 8.0 | + | + | + | + |+ |+ |+ |+ || |
96-
| client-python 9.0 | + | + | + | + |+ |+ |+ |+ |+ ||
97-
| client-python HEAD | + | + | + | + |+ |+ |+ |+ |+ ||
86+
| | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
87+
|--------------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
88+
| client-python 1.0 || - | - |- |- |- |- |- |- |- |
89+
| client-python 2.0 | + || - |- |- |- |- |- |- |- |
90+
| client-python 3.0 | + | + ||- |- |- |- |- |- |- |
91+
| client-python 4.0 | + | + | + ||- |- |- |- |- |- |
92+
| client-python 5.0 | + | + | + |+ ||- |- |- |- |- |
93+
| client-python 6.0 | + | + | + |+ |+ ||- |- |- |- |
94+
| client-python 7.0 | + | + | + |+ |+ |+ ||- |- |- |
95+
| client-python 8.0 | + | + | + |+ |+ |+ |+ ||- |- |
96+
| client-python 9.0 | + | + | + |+ |+ |+ |+ |+ ||- |
97+
| client-python 10.0 | + | + | + |+ |+ |+ |+ |+ |+ ||
98+
| client-python HEAD | + | + | + |+ |+ |+ |+ |+ |+ ||
9899

99100
Key:
100101

@@ -108,26 +109,27 @@ Key:
108109
See the [CHANGELOG](./CHANGELOG.md) for a detailed description of changes
109110
between client-python versions.
110111

111-
| Client version | Canonical source for OpenAPI spec | Maintenance status |
112-
|----------------|--------------------------------------|-------------------------------|
113-
| 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch ||
114-
| 1.0.x | Kubernetes main repo, 1.5 branch ||
115-
| 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch ||
116-
| 2.0.x | Kubernetes main repo, 1.6 branch ||
117-
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
118-
| 3.0 | Kubernetes main repo, 1.7 branch ||
119-
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch ||
120-
| 4.0 | Kubernetes main repo, 1.8 branch ||
121-
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
122-
| 5.0 | Kubernetes main repo, 1.9 branch ||
123-
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||
124-
| 6.0 | Kubernetes main repo, 1.10 branch ||
125-
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
126-
| 7.0 | Kubernetes main repo, 1.11 branch ||
127-
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch ||
128-
| 8.0 | Kubernetes main repo, 1.12 branch ||
129-
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
130-
| 9.0 | Kubernetes main repo, 1.13 branch ||
112+
| Client version | Canonical source for OpenAPI spec | Maintenance status |
113+
|-----------------|--------------------------------------|-------------------------------|
114+
| 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch ||
115+
| 1.0.x | Kubernetes main repo, 1.5 branch ||
116+
| 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch ||
117+
| 2.0.x | Kubernetes main repo, 1.6 branch ||
118+
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
119+
| 3.0 | Kubernetes main repo, 1.7 branch ||
120+
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch ||
121+
| 4.0 | Kubernetes main repo, 1.8 branch ||
122+
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
123+
| 5.0 | Kubernetes main repo, 1.9 branch ||
124+
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||
125+
| 6.0 | Kubernetes main repo, 1.10 branch ||
126+
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
127+
| 7.0 | Kubernetes main repo, 1.11 branch ||
128+
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch ||
129+
| 8.0 | Kubernetes main repo, 1.12 branch ||
130+
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
131+
| 9.0 | Kubernetes main repo, 1.13 branch ||
132+
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
131133

132134

133135
Key:

0 commit comments

Comments
 (0)