Skip to content

Commit fe869b5

Browse files
authored
Merge pull request #15088 from spowelljr/release1271
Release 1.27.1
2 parents 05d6a3f + 4c895c6 commit fe869b5

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

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

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

558
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)