Releases: GoogleCloudPlatform/guest-configs
Releases · GoogleCloudPlatform/guest-configs
20250116.00
Add GPL-2 to licensing information (#98) This appears in the src/sbin/google-dhclient-script file.
20250107.00
Restore IDPF devices for renaming rules (#95) * Restore IDPF devices for renaming rules This reverts commit a528f221688831c3c48425c7d5f6b38c0a21eb8f. * Update comment to indicate specific Intel IDPF device this affects * Handle cases for idpf RDMA devices. * Update test to take in the driver value to determine RDMA test case.
20241213.00
Remove Pat from owners file. (#97)
20241205.00
Update google_set_multiqueue to configure vCPU ranges based on VM pla…
20241204.00
Restore google_set_multiqueue changes for A3Ultra (#93) This reverts commit 773b1b82e3e20e2d35b2d43324d2a191f4ac116a.
20241121.00
Temporarily revert google_set_multiqueue changes for release (#92) This reverts 2 commits: * f0c9d0d6d502abf1e205eb3c4915d839591c5b90. * 56734e48bbb2612e4c6c2d02839e8fcbde4e8312
20241115.00
Remove IDPF devices from renaming rules (#91) IDPF is too broad a driver to trigger on so removing for the time being.
20241112.00
Revert "Revert 3 commits:" (#89) This reverts commit d887851d6cabf7aeb77ce8f022195cb1f567fc9f.
20241108.00
Revert 3 commits: (#87) "gce-nic-naming: exit 1 so that udev ignores the rule on error" "Add GCE intent based NIC naming tools" "Update google_set_multiqueue to skip set_irq if nic is not a gvnic device" This reverts commits: * b2e9ac52095bcfcec88092f3554da4ffd212ecb6. * 683fa06129bfb54e66a144c66166f92a2b09be50. * f0c9d0d6d502abf1e205eb3c4915d839591c5b90
20241107.00
gce-nic-naming: exit 1 so that udev ignores the rule on error (#86) An issue with the prior behavior is that on error, we assume it is OK to use the predictable NIC name rather than allowing udev to decide what the fallback would be. When a guest configures "ethX" names and this script exits with errors, the ethX configuration is ignoring. This is particularly relevant in situations such as c3metal where we expect the script to error because we have an IDPF NIC but no accelerator devices.