Wireguard: wg-quick failing to connect

I have been using Wireguard on tumbleweed for some time now but after updating the other day it will not work.
I am running the following:

sudo wg-quick up wg0

which returns:

[#] ip link add dev wg0 type wireguard
[#] wg addconf wg0 /dev/fd/63
[#] ip -4 address add 10.2.0.2/32 dev wg0
[#] ip -6 address add 2a07:b944::2:2/128 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] mount `10.2.0.1 2a07:b944::2:1’ /etc/resolv.conf
mount: /dev/shm: filesystem was mounted, but any subsequent operation failed: >Operation not permitted.
[#] ip link delete dev wg0

I get the same results from running the same command as root instead of through sudo. Is there something that has changed recently that might affect this and if so how do I go about fixing it?

https://bugzilla.opensuse.org/show_bug.cgi?id=1265394