Merge pull request #60 from kubernetes-incubator/c2

Add CHANGELOG.md
This commit is contained in:
mbohlool 2016-12-12 23:42:48 -08:00 committed by GitHub
commit be854fe3bf

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# current-version
- Add context switch to kube config loader
- Test coverage improvments
# v1.0.0-alpha2
- auto-generated client from K8s OpenAPI spec
- kube-config support
- in-cluster config support: Run scripts inside kubernetes cluster
- watch support
# v1.0.0-alpha1
Skipped because of a failed initial release.