From 687457208ebc06faa129f5b21958ff438e5e6120 Mon Sep 17 00:00:00 2001 From: Adonis Murati Date: Mon, 23 Dec 2024 13:48:27 +0100 Subject: [PATCH] Update changelog for 1.9.1 (#3515) * Update changelog for 1.9.1 Signed-off-by: Adonis Murati * update date Signed-off-by: Adonis Murati * revert for 1.8 Signed-off-by: Adonis Murati --------- Signed-off-by: Adonis Murati --- CHANGELOG/CHANGELOG-1.9.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.9.md b/CHANGELOG/CHANGELOG-1.9.md index 3046a21a0..a049ce041 100644 --- a/CHANGELOG/CHANGELOG-1.9.md +++ b/CHANGELOG/CHANGELOG-1.9.md @@ -1,4 +1,4 @@ -# [v1.9.1](https://github.com/kubermatic/kubeone/releases/tag/v1.9.1) - 2024-12-20 +# [v1.9.1](https://github.com/kubermatic/kubeone/releases/tag/v1.9.1) - 2024-12-23 ## Changelog since v1.9.0 @@ -6,6 +6,8 @@ ### Feature +- Add `.cloudProvider.kubevirt.infraNamespace` field to the KubeOneCluster API used to control what namespace will be used by the KubeVirt provider to create and manage resources in the infra cluster, such as VirtualMachines and VirtualMachineInstances ([#3503](https://github.com/kubermatic/kubeone/pull/3503), [@kubermatic-bot](https://github.com/kubermatic-bot)) +- Add support for the KubeVirt CSI driver. The CSI driver is deployed automatically for all KubeVirt clusters (unless `.cloudProvider.disableBundledCSIDrivers` is set to `true`). A new optional field, `.cloudProvider.kubevirt.infraClusterKubeconfig`, has been added to the KubeOneCluster API used to provide a kubeconfig file for a KubeVirt infra cluster (a cluster where KubeVirt is installed). This kubeconfig can be used by the CSI driver for provisioning volumes. ([#3512](https://github.com/kubermatic/kubeone/pull/3512), [@kubermatic-bot](https://github.com/kubermatic-bot)) - Update OpenStack CCM and CSI driver to v1.31.2 and v1.30.2 ([#3489](https://github.com/kubermatic/kubeone/pull/3489), [@kubermatic-bot](https://github.com/kubermatic-bot)) ### Bug or Regression @@ -16,6 +18,12 @@ - Use dedicated keyring for Docker repositories to solve `apt-key` deprecation warning upon installing/upgrading containerd ([#3485](https://github.com/kubermatic/kubeone/pull/3485), [@kubermatic-bot](https://github.com/kubermatic-bot)) +### Updates + +#### Others + +- KubeOne is now built with Go 1.23.4 ([#3513](https://github.com/kubermatic/kubeone/pull/3513), [@kubermatic-bot](https://github.com/kubermatic-bot)) + # [v1.9.0](https://github.com/kubermatic/kubeone/releases/tag/v1.9.0) - 2024-11-22 We're happy to announce a new KubeOne minor release — KubeOne 1.9! Please