Skip to content

Commit 24d632d

Browse files
authored
Update changelog for 1.9.1 (#3515) (#3518)
* Update changelog for 1.9.1 * update date * revert for 1.8 --------- Signed-off-by: Adonis Murati <[email protected]>
1 parent 57483b3 commit 24d632d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG/CHANGELOG-1.9.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# [v1.9.1](https://github.com/kubermatic/kubeone/releases/tag/v1.9.1) - 2024-12-20
1+
# [v1.9.1](https://github.com/kubermatic/kubeone/releases/tag/v1.9.1) - 2024-12-23
22

33
## Changelog since v1.9.0
44

55
## Changes by Kind
66

77
### Feature
88

9+
- 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))
10+
- 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))
911
- 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))
1012

1113
### Bug or Regression
@@ -16,6 +18,12 @@
1618

1719
- 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))
1820

21+
### Updates
22+
23+
#### Others
24+
25+
- KubeOne is now built with Go 1.23.4 ([#3513](https://github.com/kubermatic/kubeone/pull/3513), [@kubermatic-bot](https://github.com/kubermatic-bot))
26+
1927
# [v1.9.0](https://github.com/kubermatic/kubeone/releases/tag/v1.9.0) - 2024-11-22
2028

2129
We're happy to announce a new KubeOne minor release — KubeOne 1.9! Please

0 commit comments

Comments
 (0)