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 9bc8056 commit ff8723aCopy full SHA for ff8723a
pkg/images/images.go
@@ -15,9 +15,9 @@ import (
15
16
const (
17
// AgentLatestVersion corresponds to the latest stable agent release
18
- AgentLatestVersion = "7.70.0"
+ AgentLatestVersion = "7.71.1"
19
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
20
- ClusterAgentLatestVersion = "7.70.0"
+ ClusterAgentLatestVersion = "7.71.1"
21
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
22
FIPSProxyLatestVersion = "1.1.16"
23
// GCRContainerRegistry corresponds to the datadoghq GCR registry
0 commit comments