Skip to content

Commit d14272a

Browse files
committed
update changelog with release notes from master branch
1 parent e3173eb commit d14272a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v36.0.1
2+
3+
Kubernetes API Version: v1.36.1
4+
5+
### Bug or Regression
6+
- 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)
7+
8+
### Deprecation
9+
- Support new exec v5 websocket subprotocol (#2486, @aojea)
10+
111
# v36.0.0
212

313
Kubernetes API Version: v1.36.1

0 commit comments

Comments
 (0)