Skip to content

Commit abc33b5

Browse files
Update default Agent version to 7.72.1 (#2293) (#2297)
* Update default Agent version to 7.72.1 * fix main generate * Revert "fix main generate" This reverts commit 30521d7. (cherry picked from commit f6f7c18) Co-authored-by: Timothée Bavelier <97530782+tbavelier@users.noreply.github.com>
1 parent 6ac8023 commit abc33b5

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

0 commit comments

Comments
 (0)