Skip to content

Commit ff8723a

Browse files
Update default Agent version to 7.71.1 (#2231) (#2234)
(cherry picked from commit 977f372) Co-authored-by: levan-m <[email protected]>
1 parent 9bc8056 commit ff8723a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/images/images.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515

1616
const (
1717
// AgentLatestVersion corresponds to the latest stable agent release
18-
AgentLatestVersion = "7.70.0"
18+
AgentLatestVersion = "7.71.1"
1919
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
20-
ClusterAgentLatestVersion = "7.70.0"
20+
ClusterAgentLatestVersion = "7.71.1"
2121
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
2222
FIPSProxyLatestVersion = "1.1.16"
2323
// GCRContainerRegistry corresponds to the datadoghq GCR registry

0 commit comments

Comments
 (0)