Skip to content

Commit 64ea874

Browse files
authored
Update default Agent version to 7.75.0 (#2523)
1 parent e0d57a0 commit 64ea874

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/images/images.go

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

1616
const (
1717
// AgentLatestVersion corresponds to the latest stable agent release
18-
AgentLatestVersion = "7.74.0"
18+
AgentLatestVersion = "7.75.0"
1919
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
20-
ClusterAgentLatestVersion = "7.74.0"
20+
ClusterAgentLatestVersion = "7.75.0"
2121
// DdotCollectorLatestVersion corresponds to the latest stable ddot-collector release
22-
DdotCollectorLatestVersion = "7.74.0"
22+
DdotCollectorLatestVersion = "7.75.0"
2323
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
2424
FIPSProxyLatestVersion = "1.1.18"
2525
// GCRContainerRegistry corresponds to the datadoghq GCR registry

0 commit comments

Comments
 (0)