Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kubermatic-ee-v2.28.1-windows-amd64.zip | 2025-07-10 | 34.2 MB | |
kubermatic-ce-v2.28.1-windows-amd64.zip | 2025-07-10 | 33.9 MB | |
kubermatic-ee-v2.28.1-darwin-arm64.tar.gz | 2025-07-10 | 31.9 MB | |
kubermatic-ce-v2.28.1-darwin-arm64.tar.gz | 2025-07-10 | 31.6 MB | |
kubermatic-ee-v2.28.1-darwin-amd64.tar.gz | 2025-07-10 | 33.9 MB | |
kubermatic-ce-v2.28.1-darwin-amd64.tar.gz | 2025-07-10 | 33.6 MB | |
kubermatic-ee-v2.28.1-linux-amd64.tar.gz | 2025-07-10 | 33.5 MB | |
kubermatic-ce-v2.28.1-linux-amd64.tar.gz | 2025-07-10 | 33.2 MB | |
README.md | 2025-07-10 | 3.2 kB | |
v2.28.1 source code.tar.gz | 2025-07-10 | 8.3 MB | |
v2.28.1 source code.zip | 2025-07-10 | 12.5 MB | |
Totals: 11 Items | 286.6 MB | 0 |
Supported Kubernetes Versions
- Add 1.33.2/1.32.6/1.31.10/1.30.14 to the list of supported Kubernetes releases (#14783)
New Features
- Add the ability to skip router reconciliation in the OpenStack provider (#[14771](https://github.com/kubermatic/kubermatic/pull/14771),[#7483](https://github.com/14771,/issues/7483))
- KubeLB: KKP defaulting will now enable KubeLB for a cluster if it's enforced at the datacenter level (#14732)
- Overwrite system application images when
overwriteRegistry
is defined (#14773)
Bugfixes
- A regression bug regarding node-exporter pod labeling which didn't exclude node-exporter pods from pod discovery was fixed (#14742)
- Support KubeVirt vCPUs validation in the resource quota controller (#14728)
- A bug which lead to missing kube state metrics scraping was fixed (#14759)
- Fix KubeLB checkbox state management and UI flickering issues in cluster creation wizard/edit cluster dialog (#7458)
- Fix validation error when switching expose strategy from Tunneling to LoadBalancer by clearing tunnelingAgentIP automatically (#7422)
- KubeLB: Fix a bug where enforcement on a datacenter was not enabling KubeLB for the user clusters in the dashboard (#7453)
- Project viewers can now only view cluster templates. Create, update, and delete actions are restricted except deletion by the owner (#7481)
- Skip setting custom CPUs field in machine deployment for Kubevirt user clusters. (#7493)
- A bug regarding network policy cleanup up in kubevirt infra clusters when the removal of the finalizer failed after deleting the network policy was fixed. (#14805)
- Fix log spam on deleted ResourceQuota objects. (#14806)
Updates
- Update operating-system-manager to v1.7.4 (#14793)
- Update to Go 1.24.4 (#[14665](https://github.com/kubermatic/kubermatic/pull/14665),[#7440](https://github.com/14665,/issues/7440))
Cleanup
- By default the oauth2-proxy disables Dex's approval screen now. To return to the old behaviour, set
approval_prompt = "force"
for each IAP deployment in your Helm values.yaml (#14751)