File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ # v8.0.0
2+ ** New Feature:**
3+ - Add utility to create API resource from yaml file [ kubernetes-client/python #655 ] ( https://github.com/kubernetes-client/python/pull/655 )
4+
15# v8.0.0b1
26** Bug Fix:**
37- Update ExecProvider to use safe\_ get() to tolerate kube-config file that sets
Original file line number Diff line number Diff line change @@ -118,12 +118,13 @@ between client-python versions.
118118| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
119119| 4.0 | Kubernetes main repo, 1.8 branch | ✗ |
120120| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ |
121- | 5.0 | Kubernetes main repo, 1.9 branch | ✓ |
121+ | 5.0 | Kubernetes main repo, 1.9 branch | ✗ |
122122| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ |
123123| 6.0 | Kubernetes main repo, 1.10 branch | ✓ |
124124| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✗ |
125125| 7.0 | Kubernetes main repo, 1.11 branch | ✓ |
126- | 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch | ✓ |
126+ | 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch | ✗ |
127+ | 8.0 | Kubernetes main repo, 1.12 branch | ✓ |
127128
128129
129130Key:
You can’t perform that action at this time.
0 commit comments