Skip to content

Commit da60760

Browse files
authored
Merge pull request #1664 from cclauss/patch-2
Fix typos discovered by codespell
2 parents fb72141 + 03c7714 commit da60760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Kubernetes API Version: v1.19.15
439439
- CustomResourceDefinition schemas that use `x-kubernetes-list-map-keys` to specify properties that uniquely identify list items must make those properties required or have a default value, to ensure those properties are present for all list items. See https://kubernetes.io/docs/reference/using-api/api-concepts/#merge-strategy for details. ([kubernetes/kubernetes#88076](https://github.com/kubernetes/kubernetes/pull/88076), [@eloyekunle](https://github.com/eloyekunle)) [SIG API Machinery and Testing]
440440
- Fixed missing validation of uniqueness of list items in lists with `x-kubernetes-list-type: map` or `x-kubernetes-list-type: set` in CustomResources. ([kubernetes/kubernetes#84920](https://github.com/kubernetes/kubernetes/pull/84920), [@sttts](https://github.com/sttts)) [SIG API Machinery]
441441
- Fixes a regression with clients prior to 1.15 not being able to update podIP in pod status, or podCIDR in node spec, against >= 1.16 API servers ([kubernetes/kubernetes#88505](https://github.com/kubernetes/kubernetes/pull/88505), [@liggitt](https://github.com/liggitt)) [SIG Apps and Network]
442-
- Ingress: Add Exact and Prefix maching to Ingress PathTypes ([kubernetes/kubernetes#88587](https://github.com/kubernetes/kubernetes/pull/88587), [@cmluciano](https://github.com/cmluciano)) [SIG Apps, Cluster Lifecycle and Network]
442+
- Ingress: Add Exact and Prefix matching to Ingress PathTypes ([kubernetes/kubernetes#88587](https://github.com/kubernetes/kubernetes/pull/88587), [@cmluciano](https://github.com/cmluciano)) [SIG Apps, Cluster Lifecycle and Network]
443443
- Ingress: Add alternate backends via TypedLocalObjectReference ([kubernetes/kubernetes#88775](https://github.com/kubernetes/kubernetes/pull/88775), [@cmluciano](https://github.com/cmluciano)) [SIG Apps and Network]
444444
- Ingress: allow wildcard hosts in IngressRule ([kubernetes/kubernetes#88858](https://github.com/kubernetes/kubernetes/pull/88858), [@cmluciano](https://github.com/cmluciano)) [SIG Network]
445445
- Introduces optional --detect-local flag to kube-proxy.
@@ -804,7 +804,7 @@ be deprecated as and when Kubernetes version v1.15 gets deprecated.
804804

805805
# v9.0.0b1
806806
**Breaking Change:**
807-
- Move dependancy adal under extra require [kubernetes-client/python-base#108](https://github.com/kubernetes-client/python-base/pull/108)
807+
- Move dependency adal under extra require [kubernetes-client/python-base#108](https://github.com/kubernetes-client/python-base/pull/108)
808808

809809
**Bug Fix:**
810810
- Honor the specified resource version in stream request when watch restarts [kubernetes-client/python-base#109](https://github.com/kubernetes-client/python-base/pull/109)
@@ -981,7 +981,7 @@ be deprecated as and when Kubernetes version v1.15 gets deprecated.
981981
- IntOrString is now object thus it can be int or string. #18 #359
982982
- Adding stream package to support calls like exec. The old way of calling them is deprecated. See [Troubleshooting](README.md#why-execattach-calls-doesnt-work)).
983983
- config.http_proxy_url is deprecated. use configuration.proxy instead.
984-
- Configuration is not a singleton object anymore. Please use Configuraion.set_default to change default configuration.
984+
- Configuration is not a singleton object anymore. Please use Configuration.set_default to change default configuration.
985985
- Configuration class does not support `ws_streaming_protocol` anymore. In ApiClient.set_default_header set `sec-websocket-protocol` to the preferred websocket protocol.
986986

987987
# v3.0.0
@@ -1052,7 +1052,7 @@ be deprecated as and when Kubernetes version v1.15 gets deprecated.
10521052

10531053
- Add context switch to kube config loader #46
10541054
- Add default kube config location #64
1055-
- Add suport for accessing multiple clusters #7
1055+
- Add support for accessing multiple clusters #7
10561056
- Bugfix: Python client does not resolve relative paths in kubeconfig #68
10571057
- Bugfix: `read_namespaced_pod_log` get None response #57
10581058
- Improved test coverage #54

0 commit comments

Comments
 (0)