Skip to content

Commit

Permalink
Update CHANGELOGS and final touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohlool committed Oct 10, 2017
1 parent 1d27f7e commit 1935921
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Master
- 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)).
- config.http_proxy_url is deprecated. use configuration.proxy instead.
- Configuration is not a singleton object anymore. Please use Configuraion.set_default to change default configuration.
- Configuration class does not support `ws_streaming_protocol` anymore. In ApiClient.set_default_header set `sec-websocket-protocol` to the preferred websocket protocol.

# v3.0.0
- Fix Operation names for subresources kubernetes/kubernetes#49357
Expand Down
37 changes: 0 additions & 37 deletions kubernetes/client/ws_client_test.py

This file was deleted.

3 changes: 3 additions & 0 deletions scripts/update-pep8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ done

if [[ ! -z ${ENV} ]]; then
if [[ $(git status --porcelain) != "" ]]; then
cd "${SCRIPT_ROOT}/.."
git --no-pager diff
cd "${SCRIPT_ROOT}/../kubernetes/base"
git --no-pager diff
exit 1
fi
Expand Down

0 comments on commit 1935921

Please sign in to comment.