Skip to content

Commit 09f9140

Browse files
authored
Merge pull request #10718 from ilya-zuyev/ilyaz/release_1.18.1
Release 1.18.1
2 parents 9aee24b + 320a665 commit 09f9140

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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

538
Bug Fixes:

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

0 commit comments

Comments
 (0)