From 08d756aa08daa0b08eff4ceef7127b5c6e84de54 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Fri, 17 Jul 2020 16:09:42 -0400 Subject: [PATCH] remove docs only change --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fc45008..9f260afaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ Features: Bug Fixes: * Fix bugs which prevented upgrades from v1.0+ to v1.12 [#8741](https://github.com/kubernetes/minikube/pull/8741) * Add KicBaseImage to existing config if missing (fixes v1.9.x upgrade) [#8738](https://github.com/kubernetes/minikube/pull/8738) -* add required quote to alias kubectl [#8747](https://github.com/kubernetes/minikube/pull/8747) * multinode: fix control plane not ready on restart [#8698](https://github.com/kubernetes/minikube/pull/8698) * none CNI: error if portmap plug-in is required but unavailable [#8684](https://github.com/kubernetes/minikube/pull/8684) -- GitLab