Skip to content

Commit 5616bc1

Browse files
committed
update changelog with release notes from master branch
1 parent a05fe9e commit 5616bc1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v36.0.2
2+
3+
Kubernetes API Version: v1.36.1
4+
5+
### Uncategorized
6+
- Restored backward compatibility for `Configuration.auth_settings()`:
7+
the legacy `api_key['authorization']` lookup is honored as a fallback
8+
when `api_key['BearerToken']` is not set, fixing 401 Unauthorized
9+
regressions seen after upgrading to v36.0.0 (#2595). (#2604, @GK-07)
10+
11+
### Bug or Regression
12+
- Fix `load_incluster_config()` and `load_kube_config()` (sync and async, with a static token) so requests carry an `Authorization` header on `kubernetes-client/python` v36+. Without this fix, in-cluster pods upgrading to v36 silently send unauthenticated requests and the apiserver rejects them as `system:anonymous`. (#2585, @Jmacek)
13+
14+
### Deprecation
15+
- Support new exec v5 websocket subprotocol (#2486, @aojea)
16+
117
# v36.0.1
218

319
Kubernetes API Version: v1.36.1

0 commit comments

Comments
 (0)