File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
+ ## Version 1.16.0 - 2020-12-17
3
+ * fix ip node retrieve for none driver [ #9986 ] ( https://github.com/kubernetes/minikube/pull/9986 )
4
+ * remove experimental warning for multinode [ #9987 ] ( https://github.com/kubernetes/minikube/pull/9987 )
5
+ * Enable Ingress Addon for Docker Windows [ #9761 ] ( https://github.com/kubernetes/minikube/pull/9761 )
6
+ * Bump preload to v8 to include updated dashboard [ #9984 ] ( https://github.com/kubernetes/minikube/pull/9984 )
7
+ * Add ssh-host command for getting the ssh host keys [ #9630 ] ( https://github.com/kubernetes/minikube/pull/9630 )
8
+ * Added sub-step logging to adm init step on start [ #9904 ] ( https://github.com/kubernetes/minikube/pull/9904 )
9
+ * Add --node option for command ` ip ` and ` ssh-key ` [ #9873 ] ( https://github.com/kubernetes/minikube/pull/9873 )
10
+ * Upgrade Docker, from 20.10.0 to 20.10.1 [ #9966 ] ( https://github.com/kubernetes/minikube/pull/9966 )
11
+ * Upgrade kubernetes dashboard to v2.1.0 for 1.20 [ #9963 ] ( https://github.com/kubernetes/minikube/pull/9963 )
12
+ * Upgrade buildkit from 0.8.0 to 0.8.1 [ #9967 ] ( https://github.com/kubernetes/minikube/pull/9967 )
13
+
14
+ Thank you to our contributors for this release!
15
+
16
+ - Anders F Björklund
17
+ - Jituri, Pranav
18
+ - Ling Samuel
19
+ - Sharif Elgamal
20
+ - Steven Powell
21
+ - Thomas Strömberg
22
+ - priyawadhwa
23
+ - wangxy518
24
+
2
25
## Version 1.16.0-beta.0 - 2020-12-14
3
26
4
27
Features:
Original file line number Diff line number Diff line change 15
15
# Bump these on release - and please check ISO_VERSION for correctness.
16
16
VERSION_MAJOR ?= 1
17
17
VERSION_MINOR ?= 16
18
- VERSION_BUILD ?= 0-beta.0
18
+ VERSION_BUILD ?= 0
19
19
RAW_VERSION =$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
20
20
VERSION ?= v$(RAW_VERSION )
21
21
You can’t perform that action at this time.
0 commit comments