Skip to content

Commit 1935921

Browse files
committed
Update CHANGELOGS and final touch ups
1 parent 1d27f7e commit 1935921

File tree

3 files changed

+6
-37
lines changed

3 files changed

+6
-37
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Master
22
- 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)).
3+
- config.http_proxy_url is deprecated. use configuration.proxy instead.
4+
- Configuration is not a singleton object anymore. Please use Configuraion.set_default to change default configuration.
5+
- Configuration class does not support `ws_streaming_protocol` anymore. In ApiClient.set_default_header set `sec-websocket-protocol` to the preferred websocket protocol.
36

47
# v3.0.0
58
- Fix Operation names for subresources kubernetes/kubernetes#49357

kubernetes/client/ws_client_test.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

scripts/update-pep8.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ done
7878

7979
if [[ ! -z ${ENV} ]]; then
8080
if [[ $(git status --porcelain) != "" ]]; then
81+
cd "${SCRIPT_ROOT}/.."
82+
git --no-pager diff
83+
cd "${SCRIPT_ROOT}/../kubernetes/base"
8184
git --no-pager diff
8285
exit 1
8386
fi

0 commit comments

Comments
 (0)