Skip to content

Releases: kubermatic/kubeone

v1.8.0

14 May 15:49
v1.8.0
c280d14
Compare
Choose a tag to compare

We're happy to announce a new KubeOne minor release — KubeOne 1.8! Please consult the changelog below, as well as, the following two documents before upgrading:

Changelog since v1.7.0

Urgent Upgrade Notes

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

  • Refactor example Terraform configs for Hetzner to randomly generate the private network subnet in order to support creating multiple KubeOne clusters (#3152, @xmudrii)
  • The example Terraform configs for Azure have been migrated to use the Standard SKU for IP addresses. This is a breaking change for existing setups; in which case you should continue using your current SKU. Manual migration is possible by dissociating IP from the VM and LB, the migrating it, and assigning it back, however please consider all potential risks before doing this migration (#3149, @kron4eg)
  • Credentials defined in the credentials file now have precedence over credentials defined via environment variables. This change is made to match the behavior that's already documented in the KubeOne docs. If you use both the credentials file and the environment variables, we recommend double-checking your credentials file to make sure the credentials are up to date, as those credentials will be applied on the next kubeone apply run (#2991, @kron4eg)
  • kured has been removed, you have to re-enable it back in form of helmRelease (#3024, @kron4eg)
  • OSM: The latest Ubuntu 22.04 images on Azure have modified the configuration for cloud-init and how it accesses its datasource in Azure, in a breaking way. If you're having an Azure cluster, it's required to refresh your machines with the latest provided OSPs to ensure that a system-wide package update doesn't result in broken machines. (#3172, @xrstf)
  • Support for Docker is removed; containerRuntime.docker became a no-op. (#3008, @kron4eg)

Checksums

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

v1.8.0-rc.0

12 May 20:51
v1.8.0-rc.0
c06f5cb
Compare
Choose a tag to compare
v1.8.0-rc.0 Pre-release
Pre-release

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

v1.8.0-beta.0

10 May 18:51
v1.8.0-beta.0
e073c4b
Compare
Choose a tag to compare
v1.8.0-beta.0 Pre-release
Pre-release

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

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.