From 343b423208e96acfb134892660ee24fbf976104b Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Thu, 9 Apr 2015 22:32:40 -0400 Subject: [PATCH] Add command and argument control to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d962a7de31..d4318babfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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