Skip to content

Releases: GoogleCloudPlatform/guest-configs

20250116.00

16 Jan 20:12
275a263
Compare
Choose a tag to compare
Add GPL-2 to licensing information (#98)

This appears in the src/sbin/google-dhclient-script file.

20250107.00

07 Jan 22:47
4172a5c
Compare
Choose a tag to compare
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

14 Dec 00:50
7fb95d3
Compare
Choose a tag to compare
Remove Pat from owners file. (#97)

20241205.00

05 Dec 01:54
bd7ebcc
Compare
Choose a tag to compare
Update google_set_multiqueue to configure vCPU ranges based on VM pla…

20241204.00

04 Dec 17:41
166d816
Compare
Choose a tag to compare
Restore google_set_multiqueue changes for A3Ultra (#93)

This reverts commit 773b1b82e3e20e2d35b2d43324d2a191f4ac116a.

20241121.00

21 Nov 18:35
773b1b8
Compare
Choose a tag to compare
Temporarily revert google_set_multiqueue changes for release (#92)

This reverts 2 commits:
* f0c9d0d6d502abf1e205eb3c4915d839591c5b90.
* 56734e48bbb2612e4c6c2d02839e8fcbde4e8312

20241115.00

15 Nov 01:47
a528f22
Compare
Choose a tag to compare
Remove IDPF devices from renaming rules (#91)

IDPF is too broad a driver to trigger on so removing for the time being.

20241112.00

12 Nov 22:57
e1f5cbb
Compare
Choose a tag to compare
Revert "Revert 3 commits:" (#89)

This reverts commit d887851d6cabf7aeb77ce8f022195cb1f567fc9f.

20241108.00

09 Nov 00:12
aeb6cc4
Compare
Choose a tag to compare
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

08 Nov 00:38
93a2092
Compare
Choose a tag to compare
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.