Merge branch 'master' into more-e2e-tests

This commit is contained in:
Mehdy Bohlool 2017-01-25 14:51:41 -08:00 committed by GitHub
commit 839ce73570

View File

@ -1,3 +1,12 @@
# v1.0.0b1
- Support insecure-skip-tls-verify config flag #99
- Added example for using yaml files as models #63
- Added end to end tests #41, #94
- Bugfix: Fix ValueError in list_namespaced_config_map #104
- Bugfix: Export missing models #101
- Bugfix: Patch operations #93
# v1.0.0a5
- Bugfix: Missing fields in some models #85, kubernetes/kubernetes#39465