diff --git a/go.mod b/go.mod index 99cee8d4ce631..16cf5244040ca 100644 --- a/go.mod +++ b/go.mod @@ -704,7 +704,7 @@ require ( github.com/DataDog/datadog-agent/pkg/version v0.58.0 github.com/DataDog/go-libddwaf/v3 v3.3.0 github.com/DataDog/go-sqllexer v0.0.14 - github.com/Datadog/dublin-traceroute v0.0.1 + github.com/Datadog/dublin-traceroute v0.0.2 github.com/aquasecurity/trivy v0.49.2-0.20240227072422-e1ea02c7b80d github.com/aws/aws-sdk-go-v2/service/kms v1.34.1 github.com/aws/aws-sdk-go-v2/service/rds v1.80.1 diff --git a/go.sum b/go.sum index 36b4a7001a86a..e39aecadf27f9 100644 --- a/go.sum +++ b/go.sum @@ -756,8 +756,8 @@ github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ= github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f h1:5Vuo4niPKFkfwW55jV4vY0ih3VQ9RaQqeqY67fvRn8A= github.com/DataDog/zstd_0 v0.0.0-20210310093942-586c1286621f/go.mod h1:oXfOhM/Kr8OvqS6tVqJwxPBornV0yrx3bc+l0BDr7PQ= -github.com/Datadog/dublin-traceroute v0.0.1 h1:xh5xfA25gjrpRK72lQotL79S4vAvxpc4UOQdR22p2IY= -github.com/Datadog/dublin-traceroute v0.0.1/go.mod h1:k2H1x9n5hEVXV7BnEhf3J7Y9A1R8Jj2AwosJMV6Qz60= +github.com/Datadog/dublin-traceroute v0.0.2 h1:U3AoioKX3O1lm37+ZAYqoLGx6hmt1vBDyH0K6hpDq9o= +github.com/Datadog/dublin-traceroute v0.0.2/go.mod h1:k2H1x9n5hEVXV7BnEhf3J7Y9A1R8Jj2AwosJMV6Qz60= github.com/DisposaBoy/JsonConfigReader v0.0.0-20130112093355-33a99fdf1d5e/go.mod h1:GCzqZQHydohgVLSIqRKZeTt8IGb1Y4NaFfim3H40uUI= github.com/DisposaBoy/JsonConfigReader v0.0.0-20201129172854-99cf318d67e7 h1:AJKJCKcb/psppPl/9CUiQQnTG+Bce0/cIweD5w5Q7aQ= github.com/DisposaBoy/JsonConfigReader v0.0.0-20201129172854-99cf318d67e7/go.mod h1:GCzqZQHydohgVLSIqRKZeTt8IGb1Y4NaFfim3H40uUI= diff --git a/releasenotes/notes/network-path-remove-noisy-log-918ab3c6d760dc5e.yaml b/releasenotes/notes/network-path-remove-noisy-log-918ab3c6d760dc5e.yaml new file mode 100644 index 0000000000000..d06c8a8ca7616 --- /dev/null +++ b/releasenotes/notes/network-path-remove-noisy-log-918ab3c6d760dc5e.yaml @@ -0,0 +1,11 @@ +# Each section from every release note are combined when the +# CHANGELOG.rst is rendered. So the text needs to be worded so that +# it does not depend on any information only available in another +# section. This may mean repeating some details, but each section +# must be readable independently of the other. +# +# Each section note must be formatted as reStructuredText. +--- +enhancements: + - | + Removes a log statement which was causing a lot of noise in the Network Path logs.