Skip to content

Commit

Permalink
CHANGELOG: Add changelog for v1.7.4 (#3168)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii committed May 2, 2024
1 parent 6838e2c commit 675d9c5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG/CHANGELOG-1.7.md
@@ -1,3 +1,27 @@
# [v1.7.4](https://github.com/kubermatic/kubeone/releases/tag/v1.7.4) - 2024-05-02

## 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](https://docs.kubermatic.com/kubeone/v1.7/cheat-sheets/rollout-machinedeployment/) 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](https://github.com/kubermatic/kubeone/pull/3163), [@xrstf](https://github.com/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](https://github.com/kubermatic/kubeone/pull/3147), [@kubermatic-bot](https://github.com/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](https://github.com/kubermatic/kubeone/pull/3068), [@kubermatic-bot](https://github.com/kubermatic-bot))
- Fix cluster upgrades on Debian hosts with deprecated Kubernetes repositories ([#3084](https://github.com/kubermatic/kubeone/pull/3084), [@kubermatic-bot](https://github.com/kubermatic-bot))

### Updates

#### machine-controller

- Update machine-controller to v1.57.6 ([#3064](https://github.com/kubermatic/kubeone/pull/3064), [@ahmedwaleedmalik](https://github.com/ahmedwaleedmalik))

# [v1.7.3](https://github.com/kubermatic/kubeone/releases/tag/v1.7.3) - 2024-03-01

## Changelog since v1.7.2
Expand Down

0 comments on commit 675d9c5

Please sign in to comment.