Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MicroK8s 1.33 released! source code.tar.gz | 2025-04-18 | 364.8 kB | |
MicroK8s 1.33 released! source code.zip | 2025-04-18 | 534.0 kB | |
README.md | 2025-04-18 | 3.1 kB | |
Totals: 3 Items | 901.9 kB | 1 |
In this release
Kubernetes 1.33
Read more at https://kubernetes.io/blog/2025/04/23/kubernetes-v1-33-release/
Bugfixes
- fix: run iptables as sudo on microk8s stop by @berkayoz in https://github.com/canonical/microk8s/pull/5021
- fix: Always refresh the default hooks during upgrades by @petrutlucian94 in https://github.com/canonical/microk8s/pull/5009
- fix: flush the
CNI-HOSTPORT-DNAT
chain on stop by @berkayoz in https://github.com/canonical/microk8s/pull/4963 - fix: update configure hook to add a newline before adding watchlist flag by @berkayoz in https://github.com/canonical/microk8s/pull/4946
- Cleanup common non-namespaced resources (Closes [#4747]) by @LoniasGR in https://github.com/canonical/microk8s/pull/4779
- scripts: Fix kill-host-pods script by @HomayoonAlimohammadi in https://github.com/canonical/microk8s/pull/4835
- kill-host-pods.py: filter pods by node by @petrutlucian94 in https://github.com/canonical/microk8s/pull/4819
- fix: Catches KeyError while enabling SRIOV addon by @Gmerold in https://github.com/canonical/microk8s-community-addons/pull/249
Updates
- Bump component versions by @petrutlucian94 in https://github.com/canonical/microk8s/pull/4981
- snapcraft.yaml: upgrade to libmnl-1.0.5 by @xypron in https://github.com/canonical/microk8s/pull/4849
- chore: bump go version to 1.24 by @berkayoz in https://github.com/canonical/microk8s/pull/5049
- Update addon versions by @petrutlucian94 in https://github.com/canonical/microk8s-core-addons/pull/318
- fix: update ingress-nginx to 1.12.1 by @berkayoz in https://github.com/canonical/microk8s-core-addons/pull/327
- cert-manager: Update to v1.17.1 by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/334
- Update dashboard to 7.11.1 by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/335
- metallb: Update addon to v1.14.9 by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/336
- kube-ovn: Upgrade to v1.13.8 by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/338
- Update observability addon to the latest versions by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/339
- rook-ceph: Update addon to v1.16.6 by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/340
- nvidia: Update addon helm charts to the latest versions by @claudiubelu in https://github.com/canonical/microk8s-core-addons/pull/342
- feat: update addons versions and update list by @berkayoz in https://github.com/canonical/microk8s-core-addons/pull/344
- Dns domain argument [#258] by @TecIntelli in https://github.com/canonical/microk8s-core-addons/pull/258
Release Specific Changes
- chore: add updated patches for kubernetes v1.33 by @berkayoz in https://github.com/canonical/microk8s/pull/5048
- fix: update strict patches for runc 1.2.6 by @berkayoz in https://github.com/canonical/microk8s/pull/5031
Many thanks to our contributors
- @petrutlucian94
- @LoniasGR
- @xypron
- @claudiubelu
- @TecIntelli
- @Gmerold