Skip to content

Commit 2c0bbb0

Browse files
Update agent images to 7.65.2 (#1914) (#1915)
(cherry picked from commit 7622221) Co-authored-by: khewonc <[email protected]>
1 parent 6aa16d3 commit 2c0bbb0

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.64.3"
18+
AgentLatestVersion = "7.65.2"
1919
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
20-
ClusterAgentLatestVersion = "7.64.3"
20+
ClusterAgentLatestVersion = "7.65.2"
2121
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
2222
FIPSProxyLatestVersion = "1.1.10"
2323
// GCRContainerRegistry corresponds to the datadoghq GCR registry

0 commit comments

Comments
 (0)