Skip to content

Commit 006b13b

Browse files
committed
release 1.27.1
1 parent 05d6a3f commit 006b13b

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Release Notes
22

3+
## Version 1.27.1 - 2022-10-07
4+
5+
Features (Experimental):
6+
* Implement socket_vmnet network (QEMU) for macOS [#14989](https://github.com/kubernetes/minikube/pull/14989)
7+
8+
Minor Imprevements:
9+
* Check if context is invalid during update-context command [#15032](https://github.com/kubernetes/minikube/pull/15032)
10+
* Use SSH tunnel if user specifies bindAddress [#14951](https://github.com/kubernetes/minikube/pull/14951)
11+
* Warn QEMU users if DNS issue detected [#15073](https://github.com/kubernetes/minikube/pull/15073)
12+
13+
Bug Fixes:
14+
* Fix status command taking a long time on docker driver while paused [#15077](https://github.com/kubernetes/minikube/pull/15077)
15+
* Fix not allowing passing only an exposed port to --ports [#15085](https://github.com/kubernetes/minikube/pull/15085)
16+
* Fix `minikube dashboard` failing on macOS [#15037](https://github.com/kubernetes/minikube/pull/15037)
17+
* Fix incorrect command in powershell command tip [#15012](https://github.com/kubernetes/minikube/pull/15012)
18+
19+
Version Upgrades:
20+
* Bump Kubernetes version default: v1.25.2 and latest: v1.25.2 [#14995](https://github.com/kubernetes/minikube/pull/14995)
21+
* Upgrade kubernetes dashboard from v2.6.0 to v2.7.0 [#15000](https://github.com/kubernetes/minikube/pull/15000)
22+
23+
For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
24+
25+
Thank you to our contributors for this release!
26+
27+
- Anthony Nandaa
28+
- Jeff MAURY
29+
- Medya Ghazizadeh
30+
- Rob Leland
31+
- Steven Powell
32+
- Yuiko Mouri
33+
- cokia
34+
- klaases
35+
- ziyi-xie
36+
37+
Thank you to our PR reviewers for this release!
38+
39+
- eiffel-fl (9 comments)
40+
- medyagh (6 comments)
41+
- AkihiroSuda (2 comments)
42+
- klaases (2 comments)
43+
- t-inu (1 comments)
44+
45+
Thank you to our triage members for this release!
46+
47+
- klaases (31 comments)
48+
- RA489 (30 comments)
49+
- afbjorklund (17 comments)
50+
- nikimanoledaki (7 comments)
51+
- medyagh (3 comments)
52+
53+
Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.27.1/) for this release!
54+
355
## Version 1.27.0 - 2022-09-15
456

557
Kubernetes v1.25:

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