Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haofan-ms committed Feb 6, 2025
1 parent 66286bf commit d0f1217
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions releases/CHANGELOG-v0.80.3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

# Attention!

Notable changes in this release:
- The `chrony` daemon on a Linux node may fail to restart with error message: `"Could not open /dev/ptp_hyperv: No such file or directory"`.
The workaround for this issue is to manually reboot the affected Linux nodes.
This operation will regenerate the `/dev/ptp_hyperv` symlink and allow the chrony daemon to restart successfully.

- The control-plane nodes' taint has been changed from node-role.kubernetes.io/master to node-role.kubernetes.io/control-plane, requiring users to update tolerations in their applications to schedule pods on these nodes. Example:


```
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: "Exists"
effect: NoSchedule
```
- Use the new AzureDisk CSI Driver v1.29.1 for k8s v1.28+. Use AzureDisk CSI Driver v1.28.3 for k8s v1.27. Use AzureDisk CSI Driver v1.26.5 for k8s v1.26.
- See [Azure Disk CSI Driver: Version Mapping](../docs/topics/azure-stack.md#azure-disk-csi-driver-version-mapping) for more details.

<a name="v0.80.3"></a>
# [v0.80.3] - 2025-01-27
### Bug Fixes 🐞
Expand Down

0 comments on commit d0f1217

Please sign in to comment.