diff --git a/releasenotes/notes/fix-cve-2024-40767-24b9b3c35f61a0c8.yaml b/releasenotes/notes/fix-cve-2024-40767-24b9b3c35f61a0c8.yaml new file mode 100644 index 000000000..d272329ea --- /dev/null +++ b/releasenotes/notes/fix-cve-2024-40767-24b9b3c35f61a0c8.yaml @@ -0,0 +1,6 @@ +--- +critical: + - | + Fixes `CVE-2024-40767 + `_ with updated + container images for Nova services. diff --git a/terraform/aio/vm.tf b/terraform/aio/vm.tf index 50c0cc3dd..a0d097cbe 100644 --- a/terraform/aio/vm.tf +++ b/terraform/aio/vm.tf @@ -35,7 +35,7 @@ variable "aio_vm_subnet" { variable "aio_vm_volume_size" { type = number - default = 35 + default = 40 } variable "aio_vm_tags" {