Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud_defend/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.4.0"
changes:
- description: Reintroduce package.
type: enhancement
link: https://github.com/elastic/integrations/pull/14105
- version: "1.3.0"
changes:
- description: Deprecate package.
Expand Down
5 changes: 0 additions & 5 deletions packages/cloud_defend/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
> ⚠️ **IMPORTANT**
>
> Defend for containers *BETA* is deprecated in Elastic Stack version 9.0 and also not supported for installation in Elastic Cloud Serverless.

# How Container Workload Protection Works

Expand Down Expand Up @@ -423,5 +420,3 @@ The following fields are populated for all events where `event.category: file`
| Drift prevention |||
| Mount point awareness |||
| Process blocking|||
| Network event exports | Coming soon | Coming soon |
| Network blocking| Coming soon | Coming soon |
6 changes: 3 additions & 3 deletions packages/cloud_defend/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.0
name: cloud_defend
title: "Defend for Containers (Deprecated)"
version: 1.3.0
title: "Defend for Containers (BETA)"
version: 1.4.0
source:
license: "Elastic-2.0"
description: "Elastic Defend for Containers (BETA) provides cloud-native runtime protections for containerized environments."
Expand All @@ -14,7 +14,7 @@ categories:
- security
conditions:
kibana:
version: ^8.11.0
version: ^8.11.0 || ^9.3.0
elastic:
subscription: enterprise
capabilities:
Expand Down