Skip to content

Commit 1d1cde4

Browse files
committed
Release v1.30.0
1 parent f4f5c2a commit 1d1cde4

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.30.0 - 2023-03-30
4+
5+
Features:
6+
* Implement experimental QEMU on Windows [#15781](https://github.com/kubernetes/minikube/pull/15781)
7+
8+
Major Improvements:
9+
* Ensure only one `minikube tunnel` instance runs at a time [#15834](https://github.com/kubernetes/minikube/pull/15834)
10+
* Infer HyperKit HostIP as Gateway rather than hardcode to 192.168.64.1  [#15720](https://github.com/kubernetes/minikube/pull/15720)
11+
* multi-node: Add support for volumes using CSI addon [#15829](https://github.com/kubernetes/minikube/pull/15829)
12+
13+
Minor Improvements:
14+
* QEMU: Rename `user` network to `builtin` and update documentation [#15793](https://github.com/kubernetes/minikube/pull/15793)
15+
* none driver: Look for cri-dockerd instead of hardcoding [#15784](https://github.com/kubernetes/minikube/pull/15784)
16+
* Replace instances of `k8s.gcr.io` with `registry.k8s.io` [#16200](https://github.com/kubernetes/minikube/pull/16200)
17+
* Handle CRI config of NetworkPlugin and PauseImage [#14703](https://github.com/kubernetes/minikube/pull/14703)
18+
* Remove deprecated `container-runtime` flag from Kubernetes v1.24+ [#16124](https://github.com/kubernetes/minikube/pull/16124)
19+
* Add cri-dockerd logs to `minikube logs` output [#16149](https://github.com/kubernetes/minikube/pull/16149)
20+
* Add ingress logs to `minikube logs` output [#15775](https://github.com/kubernetes/minikube/pull/15775)
21+
* Add default cni logs to `minikbue logs` output [#15909](https://github.com/kubernetes/minikube/pull/15909)
22+
* Add JSON output option to `miniikube service list` [#15831](https://github.com/kubernetes/minikube/pull/15831)
23+
* Add kicbase download process to JSON output [#15685](https://github.com/kubernetes/minikube/pull/15685)
24+
* Implement `--docs` for `minikube addons list -o json` [#15866](https://github.com/kubernetes/minikube/pull/15866)
25+
* Implement `--skip-audit` flag and skip adding `profile` commands to audit log [#15872](https://github.com/kubernetes/minikube/pull/15872)
26+
* Implement `--last-start-only` flag to `minikube logs` to only show last start logs [#15770](https://github.com/kubernetes/minikube/pull/15770)
27+
28+
Bugs:
29+
* Fix failing to enable metallb addon [#16056](https://github.com/kubernetes/minikube/pull/16056)
30+
* Fix failing to enable cloud-spanner addon [#15743](https://github.com/kubernetes/minikube/pull/15743)
31+
* Fix gcp-auth --refresh failing when existing cluster and minikube binary have differing gcp-auth image version [#15985](https://github.com/kubernetes/minikube/pull/15985)
32+
* Fix numerous image related bugs when enabling addons [#15984](https://github.com/kubernetes/minikube/pull/15984)
33+
* Fix some addons from erroring when trying to disable an already disabled addon [#16139](https://github.com/kubernetes/minikube/pull/16139)
34+
* Fix panic if `docker version` returns exit code 0 with unexpected output [#15851](https://github.com/kubernetes/minikube/pull/15851)
35+
* Fix `minikube service` not honoring `--wait` arg [#15735](https://github.com/kubernetes/minikube/pull/15735)
36+
* Fix `minikube service` table format & hide unreachable URLs on Docker/Windows [#15911](https://github.com/kubernetes/minikube/pull/15911)
37+
* Fix `minikube addons list` output showing incorrect status of default addons [#15762](https://github.com/kubernetes/minikube/pull/15762)
38+
* Fix `minikube mount` printing an empty mount type [#15731](https://github.com/kubernetes/minikube/pull/15731)
39+
* Fix bash completion for kubectl symlinked to minikube by not adding `--cluster` flag for the `kubectl __complete` subcommand [#15850](https://github.com/kubernetes/minikube/pull/15850)
40+
41+
Version Upgrades:
42+
* Bump Kubernetes version default: v1.26.3 and latest: v1.27.0-rc.0 [#16181](https://github.com/kubernetes/minikube/pull/16181)
43+
* Addons: Update ingress-nginx/kube-webhook-certgen image from v1.0 to v20230312-helm-chart-4.5.2-28-g66a760794 [#16199](https://github.com/kubernetes/minikube/pull/16199) [#16179](https://github.com/kubernetes/minikube/pull/16179)
44+
* Addons: Update ingress-nginx/controller image from v1.5.1 to v1.7.0 [#15882](https://github.com/kubernetes/minikube/pull/15882) [#16179](https://github.com/kubernetes/minikube/pull/16179)
45+
* Addons: Update cloud-spanner-emulator/emulator image from v1.5.0 to 1.5.2 [#15974](https://github.com/kubernetes/minikube/pull/15974) [#16142](https://github.com/kubernetes/minikube/pull/16142)
46+
* Addons: Update metrics-server/metrics-server image from v0.6.2 to v0.6.3 [#16136](https://github.com/kubernetes/minikube/pull/16136)
47+
* Addons: Update headlamp-k8s/headlamp image from v0.14.1 to v0.16.0 [#15995](https://github.com/kubernetes/minikube/pull/15995) [#16065](https://github.com/kubernetes/minikube/pull/16065)
48+
* Addons: Update k8s-minikube/auto-pause-hook image from v0.0.3 to v0.0.4 [#16025](https://github.com/kubernetes/minikube/pull/16025)
49+
* Addons: Update k8s-minikube/gcp-auth-webhook image from v0.0.13 to v0.0.14 [#16012](https://github.com/kubernetes/minikube/pull/16012)
50+
* Kicbase/ISO: Update containerd from v1.6.15 to v1.7.0 [#15923](https://github.com/kubernetes/minikube/pull/15923) [#15973](https://github.com/kubernetes/minikube/pull/15973) [#16168](https://github.com/kubernetes/minikube/pull/16168)
51+
* Kicbase/ISO: Update buildkit from v0.10.3 to v0.11.4 [#15728](https://github.com/kubernetes/minikube/pull/15728) [#16079](https://github.com/kubernetes/minikube/pull/16079)
52+
* Kicbase/ISO: Update cri-dockerd from 0.3.0 to 0.3.1 [#15752](https://github.com/kubernetes/minikube/pull/15752)
53+
* Kicbase: Update base image from ubuntu:focal-20221019 to ubuntu:focal-20230308 [#15768](https://github.com/kubernetes/minikube/pull/15768) [#15991](https://github.com/kubernetes/minikube/pull/15991) [#16068](https://github.com/kubernetes/minikube/pull/16068)
54+
* ISO: Update runc from v1.1.4 to v1.1.5
55+
* ISO: Update podman from v3.4.2 to v3.4.7 [#15565](https://github.com/kubernetes/minikube/pull/15565)
56+
* CNI: Update kindnetd from v20221004-44d545d1 to v20230227-15197099 [#15940](https://github.com/kubernetes/minikube/pull/15940)
57+
58+
For a more detailed changelog, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
59+
60+
Thank you to our contributors for this release!
61+
62+
- Anders F Björklund
63+
- Bart Van Bos
64+
- Ben Krieger
65+
- Denys Kondratenko
66+
- Elizabeth Martin Campos
67+
- Jeff MAURY
68+
- Kundan Kumar
69+
- Max Xu
70+
- Maxime Brunet
71+
- Medya Ghazizadeh
72+
- Nick Mancari
73+
- Om Saran
74+
- Pablo Caderno
75+
- Predrag Rogic
76+
- Qasim Sarfraz
77+
- S Santhosh Nagaraj
78+
- Shubh Bapna
79+
- Steven Powell
80+
- Sudharsan Rangarajan
81+
- Swastik Gour
82+
- chncaption
83+
- coffemakingtoaster
84+
- joaquimrocha
85+
- nickmancari
86+
- shixiuguo
87+
- sunyuxuan
88+
- swastik959
89+
- syxunion
90+
- yolossn
91+
- Товарищ программист
92+
93+
Thank you to our PR reviewers for this release!
94+
95+
- spowelljr (57 comments)
96+
- medyagh (43 comments)
97+
- neersighted (6 comments)
98+
- shu-mutou (4 comments)
99+
- afbjorklund (2 comments)
100+
- akdean (1 comments)
101+
- tstromberg (1 comments)
102+
103+
Thank you to our triage members for this release!
104+
105+
- afbjorklund (90 comments)
106+
- spowelljr (25 comments)
107+
- kundan2707 (20 comments)
108+
- medyagh (9 comments)
109+
- ComradeProgrammer (6 comments)
110+
111+
Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.30.0/) for this release!
112+
3113
## Version 1.29.0 - 2023-01-26
4114

5115
Features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 29
17+
VERSION_MINOR ?= 30
1818
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)

0 commit comments

Comments
 (0)