Update CHANGELOG.md

This commit is contained in:
Mehdy Bohlool 2017-01-25 14:30:25 -08:00 committed by GitHub
parent 13ac533707
commit f2e6d83d07

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