Closed guineveresaenger closed 2 months ago
Found 1 breaking change:
🟢
"libvirt:index/DomainNvram:DomainNvram": required: "file" property is no longer Requiredindex/combustion.Combustion
index/getNodeDeviceInfo.getNodeDeviceInfo
index/getNodeDevices.getNodeDevices
index/getNodeInfo.getNodeInfo
Maintainer note: consult the runbook for dealing with any breaking changes.
Seeing an issue in the setup script:
lxc-create -t download -n foo -- --dist ubuntu --release bionic --arch amd64
Downloading the image index
ERROR: Couldn't find a matching image
lxc-create: foo: lxccontainer.c: create_run_template: 1627 Failed to create container from template
lxc-create: foo: tools/lxc_create.c: main: 317 Failed to create container foo
Libvirt build script was using an outdated Ubuntu image, no longer hosted at https://images.linuxcontainers.org. Updating this to a current image ( the focal
release) results in a happy script and clean builds.
This PR has been shipped in release v0.5.0.
This PR was generated via
$ upgrade-provider pulumi/pulumi-libvirt
.