From 94b0b4650a2a02806bdd9d8c841f76b3841c38c6 Mon Sep 17 00:00:00 2001 From: levan-m <116471169+levan-m@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:32:40 -0400 Subject: [PATCH] Bump default Agent version to 7.55 (#1287) * Bump default Agent version to 7.55 * use image 7.55.1 --------- Co-authored-by: Celene --- 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 73ce3c58e..537d762e1 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.54.0" + AgentLatestVersion = "7.55.1" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.54.0" + ClusterAgentLatestVersion = "7.55.1" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.0.1" // GCRContainerRegistry corresponds to the datadoghq GCR registry