Skip to content

Commit 5c90c18

Browse files
committed
Update CHANGELOG and README to reflect v12.0.0 and v12.0.1
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 927dedd commit 5c90c18

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v12.0.1
2+
3+
Kubernetes API Version: 1.16.15
4+
5+
**Breaking Change:**
6+
7+
- `kubernetes.config.Configuration()` will now return the default "initial" configuration, `kubernetes.config.Configuration.get_default_copy()` will return the default configuration if there is a default set via `Configuration.set_default(c)`, otherwise, it will also return the default "initial" configuration. [OpenAPITools/openapi-generator#4485](https://github.com/OpenAPITools/openapi-generator/pull/4485), [OpenAPITools/openapi-generator#5315](https://github.com/OpenAPITools/openapi-generator/pull/5315). **Note: ** This change also affects v12.0.0a1, v12.0.0b1 and v12.0.0.
8+
9+
**Bug Fix:**
10+
- Prevent 503s from killing the client during discovery [kubernetes-client/python-base#187](https://github.com/kubernetes-client/python-base/pull/187)
11+
12+
13+
# v12.0.0
14+
15+
Kubernetes API Version: 1.16.15
16+
17+
**New Feature:**
18+
- Implement Port Forwarding [kubernetes-client/python-base#210](https://github.com/kubernetes-client/python-base/pull/210), [kubernetes-client/python-base#211](https://github.com/kubernetes-client/python-base/pull/211), [kubernetes-client/python#1237](https://github.com/kubernetes-client/python/pull/1237)
19+
- Support loading configuration from file-like objects [kubernetes-client/python-base#208](https://github.com/kubernetes-client/python-base/pull/208)
20+
- Returns the created k8s objects in `create_from_{dict,yaml}` [kubernetes-client/python#1262](https://github.com/kubernetes-client/python/pull/1262)
21+
22+
123
# v12.0.0b1
224

325
Kubernetes API Version: 1.16.14

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,13 @@ between client-python versions.
115115
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch ||
116116
| 8.0 | Kubernetes main repo, 1.12 branch ||
117117
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
118-
| 9.0 | Kubernetes main repo, 1.13 branch | |
118+
| 9.0 | Kubernetes main repo, 1.13 branch | |
119119
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
120120
| 10.0 | Kubernetes main repo, 1.14 branch ||
121121
| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch ||
122122
| 11.0 | Kubernetes main repo, 1.15 branch ||
123+
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch ||
124+
| 12.0 | Kubernetes main repo, 1.16 branch ||
123125

124126
Key:
125127

@@ -174,4 +176,3 @@ This will cause a failure in non-exec/attach calls. If you reuse your api clien
174176
recreate it between api calls that use _stream_ and other api calls.
175177

176178
See more at [exec example](examples/pod_exec.py).
177-

0 commit comments

Comments
 (0)