Commit 343b4232 authored by Paul Morie's avatar Paul Morie

Add command and argument control to changelog

parent 4f3f1951
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment