From d63d00a3e995d1c6fad04706477243068e800150 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Thu, 19 Dec 2019 16:23:55 -0800 Subject: [PATCH 1/2] update version to 1.6.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 722d594b31..8821ffb8c0 100755 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 VERSION_MINOR ?= 6 -VERSION_BUILD ?= 1 +VERSION_BUILD ?= 2 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD} VERSION ?= v$(RAW_VERSION) From 1869d1a6328cb99aa26983000bac8a4b12892ac3 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Thu, 19 Dec 2019 16:34:05 -0800 Subject: [PATCH 2/2] Add changelog for 1.6.2 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15119fbba5..209340d39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Release Notes +A special bugfix release to fix minikube working offline: + +## Version 1.6.2 - 2019-12-19 + +* Offline: always transfer image if lookup fails, always download drivers [#6111](https://github.com/kubernetes/minikube/pull/6111) +* Update ingress-dns addon [#6091](https://github.com/kubernetes/minikube/pull/6091) +* Fix update-context to use KUBECONFIG when the env is set [#6090](https://github.com/kubernetes/minikube/pull/6090) +* Fixed IPv6 format for SSH [#6110](https://github.com/kubernetes/minikube/pull/6110) +* Add hyperkit version check whether user's hyperkit is newer [#5833](https://github.com/kubernetes/minikube/pull/5833) +* start: Remove create/delete retry loop [#6129](https://github.com/kubernetes/minikube/pull/6129) +* Change error text to encourage better issue reports [#6121](https://github.com/kubernetes/minikube/pull/6121) + +Huge thank you for this release towards our contributors: +- Anukul Sangwan +- Aresforchina +- Curtis Carter +- Kenta Iso +- Medya Ghazizadeh +- Sharif Elgamal +- Thomas Strömberg +- Zhou Hao +- priyawadhwa +- tstromberg + + ## Version 1.6.1 - 2019-12-11 A special bugfix release to fix a Windows regression: