Skip to content

Commit 8220a6e

Browse files
authored
Merge pull request #17585 from spowelljr/minikube1320
Release v1.32.0
2 parents e39c386 + ea770f6 commit 8220a6e

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.32.0 - 2023-11-07
4+
5+
Features:
6+
* rootless: support `--container-runtime=docker` [#17520](https://github.com/kubernetes/minikube/pull/17520)
7+
8+
Minor Improvements:
9+
* Install NVIDIA container toolkit during image build (offline support) [#17516](https://github.com/kubernetes/minikube/pull/17516)
10+
11+
Bugs:
12+
* Fix no-limit option for config validation [#17530](https://github.com/kubernetes/minikube/pull/17530)
13+
14+
Version Upgrades:
15+
* Addon ingress: Update ingress-nginx/controller image from v1.9.3 to v1.9.4 [#17525](https://github.com/kubernetes/minikube/pull/17525)
16+
* Addon inspektor-gadget: Update inspektor-gadget image from v0.21.0 to v0.22.0 [#17550](https://github.com/kubernetes/minikube/pull/17550)
17+
* Addon kong: Update kong/kubernetes-ingress-controller image from 2.9.3 to 2.12.0 [#17526](https://github.com/kubernetes/minikube/pull/17526)
18+
* Addon nvidia-device-plugin: Update nvidia/k8s-device-plugin image from v0.14.1 to v0.14.2 [#17523](https://github.com/kubernetes/minikube/pull/17523)
19+
* Kicbase/ISO: Update buildkit from v0.12.2 to v0.12.3 [#17486](https://github.com/kubernetes/minikube/pull/17486)
20+
* Kicbase/ISO: Update containerd from v1.7.7 to v1.7.8 [#17527](https://github.com/kubernetes/minikube/pull/17527)
21+
* Kicbase/ISO: Update docker from 24.0.6 to 24.0.7 [#17545](https://github.com/kubernetes/minikube/pull/17545)
22+
23+
For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
24+
25+
Thank you to our contributors for this release!
26+
27+
- Akihiro Suda
28+
- Christian Bergschneider
29+
- Jeff MAURY
30+
- Medya Ghazizadeh
31+
- Raiden Shogun
32+
- Steven Powell
33+
34+
Thank you to our PR reviewers for this release!
35+
36+
- medyagh (1 comments)
37+
- r0b2g1t (1 comments)
38+
39+
Thank you to our triage members for this release!
40+
41+
- willsu (2 comments)
42+
- afbjorklund (1 comments)
43+
- ankur0904 (1 comments)
44+
- ceelian (1 comments)
45+
- idoly (1 comments)
46+
347
## Version 1.32.0-beta0 - 2023-10-27
448

549
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 ?= 32
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)