File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
29
## Version 1.8.1 - 2020-03-06
4
30
5
31
Minor bug fix:
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 ?= 8
18
- VERSION_BUILD ?= 1
18
+ VERSION_BUILD ?= 2
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