From f34ba16ac0c90199fe10678b0d2aaeeb07d2bcb9 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 4 Oct 2018 14:48:03 -0700 Subject: [PATCH 1/3] Add release notes for v0.30.0. --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3057c49a..b8a2020a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Minikube Release Notes +# Version 0.30.0 - 10/04/2018 + +* 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) +* Upgrade gluster client in ISO to 4.1.5 [#3162](https://github.com/kubernetes/minikube/pull/3162) +* update nginx ingress controller version to 0.19.0 [#3123](https://github.com/kubernetes/minikube/pull/3123) +* 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) +* waitForDNS should wait for k8s-app=kube-dns pods to be Running [#3186](https://github.com/kubernetes/minikube/pull/3186) + +Huge thank you for this release towards our contributors: +- Anders F Björklund +- Bob Killen +- David Genest +- dlorenc +- Fernando Diaz +- oilbeater +- Raunak Ramakrishnan +- Rui Cao +- samuela +- Sven Anderson +- Thomas Strömberg + # Version 0.29.0 - 09/27/2018 * Issue #3037 change dependency management to dep [#3136](https://github.com/kubernetes/minikube/pull/3136) * Update dashboard version to v1.10.0 [#3122](https://github.com/kubernetes/minikube/pull/3122) @@ -55,8 +81,6 @@ Huge Thank You for this release to our contributors: - wangxy518 - yanxuean - - # Version 0.28.2 - 7/20/2018 * Nvidia driver installation fixed [#2996](https://github.com/kubernetes/minikube/pull/2986) From 02ff59170c77b103f8cea63eea5ac8c7d31137cf Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 4 Oct 2018 16:11:48 -0700 Subject: [PATCH 2/3] Remove test only change from release notes. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a2020a09..e09c5cb4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ * 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) -* waitForDNS should wait for k8s-app=kube-dns pods to be Running [#3186](https://github.com/kubernetes/minikube/pull/3186) Huge thank you for this release towards our contributors: - Anders F Björklund From 7b86c47a0746198e707e3775ecf855d26872ea48 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 5 Oct 2018 14:34:50 -0700 Subject: [PATCH 3/3] Include 1.12 change. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09c5cb4a4..3dac83ade7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # Version 0.30.0 - 10/04/2018 +* 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) @@ -16,6 +17,7 @@ Huge thank you for this release towards our contributors: - Anders F Björklund - Bob Killen - David Genest +- Denis Gladkikh - dlorenc - Fernando Diaz - oilbeater