We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d57a0 commit 64ea874Copy full SHA for 64ea874
1 file changed
pkg/images/images.go
@@ -15,11 +15,11 @@ import (
15
16
const (
17
// AgentLatestVersion corresponds to the latest stable agent release
18
- AgentLatestVersion = "7.74.0"
+ AgentLatestVersion = "7.75.0"
19
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
20
- ClusterAgentLatestVersion = "7.74.0"
+ ClusterAgentLatestVersion = "7.75.0"
21
// DdotCollectorLatestVersion corresponds to the latest stable ddot-collector release
22
- DdotCollectorLatestVersion = "7.74.0"
+ DdotCollectorLatestVersion = "7.75.0"
23
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
24
FIPSProxyLatestVersion = "1.1.18"
25
// GCRContainerRegistry corresponds to the datadoghq GCR registry
0 commit comments