Skip to content

Commit

Permalink
fix processing customer appends but not base rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklongsd committed Jul 24, 2023
1 parent 0d1859b commit 6082a99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions charts/cloud-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ exclusively to fix incorrect entries and not to add new ones.


## Change Log
# v0.8.4
* feat: fix rules provider processing customer appends when there is no base rule.

# v0.8.3
* fix: add aws-cloudtrail-s3-sns-sqs ingestor type for CIEM
* fix: falco rules error on appending exceptions
Expand Down
4 changes: 2 additions & 2 deletions charts/cloud-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: cloud-connector
description: Sysdig Cloud Connector

type: application
version: 0.8.3
appVersion: 0.16.46
version: 0.8.4
appVersion: 0.16.47
home: https://sysdiglabs.github.io/cloud-connector

maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/cloud-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To install the chart:
helm repo add sysdig https://charts.sysdig.com
helm repo update
helm upgrade --install cloud-connector sysdig/cloud-connector \
--create-namespace -n cloud-connector --version=0.8.3 \
--create-namespace -n cloud-connector --version=0.8.4 \
--set sysdig.secureAPIToken=<SECURE_API_TOKEN>
```

Expand All @@ -60,7 +60,7 @@ For example:

```bash
helm upgrade --install cloud-connector sysdig/cloud-connector \
--create-namespace -n cloud-connector --version=0.8.3 \
--create-namespace -n cloud-connector --version=0.8.4 \
--set sysdig.secureAPIToken=<SECURE_API_TOKEN>
```

Expand All @@ -72,7 +72,7 @@ For example:

```bash
helm upgrade --install cloud-connector sysdig/cloud-connector \
--create-namespace -n cloud-connector --version=0.8.3 \
--create-namespace -n cloud-connector --version=0.8.4 \
--values values.yaml
```

Expand Down

0 comments on commit 6082a99

Please sign in to comment.