### Summary
After updating google-guest-agent to version 20241011.01-0ubuntu1~22.04.0, we noticed that systemd-networkd version 252 or higher is now required. However, Ubuntu 22.04.05 LTS(Jammy Jellyfish) provides only version 249 by default, causing a compatibility issue.
### Environment
### Observed Issue
On boot, google-guest-agent logs the following error:
systemd-networkd version 249 not supported: minimum 252 required
rolling back regular ethernet changes for netplan
rolling back changes for systemd-networkd
Rolling back netplan
rolling back changes for netplan
Rolling back wicked
Rolling back NetworkManager
Rolling back systemd-networkd
rolling back changes for systemd-networkd
Setting up dhclient
Finished setting up dhclient
Completed adding/removing routes for aliases, forwarded IP and target-instance IPs
This prevents the network from properly initializing, requiring manual intervention.
### Questions
Any guidance on how to proceed would be greatly appreciated.