File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+
4+ ## Version 1.18.1 - 2021-03-04
5+
6+ Features:
7+
8+ * kvm2 driver: Add flag --kvm-numa-count" support topology-manager simulate numa [ #10471 ] ( https://github.com/kubernetes/minikube/pull/10471 )
9+
10+ Minor Improvements:
11+
12+ * Spanish translations [ #10687 ] ( https://github.com/kubernetes/minikube/pull/10687 )
13+ * Change podman priority to default on Linux [ #10458 ] ( https://github.com/kubernetes/minikube/pull/10458 )
14+
15+ Bug Fixes:
16+
17+ * Remove WSLENV empty check from IsMicrosoftWSL [ #10711 ] ( https://github.com/kubernetes/minikube/pull/10711 )
18+ * Added WaitGroups to prevent stderr/stdout from being empty in error logs [ #10694 ] ( https://github.com/kubernetes/minikube/pull/10694 )
19+
20+ Version changes:
21+
22+ * Restore kube-cross build image and bump go to version 1.16 [ #10691 ] ( https://github.com/kubernetes/minikube/pull/10691 )
23+ * Bump github.com/spf13/viper from 1.7.0 to 1.7.1 [ #10658 ] ( https://github.com/kubernetes/minikube/pull/10658 )
24+
25+ Thank you to our contributors for this release!
26+
27+ - Anders F Björklund
28+ - Emanuel
29+ - Ilya Zuyev
30+ - Medya Ghazizadeh
31+ - Sharif Elgamal
32+ - Steven Powell
33+ - phantooom
34+
35+
336## Version 1.18.0 - 2021-03-01
437
538Bug Fixes:
Original file line number Diff line number Diff line change 1515# Bump these on release - and please check ISO_VERSION for correctness.
1616VERSION_MAJOR ?= 1
1717VERSION_MINOR ?= 18
18- VERSION_BUILD ?= 0
18+ VERSION_BUILD ?= 1
1919RAW_VERSION =$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
2020VERSION ?= v$(RAW_VERSION )
2121
You can’t perform that action at this time.
0 commit comments