From d93f0807b06a238755695e027055610534cb8d83 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Thu, 28 Mar 2024 12:13:48 +0100 Subject: [PATCH] changelog: Add entry for PTP/NTP changes Signed-off-by: Jeremi Piotrowski --- changelog/changes/2024-03-28-ntp-chrony.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/changes/2024-03-28-ntp-chrony.md diff --git a/changelog/changes/2024-03-28-ntp-chrony.md b/changelog/changes/2024-03-28-ntp-chrony.md new file mode 100644 index 0000000000..dd6c68e1d0 --- /dev/null +++ b/changelog/changes/2024-03-28-ntp-chrony.md @@ -0,0 +1,3 @@ +- Enabled ntpd by default on AWS & GCP, enabled chronyd by default on Azure. The native time sync source is used on each cloud. ([scripts#1792](https://github.com/flatcar/scripts/pull/1792)) +- Enabled the ptp_vmw module in the kernel. +- Switched ptp_kvm from kernel builtin to module.