Skip to content

Commit b09ee50

Browse files
authored
Merge pull request #9432 from medyagh/release_1_14
Release v.1.14.0
2 parents 567d2f2 + 315169e commit b09ee50

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,51 @@
11
# Release Notes
22

3+
## Version 1.14.0 - 2020-10-08
4+
5+
## Features
6+
7+
* Delete context when stopped [#9414](https://github.com/kubernetes/minikube/pull/9414)
8+
* New flag "--ports" to expose ports for docker & podman drivers [#9404](https://github.com/kubernetes/minikube/pull/9404)
9+
10+
## Bug Fixes and minor improvements
11+
12+
* Ingress addon: fix the controller name [#9413](https://github.com/kubernetes/minikube/pull/9413)
13+
* docker/podman drivers: no panic when updating mount-string with no configuration [#9412](https://github.com/kubernetes/minikube/pull/9412)
14+
* Improve solution message when there is no space left on device [#9316](https://github.com/kubernetes/minikube/pull/9316)
15+
16+
* To see more changes checkout the last beta release notes [1.14.0-beta.0](https://github.com/kubernetes/minikube/releases/tag/v1.14.0-beta.0).
17+
18+
Thank you to our contributors for this release.
19+
20+
- Anders F Björklund
21+
- Asare Worae
22+
- Medya Ghazizadeh
23+
- Prajilesh N
24+
- Predrag Rogic
25+
- Priya Wadhwa
26+
- Thomas Strömberg
27+
- ToonvanStrijp
28+
329
## Version 1.14.0-beta.0 - 2020-10-06
430

531
## Features
32+
633
* add dedicated network for docker driver [#9294](https://github.com/kubernetes/minikube/pull/9294)
734
* Make sure gcp-auth addon can be enabled on startup [#9318](https://github.com/kubernetes/minikube/pull/9318)
835

936
## Bug Fixes
37+
1038
* Fix minikube status bug when cluster is paused [#9383](https://github.com/kubernetes/minikube/pull/9383)
1139
* don't allow profile name to be less than 2 characters [#9367](https://github.com/kubernetes/minikube/pull/9367)
1240
* fix: "profile list" shows paused clusters as "Running" [#8978](https://github.com/kubernetes/minikube/pull/8978)
1341
* Fix error in unittest, as pointed out by warning [#9345](https://github.com/kubernetes/minikube/pull/9345)
1442

1543
## Updates
44+
1645
* update kicbase image to ubuntu-based [#9353](https://github.com/kubernetes/minikube/pull/9353)
1746

1847
Thank you to our contributors for this release!
48+
1949
- Anders F Björklund
2050
- Bob Killen
2151
- Daniel Weibel

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 ?= 14
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)