Skip to content

Commit f4b4128

Browse files
authored
Merge pull request #14389 from spowelljr/minikube1.26
Release minikube 1.26
2 parents 6bd9cb2 + 207003f commit f4b4128

File tree

2 files changed

+98
-1
lines changed

2 files changed

+98
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.26.0 - 2022-06-22
4+
5+
Features:
6+
* Add `headlamp` addon [#14315](https://github.com/kubernetes/minikube/pull/14315)
7+
* Add `InAccel FPGA Operator` addon [#12995](https://github.com/kubernetes/minikube/pull/12995)
8+
9+
QEMU:
10+
* Only set highmem=off for darwin if qemu version is below 7.0 or memory is below 3GB [#14291](https://github.com/kubernetes/minikube/pull/14291)
11+
* Define qemu as a qemu2 driver alias [#14284](https://github.com/kubernetes/minikube/pull/14284)
12+
* Allow users to supply custom QEMU firmware path [#14283](https://github.com/kubernetes/minikube/pull/14283)
13+
14+
Minor Improvements:
15+
* Add eBPF related kernel options [#14316](https://github.com/kubernetes/minikube/pull/14316)
16+
* Add bind address flag for `minikube tunnel` [#14245](https://github.com/kubernetes/minikube/pull/14245)
17+
* Add active column for `minikube profile list` [#14079](https://github.com/kubernetes/minikube/pull/14079)
18+
* Add documentation URL to the addon list table [#14123](https://github.com/kubernetes/minikube/pull/14123)
19+
* `minikube config defaults kubernetes-version` lists all currently supported Kubernetes versions [#13775](https://github.com/kubernetes/minikube/pull/13775)
20+
* Support starting minikube with the Podman driver on NixOS systems [#12739](https://github.com/kubernetes/minikube/pull/12739)
21+
22+
Bug Fixes:
23+
* Fix terminated commands not writing to audit log [#13307](https://github.com/kubernetes/minikube/pull/13307)
24+
* Fix Podman port mapping publish on macOS [#14290](https://github.com/kubernetes/minikube/pull/14290)
25+
* Fix `minikube delete` deleting networks from other profiles [#14279](https://github.com/kubernetes/minikube/pull/14279)
26+
27+
Version Upgrades:
28+
* Bump Kubernetes version default: v1.24.1 and latest: v1.24.1 [#14197](https://github.com/kubernetes/minikube/pull/14197)
29+
* ISO: Upgrade Docker from 20.10.14 to 20.10.16 [#14153](https://github.com/kubernetes/minikube/pull/14153)
30+
* ISO: Upgrade kernel from 4.19.235 to 5.10.57 [#12707](https://github.com/kubernetes/minikube/pull/12707)
31+
* Upgrade Dashboard addon from v2.5.1 to v2.6.0 & MetricsScraper from v1.0.7 to v1.0.8 [#14269](https://github.com/kubernetes/minikube/pull/14269)
32+
* Upgrade gcp-auth-webhook from v0.0.8 to v0.0.9 [#14372](https://github.com/kubernetes/minikube/pull/14372)
33+
* Upgrade nginx image from v1.2.0 to v1.2.1 [#14317](https://github.com/kubernetes/minikube/pull/14317)
34+
35+
**Important Changes in Pre-Release Versions**
36+
Features:
37+
* Add configure option to registry-aliases addon [#13912](https://github.com/kubernetes/minikube/pull/13912)
38+
* Add support for building aarch64 ISO [#13762](https://github.com/kubernetes/minikube/pull/13762)
39+
* Support rootless Podman driver (Usage: `minikube config set rootless true`) [#13829](https://github.com/kubernetes/minikube/pull/13829)
40+
41+
QEMU:
42+
* Add support for the QEMU driver [#13639](https://github.com/kubernetes/minikube/pull/13639)
43+
* Fix qemu firmware path locations [#14182](https://github.com/kubernetes/minikube/pull/14182)
44+
* Re-establish apiserver tunnel on restart [#14183](https://github.com/kubernetes/minikube/pull/14183)
45+
46+
For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
47+
48+
Thank you to our contributors for this release!
49+
50+
- Alex Andrews
51+
- Anders F Björklund
52+
- Elias Koromilas
53+
- Francis Laniel
54+
- Giildo
55+
- Harsh Vardhan
56+
- Jack Zhang
57+
- Jeff MAURY
58+
- Kevin Grigorenko
59+
- Kian-Meng Ang
60+
- Leonardo Grasso
61+
- Medya Ghazizadeh
62+
- Nikhil Sharma
63+
- Nils Fahldieck
64+
- Pablo Caderno
65+
- Peter Becich
66+
- Predrag Rogic
67+
- Santhosh Nagaraj S
68+
- Sharif Elgamal
69+
- Steven Powell
70+
- Toshiaki Inukai
71+
- klaases
72+
- lakshkeswani
73+
- layakdev
74+
- lilongfeng
75+
- simonren-tes
76+
- ziyi-xie
77+
- 李龙峰
78+
79+
Thank you to our PR reviewers for this release!
80+
81+
- spowelljr (76 comments)
82+
- sharifelgamal (11 comments)
83+
- medyagh (8 comments)
84+
- afbjorklund (6 comments)
85+
- kakkoyun (2 comments)
86+
- knrt10 (2 comments)
87+
- mprimeaux (2 comments)
88+
- shu-mutou (2 comments)
89+
- javierhonduco (1 comments)
90+
- nburlett (1 comments)
91+
92+
Thank you to our triage members for this release!
93+
94+
- spowelljr (39 comments)
95+
- RA489 (30 comments)
96+
- sharifelgamal (27 comments)
97+
- afbjorklund (14 comments)
98+
- klaases (14 comments)
99+
3100
## Version 1.26.0-beta.1 - 2022-05-17
4101

5102
QEMU driver enhancements:

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

0 commit comments

Comments
 (0)