Why does head -n 1 /var/log/cloud-init.log show the following,
util.py[DEBUG]: Cloud-init v. 21.2-3-g899bfaa9-0ubuntu2~20.04.1 running 'init-local' at Fri, 21 Jan 2022 18:03:44 +0000. Up 48.49 seconds.
Indicating clearly it's Cloud-init v. 21.2-3 but likewise
# /usr/bin/cloud-init --version
/usr/bin/cloud-init 21.4-0ubuntu1~20.04.1
Indicates it's version cloud-init 21.4. Why does one say 21.4 and the other 21.2?
This is a follow up to cloud-init.log shows write_files.0: Additional properties are not allowed ('defer' was unexpected)