Skip to content

Commit eb13446

Browse files
author
priyawadhwa
authored
Merge pull request #7033 from priyawadhwa/release
Release minikube v1.8.2
2 parents 6d16146 + 1372c47 commit eb13446

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Release Notes
22

3+
## Version 1.8.2 - 2020-03-13
4+
5+
Bug Fixes:
6+
* Fix dockerd internal port changing on restart [#7021](https://github.com/kubernetes/minikube/pull/7021)
7+
* none: Skip driver preload and image caching [#7015](https://github.com/kubernetes/minikube/pull/7015)
8+
* preload: fix bug for windows file separators [#6968](https://github.com/kubernetes/minikube/pull/6968)
9+
10+
11+
Documentation:
12+
* Add doc for running ebpf based tools in minikube [#6914](https://github.com/kubernetes/minikube/pull/6914)
13+
14+
15+
New Features:
16+
* Update NewestKubernetesVersion to 1.18.0-beta.2 [#6988](https://github.com/kubernetes/minikube/pull/6988)
17+
* allow setting api-server port for docker/podman drivers [#6991](https://github.com/kubernetes/minikube/pull/6991)
18+
19+
Huge thank you for this release towards our contributors:
20+
- Anders F Björklund
21+
- Ian Molee
22+
- Kenta Iso
23+
- Medya Ghazizadeh
24+
- Priya Wadhwa
25+
- Sharif Elgamal
26+
- Thomas Strömberg
27+
28+
329
## Version 1.8.1 - 2020-03-06
430

531
Minor bug fix:

Makefile

+1-1
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 ?= 8
18-
VERSION_BUILD ?= 1
18+
VERSION_BUILD ?= 2
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD}
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)