Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1712b52

Browse files
committed
collect master branch changelog since 10.0.0 release
1 parent caf68e3 commit 1712b52

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# v11.0.0a1
22
**New Feature:**
33
- Add dynamic client [kubernetes-client/python-base#56](https://github.com/kubernetes-client/python-base/pull/56)
4+
- `create_from_yaml` supports creation from dict and namespace option [kubernetes-client/python#795](https://github.com/kubernetes-client/python/pull/795)
45

56
**Breaking Change:**
67
- The Python client will be generated by openapi-generator, with the following breaking changes [kubernetes-client/gen#97](https://github.com/kubernetes-client/gen/pull/97)
78
- `kubernetes.client.apis` package is renamed to `kubernetes.client.api`
89
- `kubernetes` package code now uses absolute import instead of relative import
910
- API requests won't have `Content-Type` specified in HTTP headers
1011
- The `swagger_types` attribute in all models is renamed to `openapi_types`
12+
- Python3.4 is no longer supported [kubernetes-client/python#807](https://github.com/kubernetes-client/python/pull/807)
1113

1214
**API Change:**
1315
- Introduce `ExtensionsV1beta1RuntimeClassStrategyOptions` and `PolicyV1beta1RuntimeClassStrategyOptions`. Add RuntimeClass restrictions & defaulting to PodSecurityPolicy [kubernetes/kubernetes#73795](https://github.com/kubernetes/kubernetes/pull/73795)
@@ -22,6 +24,17 @@
2224
- Introduce `inline_volume_spec` to `V1PersistentVolumeSpec` [kubernetes/kubernetes#77703](https://github.com/kubernetes/kubernetes/pull/77703)
2325
- Add fields `x_kubernetes_embedded_resource`, `x_kubernetes_int_or_string`, `x_kubernetes_preserve_unknown_fields` to V1beta1JSONSchemaProps [kubernetes/kubernetes#77207](https://github.com/kubernetes/kubernetes/pull/77207)
2426

27+
**Bug Fix:**
28+
- Update `_load_azure_token` to hande str and int [kubernetes-client/python-base#141](https://github.com/kubernetes-client/python-base/pull/141)
29+
- Correct regex to properly parse rfc3339 microseconds [kubernetes-client/python-base#150](https://github.com/kubernetes-client/python-base/pull/150)
30+
31+
# v10.0.1
32+
**Bug Fix:**
33+
- Fix content type regression in custom object patch API [kubernetes-client/python#866](https://github.com/kubernetes-client/python/issues/866)
34+
35+
**Security Fix:**
36+
- Bump urllib3 version to pick up security fix for CVE-2019-11324 [kubernetes-client/python#897](https://github.com/kubernetes-client/python/pull/897)
37+
2538
# v10.0.0
2639
**Bug Fix:**
2740
- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79)

0 commit comments

Comments
 (0)