Add command and argument control to changelog

pull/6/head
Paul Morie 2015-04-09 22:32:40 -04:00
parent 4f3f19511f
commit 343b423208
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
### Features
- Various improvements to kubectl
- Improvements to API Server caching
- Full control over container command (docker entrypoint) and arguments (docker cmd);
users of v1beta3 must change to use the Args field of the container for images that
set a default entrypoint
### Bug fixes
- Disable image GC since it was causing docker pull problems