Bug Fixes
-
Upgraded the go-dns library to
v1.3.0which contains a fix for DNS lookups for machines wheresendis restricted butsendtois not (#4151) . -
Removed the
readerattribute from thegcs/read_bytes_countmetric to bring the metric's cardinality back within recommended limits, preventing potential issues with metric collection and querying (#4142). -
Fixed a regression introduced in v3.5.1 where the
enable-google-lib-authflag defaulted to true, causing unnecessary cred.UniverseDomain queries even when--anonymous-accesswas enabled. This causes the authentication to fail. This behavior is now corrected in v3.5.5 to properly bypass all authentication checks..(#4093).