From dc6a568830f305cf084b91666d0b4514c3bcbe82 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 9 Oct 2018 14:41:22 -0700 Subject: [PATCH] Highlight the fixed CVE, add accidentally omitted #3148 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dac83ade71e..48f1cadb38dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ # Version 0.30.0 - 10/04/2018 +* **fixes [CVE-2018-1002103](https://github.com/kubernetes/minikube/issues/3208)** Use "kubectl proxy" instead of a NodePort to expose the dashboard [#3210](https://github.com/kubernetes/minikube/pull/3210) * Initial support for Kubernetes 1.12+ [#3180](https://github.com/kubernetes/minikube/pull/3180) -* Use "kubectl proxy" instead of a NodePort to expose the dashboard [#3210](https://github.com/kubernetes/minikube/pull/3210) * Enhance the Ingress Addon [#3099](https://github.com/kubernetes/minikube/pull/3099) * Upgrade cni and cni-plugins to release version [#3152](https://github.com/kubernetes/minikube/pull/3152) * ensure that /dev has settled before operating [#3195](https://github.com/kubernetes/minikube/pull/3195) @@ -12,6 +12,7 @@ * Install crictl from binary instead of from source [#3160](https://github.com/kubernetes/minikube/pull/3160) * Switch the source of libmachine to machine-drivers. [#3185](https://github.com/kubernetes/minikube/pull/3185) * Add psmisc package, for pstree command [#3161](https://github.com/kubernetes/minikube/pull/3161) +* Significant improvements to kvm2 networking [#3148](https://github.com/kubernetes/minikube/pull/3148) Huge thank you for this release towards our contributors: - Anders F Björklund @@ -20,6 +21,7 @@ Huge thank you for this release towards our contributors: - Denis Gladkikh - dlorenc - Fernando Diaz +- Marcus Heese - oilbeater - Raunak Ramakrishnan - Rui Cao