Skip to content

Commit b9b2365

Browse files
committed
Update CHANGELOG
Co-authored-by: Haowei Cai <haoweic@google.com> Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
1 parent 1ffa61d commit b9b2365

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
# v12.0.0
214

315
Kubernetes API Version: 1.16.15
@@ -7,8 +19,6 @@ Kubernetes API Version: 1.16.15
719
- Support loading configuration from file-like objects [kubernetes-client/python-base#208](https://github.com/kubernetes-client/python-base/pull/208)
820
- Returns the created k8s objects in `create_from_{dict,yaml}` [kubernetes-client/python#1262](https://github.com/kubernetes-client/python/pull/1262)
921

10-
**Bug Fix:**
11-
- Prevent 503s from killing the client during discovery [kubernetes-client/python-base#187](https://github.com/kubernetes-client/python-base/pull/187)
1222

1323
# v12.0.0b1
1424

0 commit comments

Comments
 (0)