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
+
1
5
# v8.0.0b1
2
6
** Bug Fix:**
3
7
- 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.
118
118
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
119
119
| 4.0 | Kubernetes main repo, 1.8 branch | ✗ |
120
120
| 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 | ✗ |
122
122
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ |
123
123
| 6.0 | Kubernetes main repo, 1.10 branch | ✓ |
124
124
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✗ |
125
125
| 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 | ✓ |
127
128
128
129
129
130
Key:
You can’t perform that action at this time.
0 commit comments