From 4d11db8149f6ad4e78cb672708d149d9a369693d Mon Sep 17 00:00:00 2001 From: Steven Blumenthal Date: Mon, 29 Jul 2024 13:51:03 -0400 Subject: [PATCH] Bump default Agent version to 7.55.2 (#1332) --- 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 537d762e1..716cef517 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.55.1" + AgentLatestVersion = "7.55.2" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.55.1" + ClusterAgentLatestVersion = "7.55.2" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.0.1" // GCRContainerRegistry corresponds to the datadoghq GCR registry