static ip setting for ethernet is not working on qemux86-64-2.83.18+rev5

hello
i am using same config and same kvm setup , image 2.38 is working fine, but 2.83 the device is still using DHCP
Network Setup on balenaOS - Balena Documentation looks no change
can you please help me to check it ?
thank you very much

in /system-connections/wired-eth0.conf

[connection]

id=test

type=ethernet

interface-name=eth0

permissions=

secondaries=

[ethernet]

mac-address-blacklist=

[ipv4]

address1=192.168.222.1/24,192.168.222.254

dns=192.168.222.254;

dns-search=

method=manual

[ipv6]

addr-gen-mode=stable-privacy

dns-search=

method=auto

Hello, welcome back! Could you please try this with the latest generic-amd64 device type to see if you hit the same issue?

hello
i have found the issue, the new version nic naming is changed,
after update eth0 to right nic, its working fine
thank you