From 1207fa48b9d6649b2967c62f6db0ab14b6fb4a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Bavelier?= <97530782+tbavelier@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:56:03 +0100 Subject: [PATCH] update agent to 7.60.0 (#1567) (#1568) --- pkg/defaulting/images.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index 0a1e5af07..1e1a7b37c 100644 --- a/pkg/defaulting/images.go +++ b/pkg/defaulting/images.go @@ -16,9 +16,9 @@ type ContainerRegistry string const ( // AgentLatestVersion corresponds to the latest stable agent release - AgentLatestVersion = "7.59.0" + AgentLatestVersion = "7.60.0" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.59.0" + ClusterAgentLatestVersion = "7.60.0" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.1.6" // GCRContainerRegistry corresponds to the datadoghq GCR registry