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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# newer versions go on top
- version: "1.0.5"
changes:
- description: Documentation bugfix
type: bugfix
link: https://github.com/elastic/integrations/pull/4504
- version: "1.0.4"
changes:
- description: Updated mapping to include orchastrator.cluster.name.
type: enhancement
link: https://github.com/elastic/integrations/pull/4454
- description: Updated mapping to include orchastrator.cluster.name.
type: enhancement
link: https://github.com/elastic/integrations/pull/4454
- version: "1.0.3"
changes:
- description: Updated the readme to remove the broken internal link
Expand Down
3 changes: 2 additions & 1 deletion packages/cloud_security_posture/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ make sure to grant the following permissions:

JSON object of an IAM Policy with the permissions above:

```json
{
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -191,7 +192,7 @@ JSON object of an IAM Policy with the permissions above:
}
]
}

```

## Leader election

Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cloud_security_posture
title: "Kubernetes Security Posture Management"
version: 1.0.4
version: 1.0.5
release: ga
license: basic
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."
Expand Down