Releases: kubermatic/kubeone
v1.8.0-rc.0
v1.8.0-beta.0
v1.7.4
Changelog since v1.7.3
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- Update operating-system-manager to v1.3.5. The latest Ubuntu 22.04 images ship with
cloud-init
24.x package. This package has breaking changes and thus rendered our OperatingSystemProfiles (OSPs) as incompatible. It's recommended to refresh your machines with the latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines. (#3163, @xrstf)
Changes by Kind
Bug or Regression
- Clean
yum
cache upon configuring Kubernetes repos. This fixes an issue with cluster upgrades failing on nodes with an olderyum
version (#3147, @kubermatic-bot) - Deploy user defined addons before the external CCM initialization. This fixes an issue with cluster provisioning for users that use both external CCM and external CNI (#3068, @kubermatic-bot)
- Fix cluster upgrades on Debian hosts with deprecated Kubernetes repositories (#3084, @kubermatic-bot)
Updates
machine-controller
- Update machine-controller to v1.57.6 (#3064, @ahmedwaleedmalik)
Checksums
SHA256 checksums can be found in the kubeone_1.7.4_checksums.txt
file.
v1.6.6
Changelog since v1.6.5
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- Update operating-system-manager to v1.2.5. The latest Ubuntu 22.04 images ship with
cloud-init
24.x package. This package has breaking changes and thus rendered our OperatingSystemProfiles (OSPs) as incompatible. It's recommended to refresh your machines with the latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines. (#3164, @xrstf)
Changes by Kind
Bug or Regression
- Clean
yum
cache upon configuring Kubernetes repos. This fixes an issue with cluster upgrades failing on nodes with an olderyum
version (#3148, @kubermatic-bot) - Fix cluster upgrades on Debian hosts with deprecated Kubernetes repositories (#3083, @kubermatic-bot)
Checksums
SHA256 checksums can be found in the kubeone_1.6.6_checksums.txt
file.
v1.7.3
Changelog since v1.7.2
Changes by Kind
Feature
- Enforce etcd v3.5.10 for Kubernetes versions that use an older etcd version. This etcd version includes some important stability, reliability, and security fixes (#3004, @kubermatic-bot)
Bug or Regression
- Fix KubeOne failing to provision and upgrade Flatcar control plane and static worker nodes due to
torcx
removal (#3041, @kron4eg) - Fix Helm deploying resources in the wrong namespace (#3001, @kubermatic-bot)
- Improve error messages when working with remote files over SSH (#3054, @kubermatic-bot)
Updates
machine-controller
operating-system-manager
Go
Checksums
SHA256 checksums can be found in the kubeone_1.7.3_checksums.txt
file.
v1.6.5
Changelog since v1.6.4
Changes by Kind
Feature
- Enforce etcd v3.5.10 for Kubernetes versions that use an older etcd version. This etcd version includes some important stability, reliability, and security fixes (#3003, @kubermatic-bot)
Bug or Regression
- Fix KubeOne failing to provision and upgrade Flatcar control plane and static worker nodes due to
torcx
removal (#3042, @kron4eg) - Improve error messages when working with remote files over SSH (#3053, @kubermatic-bot)
Updates
machine-controller
operating-system-manager
Addons
- Update backup-restic addon to use etcd 3.5.11 for creating etcd snapshots (#2983, @kubermatic-bot)
Checksums
SHA256 checksums can be found in the kubeone_1.6.5_checksums.txt
file.
v1.7.2
Changelog since v1.7.1
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- Fix determining the
CLUSTER_NAME
environment variable for OpenStack CCM DaemonSet and OpenStack Cinder CSI Deployment. This fixes a regression where the cluster name was changed tokubernetes
upon runningkubeone apply
two or more times after upgrading from KubeOne 1.6 to KubeOne 1.7. This regression might affect Octavia Load Balancers, making them fail to reconcile. Please check the known issues document to find if you're affected by this issue and what steps you need to take if you're affected (#2979, @kubermatic-bot)
Changes by Kind
Bug or Regression
- Delete AzureDisk's
csi-azuredisk-node-secret-binding
ClusterRoleBinding if RoleRef's name iscsi-azuredisk-node-sa
to allow upgrading KubeOne from 1.6 to 1.7 (#2984, @kubermatic-bot) - Increase the memory requests and limits from 300Mi to 600Mi for cluster-autoscaler to prevent cluster-autoscaler from being
OOMKilled
(#2979, @kubermatic-bot)
Updates
machine-controller
Addons
- Update backup-restic addon to use etcd 3.5.11 for creating etcd snapshots (#2982, @kubermatic-bot)
Go
Checksums
SHA256 checksums can be found in the kubeone_1.7.2_checksums.txt
file.
v1.7.1
Changelog since v1.7.0
Changes by Kind
Feature
- Allow setting
CCM_CONCURRENT_SERVICE_SYNCS
parameter on CCM addons to configure number of concurrentLoadBalancer
service reconciles (#2918, @kubermatic-bot) - Support for customizing
vAppName
for VMware Cloud Director CSI driver (#2956, @kubermatic-bot)
Bug or Regression
- Fix a bug with the VMware Cloud Director CSI driver addon where it would crash if no
VCD_API_TOKEN
is set (#2956, @kubermatic-bot) - Fix a bug where wildcard registry name provided to the machine-controller-webhook Deployment is not properly escaped (#2928, @kubermatic-bot)
- Fix a bug where
kubeadm init
andkubeadm join
report that thecontainerRuntimeEndpoint
field inKubeletConfiguration
doesn't exist for clusters running Kubernetes versions prior to 1.27 (#2940, @kubermatic-bot) - Fix a bug where
registryConfiguration.OverrideRegistry
wasn't correctly applied to the pause image configured for control plane and static worker nodes (#2930, @kubermatic-bot) - Fix a bug where the CA bundle was not propagated to the vSphere CSI driver (#2907, @kubermatic-bot)
- Fix a globbing issue for
apt-get install
causing KubeOne to install wrong Kubernetes version in some circumstances (#2959, @kubermatic-bot) - Fix incorrect validation that made
VCD_API_TOKEN
unusable for VMware Cloud Director (#2946, @kubermatic-bot)
Updates
Core Components
- Update metrics-server and cluster-autoscaler to the latest patch releases (#2957, @xmudrii)
- Update Canal to v3.26.3 (#2957, @xmudrii)
- Update Calico VXLAN to v3.26.3 (#2957, @xmudrii)
- Update Cilium to v1.14.3 (#2957, @xmudrii)
Go
Other (Cleanup or Flake)
- Store GPG keys for package repositories in
/etc/apt/keyrings
instead of deprecatedapt-key-add
command (#2920, @kubermatic-bot) - Download cri-tools from the Kubernetes package repositories instead of the Amazon Linux 2 package repositories on instances running Amazon Linux 2 (#2951, @kubermatic-bot)
- Update CRDs for the operating-system-manager (OSM) addon (#2935, @kubermatic-bot)
Checksums
SHA256 checksums can be found in the kubeone_1.7.1_checksums.txt
file.
v1.6.4
Changelog since v1.6.3
Changes by Kind
Bug or Regression
- Fix a bug where wildcard registry name provided to the machine-controller-webhook Deployment is not properly escaped (#2929, @kubermatic-bot)
- Fix a globbing issue for
apt-get install
causing KubeOne to install wrong Kubernetes version in some circumstances (#2960, @kubermatic-bot) - Fix a bug where the CA bundle was not propagated to the vSphere CSI driver (#2906, @ahmedwaleedmalik)
Other (Cleanup or Flake)
- Store GPG keys for package repositories in
/etc/apt/keyrings
instead of deprecatedapt-key-add
command (#2921, @kubermatic-bot)
Checksums
SHA256 checksums can be found in the kubeone_1.6.4_checksums.txt
file.
v1.7.0
KubeOne v1.7.0
We're excited to announce a new minor release of KubeOne! 🎉
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- Migrate from the legacy package repositories (
apt.kubernetes.io
andyum.kubernetes.io
) to the Kubernetes community-hosted package repositories (pkgs.k8s.io
). The legacy repositories have been deprecated as of August 31, 2023 and will be frozen starting from September 13, 2023. Upgrading to KubeOne v1.7.0+ or v1.6.3+ is required in order to install or upgrade to Kubernetes version newer than v1.27.6, v1.26.9, and v1.25.14. If IP-based or URL-based filtering is in place, you may need to mirror the release packages to a local package repository that you have strict control over. See the official announcement for more details (#2873, @xmudrii) - Migrate from the Kubernetes release bucket (
https://storage.googleapis.com/kubernetes-release/release
) todl.k8s.io
for downloading binaries. This change only affects Flatcar-based clusters. If IP-based or URL-based filtering is in place, you need to allow the appropriate IP addresses and domains as described in the officialdl.k8s.io
announcement (#2873, @xmudrii) - Use OpenStack native Load Balancer for the Kubernetes API in the example Terraform configs for OpenStack. Do not apply this change for existing clusters as that will completely break the control plane. Existing clusters must continue using the GoBetween Load Balancer or whatever solution is in place (#2869, @kron4eg)
Changelog
The complete changelog for this release is available in CHANGELOG/CHANGELOG-1.7.md.
Checksums
SHA256 checksums can be found in the kubeone_1.7.0_checksums.txt
file.