Skip to content

Commit 5a8fd2f

Browse files
committed
Update Makefile for v1.24.0 release
1 parent ef9a1a3 commit 5a8fd2f

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Release Notes
22

3+
## Version 1.24.0 - 2021-11-04
4+
5+
Features:
6+
* Add --no-kubernetes flag to start minikube without kubernetes [#12848](https://github.com/kubernetes/minikube/pull/12848)
7+
* `minikube addons list` shows addons if cluster does not exist [#12837](https://github.com/kubernetes/minikube/pull/12837)
8+
9+
Bug fixes:
10+
* virtualbox: change default `host-only-cidr` [#12811](https://github.com/kubernetes/minikube/pull/12811)
11+
* fix zsh completion [#12841](https://github.com/kubernetes/minikube/pull/12841)
12+
* Fix starting on Windows with VMware driver on non `C:` drive [#12819](https://github.com/kubernetes/minikube/pull/12819)
13+
14+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
15+
16+
Thank you to our contributors for this release!
17+
18+
- Akira Yoshiyama
19+
- Keyhoh
20+
- Medya Ghazizadeh
21+
- Nicolas Busseneau
22+
- Sharif Elgamal
23+
- Steven Powell
24+
- Toshiaki Inukai
25+
26+
Thank you to our PR reviewers for this release!
27+
28+
- spowelljr (11 comments)
29+
- sharifelgamal (10 comments)
30+
- afbjorklund (6 comments)
31+
- atoato88 (5 comments)
32+
- medyagh (3 comments)
33+
- yosshy (1 comments)
34+
35+
Thank you to our triage members for this release!
36+
37+
- sharifelgamal (13 comments)
38+
- afbjorklund (9 comments)
39+
- spowelljr (6 comments)
40+
- medyagh (3 comments)
41+
- Sarathgiggso (2 comments)
42+
343
## Version 1.24.0-beta.0 - 2021-10-28
444

545
Features:

Makefile

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

0 commit comments

Comments
 (0)