Skip to content

Releases: kubermatic/kubeone

v1.7.4

02 May 13:48
v1.7.4
675d9c5
Compare
Choose a tag to compare

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 older yum 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

Checksums

SHA256 checksums can be found in the kubeone_1.7.4_checksums.txt file.

v1.6.6

02 May 14:02
v1.6.6
959f4be
Compare
Choose a tag to compare

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 older yum 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

01 Mar 19:00
v1.7.3
b86d23e
Compare
Choose a tag to compare

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

01 Mar 15:55
v1.6.5
51d3378
Compare
Choose a tag to compare

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

05 Jan 15:38
v1.7.2
00fd09d
Compare
Choose a tag to compare

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 to kubernetes upon running kubeone 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 is csi-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

10 Nov 11:29
v1.7.1
8b010b2
Compare
Choose a tag to compare

Changelog since v1.7.0

Changes by Kind

Feature

  • Allow setting CCM_CONCURRENT_SERVICE_SYNCS parameter on CCM addons to configure number of concurrent LoadBalancer 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 and kubeadm join report that the containerRuntimeEndpoint field in KubeletConfiguration 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

Go

Other (Cleanup or Flake)

  • Store GPG keys for package repositories in /etc/apt/keyrings instead of deprecated apt-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

10 Nov 10:50
v1.6.4
6f9d634
Compare
Choose a tag to compare

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 deprecated apt-key-add command (#2921, @kubermatic-bot)

Checksums

SHA256 checksums can be found in the kubeone_1.6.4_checksums.txt file.

v1.7.0

08 Sep 14:10
v1.7.0
1195366
Compare
Choose a tag to compare

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 and yum.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) to dl.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 official dl.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.

v1.7.0-rc.0

08 Sep 13:20
v1.7.0-rc.0
2a4f7a5
Compare
Choose a tag to compare
v1.7.0-rc.0 Pre-release
Pre-release

⚠️ This is a release candidate and should not be used for any production-grade setup. Use at your own risk.

v1.6.3

07 Sep 14:09
v1.6.3
3dcce08
Compare
Choose a tag to compare

Changelog since v1.6.2

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • Migrate from the legacy package repositories (apt.kubernetes.io and yum.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 (#2878, @xmudrii)
  • Migrate from the Kubernetes release bucket (https://storage.googleapis.com/kubernetes-release/release) to dl.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 official dl.k8s.io announcement (#2878, @xmudrii)

Changes by Kind

Bug or Regression

Updates

machine-controller

Equinix Metal

Other (Cleanup or Flake)

  • Rename anti-affinity rule for the control plane nodes in the example Terraform configs for vSphere to include the cluster name (#2884, @kubermatic-bot)
  • Use buildx instead of Buildah to create multi-architecture KubeOne container images (#2809, @xmudrii)

Checksums

SHA256 checksums can be found in the kubeone_1.6.3_checksums.txt file.