Skip to content

Commit 9f1e482

Browse files
Merge pull request #9990 from sharifelgamal/1.16.0
Update Makefile and release notes for 1.16.0 release
2 parents c50f38b + 79c883a commit 9f1e482

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# 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+
225
## Version 1.16.0-beta.0 - 2020-12-14
326

427
Features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 16
18-
VERSION_BUILD ?= 0-beta.0
18+
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)