Skip to content

Commit 41296c3

Browse files
spowelljrmedyagh
authored andcommitted
Release: v1.33.0
1 parent 7ad6062 commit 41296c3

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.33.0 - 2024-04-19
4+
5+
Features:
6+
* Support exposing clusterIP services via `minikube service` [#17877](https://github.com/kubernetes/minikube/pull/17877)
7+
8+
Minor Improvements:
9+
* Add active kubecontext to `minikube profile list` output [#17735](https://github.com/kubernetes/minikube/pull/17735)
10+
* CNI calico: support kubeadm.pod-network-cidr [#18233](https://github.com/kubernetes/minikube/pull/18233)
11+
* CNI bridge: Ensure pod communications are allowed [#16143](https://github.com/kubernetes/minikube/pull/16143)
12+
13+
Bugs:
14+
* Fix unescaped local host regex [#18617](https://github.com/kubernetes/minikube/pull/18617)
15+
* Fix regex on validateNetwork to support special characters [#18158](https://github.com/kubernetes/minikube/pull/18158)
16+
17+
Version Upgrades:
18+
* Bump Kubernetes version default: v1.30.0 and latest: v1.30.0 [#18669](https://github.com/kubernetes/minikube/pull/18669)
19+
* Addon headlamp: Update headlamp-k8s/headlamp image from v0.23.0 to 0.23.1 [#18517](https://github.com/kubernetes/minikube/pull/18517)
20+
* Addon inspektor-gadget: Update inspektor-gadget image from v0.26.0 to v0.27.0 [#18588](https://github.com/kubernetes/minikube/pull/18588)
21+
* Addon istio-provisioner: Update istio/operator image from 1.21.0 to 1.21.1 [#18644](https://github.com/kubernetes/minikube/pull/18644)
22+
* Addon metrics-server: Update metrics-server/metrics-server image from v0.7.0 to v0.7.1 [#18551](https://github.com/kubernetes/minikube/pull/18551)
23+
* CNI: Update calico from v3.27.0 to v3.27.3 [#18206](https://github.com/kubernetes/minikube/pull/18206)
24+
* CNI: Update flannel from v0.24.4 to v0.25.1 [#18641](https://github.com/kubernetes/minikube/pull/18641)
25+
* Kicbase/ISO: Update buildkit from v0.13.0 to v0.13.1 [#18566](https://github.com/kubernetes/minikube/pull/18566)
26+
* Kicbase/ISO: Update containerd from v1.7.14 to v1.7.15 [#18621](https://github.com/kubernetes/minikube/pull/18621)
27+
* Kicbase/ISO: Update cri-dockerd from v0.3.3 to v0.3.12 [#18585](https://github.com/kubernetes/minikube/pull/18585)
28+
* Kicbase/ISO: Update crun from 1.14 to 1.14.4 [#18610](https://github.com/kubernetes/minikube/pull/18610)
29+
* Kicbase/ISO: Update docker from 25.0.4 to 26.0.1 [#18485](https://github.com/kubernetes/minikube/pull/18485) [#18649](https://github.com/kubernetes/minikube/pull/18649)
30+
* Kicbase/ISO: Update nerdctl from 1.7.4 to 1.7.5 [#18634](https://github.com/kubernetes/minikube/pull/18634)
31+
* Kicbase: Update nerdctld from 0.5.1 to 0.6.0 [#18647](https://github.com/kubernetes/minikube/pull/18647)
32+
33+
For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
34+
35+
Thank you to our contributors for this release!
36+
37+
- Jan Klippel
38+
- Jeff MAURY
39+
- Jesse Hathaway
40+
- Maxime Brunet
41+
- Medya Ghazizadeh
42+
- Paul Rey
43+
- Predrag Rogic
44+
- Skalador
45+
- Steven Powell
46+
- alessandrocapanna
47+
- depthlending
48+
- guangwu
49+
- joaquimrocha
50+
- nikitakurakin
51+
- racequite
52+
- shixiuguo
53+
- skoenig
54+
- sunyuxuan
55+
- syxunion
56+
- Товарищ программист
57+
58+
Thank you to our PR reviewers for this release!
59+
60+
- medyagh (5 comments)
61+
- spowelljr (4 comments)
62+
- Shubham82 (2 comments)
63+
64+
Thank you to our triage members for this release!
65+
66+
- afbjorklund (21 comments)
67+
- T-Lakshmi (15 comments)
68+
- Ritikaa96 (12 comments)
69+
- kundan2707 (8 comments)
70+
- medyagh (7 comments)
71+
372
## Version 1.33.0-beta.0 - 2024-03-26
473

574
Features:

Makefile

Lines changed: 1 addition & 1 deletion
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 ?= 33
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)