Skip to content

Commit f30fdc4

Browse files
Restore cloud-defend in 8.16 and 8.x. (#5857) (#5859)
It is only deprecated in 9.x. (cherry picked from commit 6c0d239) Co-authored-by: Craig MacKenzie <[email protected]>
1 parent f08fcf1 commit f30fdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-tools/mage/manifest/manifest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ var ExpectedBinaries = []BinarySpec{
9898
{BinaryName: "agentbeat", ProjectName: "beats", Platforms: AllPlatforms},
9999
{BinaryName: "apm-server", ProjectName: "apm-server", Platforms: []Platform{{"linux", "x86_64"}, {"linux", "arm64"}, {"windows", "x86_64"}, {"darwin", "x86_64"}}},
100100
{BinaryName: "cloudbeat", ProjectName: "cloudbeat", Platforms: []Platform{{"linux", "x86_64"}, {"linux", "arm64"}}},
101+
{BinaryName: "cloud-defend", ProjectName: "cloud-defend", Platforms: []Platform{{"linux", "x86_64"}, {"linux", "arm64"}}},
101102
{BinaryName: "connectors", ProjectName: "connectors", Platforms: []Platform{{"linux", "x86_64"}, {"linux", "arm64"}}, PythonWheel: true},
102103
{BinaryName: "endpoint-security", ProjectName: "endpoint-dev", Platforms: AllPlatforms},
103104
{BinaryName: "fleet-server", ProjectName: "fleet-server", Platforms: AllPlatforms},

0 commit comments

Comments
 (0)