We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa16d3 commit 2c0bbb0Copy full SHA for 2c0bbb0
pkg/images/images.go
@@ -15,9 +15,9 @@ import (
15
16
const (
17
// AgentLatestVersion corresponds to the latest stable agent release
18
- AgentLatestVersion = "7.64.3"
+ AgentLatestVersion = "7.65.2"
19
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
20
- ClusterAgentLatestVersion = "7.64.3"
+ ClusterAgentLatestVersion = "7.65.2"
21
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
22
FIPSProxyLatestVersion = "1.1.10"
23
// GCRContainerRegistry corresponds to the datadoghq GCR registry
0 commit comments