Merge pull request #111 from kubernetes-incubator/mbohlool-patch-1

Update CHANGELOG.md
This commit is contained in:
Mehdy Bohlool 2017-01-25 14:49:40 -08:00 committed by GitHub
commit d383faa3eb

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