File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## Version 1.30.0 - 2023-03-31
3+ ## Version 1.30.1 - 2023-04-04
4+
5+ * Docker driver: Fix incorrectly stating ` Image was not built for the current minikube ` [ #16226 ] ( https://github.com/kubernetes/minikube/pull/16226 )
6+ * Mark VMware driver as unsupported [ #16233 ] ( https://github.com/kubernetes/minikube/pull/16233 )
7+
8+ For a more detailed changelog, see [ CHANGELOG.md] ( https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md ) .
9+
10+ Thank you to our contributors for this release!
11+
12+ - Juan Martin Loyola
13+ - Medya Ghazizadeh
14+ - Steven Powell
15+
16+ Thank you to our PR reviewers for this release!
17+
18+ - medyagh (1 comments)
19+
20+ Thank you to our triage members for this release!
21+
22+ - afbjorklund (8 comments)
23+ - spowelljr (6 comments)
24+ - kundan2707 (2 comments)
25+ - medyagh (1 comments)
26+ - rafariossaa (1 comments)
27+
28+ Check out our [ contributions leaderboard] ( https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.30.1/ ) for this release!
29+
30+ ## Version 1.30.0 - 2023-04-03
431
532Features:
633* Implement experimental QEMU on Windows [ #15781 ] ( https://github.com/kubernetes/minikube/pull/15781 )
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 ?= 30
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