Skip to content

Commit 80de523

Browse files
Merge pull request #2630 from yliaog/master
update changelog with release notes from master branch
2 parents 6cc5456 + 4119fe7 commit 80de523

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v36.0.3
2+
3+
Kubernetes API Version: v1.36.2
4+
5+
### Bug or Regression
6+
- Fix Watch.stream selecting watch instead of follow when streaming pod logs.
7+
- Start the leader election worker thread as a daemon so it does not block process shutdown.
8+
- Fix readline_channel, readline_stdout and readline_stderr crashing with OverflowError when using the default timeout, and returning None when a timeout expires.
9+
- Fix format_quantity returning imprecise, non-canonical values for the milli, micro and nano suffixes, and ignoring quantize=Decimal(0).
10+
11+
# v36.0.2
12+
13+
Kubernetes API Version: v1.36.1
14+
15+
### Uncategorized
16+
- Restored backward compatibility for `Configuration.auth_settings()`:
17+
the legacy `api_key['authorization']` lookup is honored as a fallback
18+
when `api_key['BearerToken']` is not set, fixing 401 Unauthorized
19+
regressions seen after upgrading to v36.0.0 (#2595). (#2604, @GK-07)
20+
121
# v36.0.1
222

323
Kubernetes API Version: v1.36.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ supported versions of Kubernetes clusters.
134134
- [client 33.y.z](https://pypi.org/project/kubernetes/33.1.0/): Kubernetes 1.32 or below (+-), Kubernetes 1.33 (✓), Kubernetes 1.34 or above (+-)
135135
- [client 34.y.z](https://pypi.org/project/kubernetes/34.1.0/): Kubernetes 1.33 or below (+-), Kubernetes 1.34 (✓), Kubernetes 1.35 or above (+-)
136136
- [client 35.y.z](https://pypi.org/project/kubernetes/35.0.0/): Kubernetes 1.34 or below (+-), Kubernetes 1.35 (✓), Kubernetes 1.36 or above (+-)
137-
- [client 36.y.z](https://pypi.org/project/kubernetes/36.0.1/): Kubernetes 1.35 or below (+-), Kubernetes 1.36 (✓), Kubernetes 1.37 or above (+-)
137+
- [client 36.y.z](https://pypi.org/project/kubernetes/36.0.3/): Kubernetes 1.35 or below (+-), Kubernetes 1.36 (✓), Kubernetes 1.37 or above (+-)
138138

139139

140140
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.

0 commit comments

Comments
 (0)