Skip to content

Commit

Permalink
fix(cloud-connector): falco rules error on appending exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
miketnt committed Jul 12, 2023
1 parent 3aa1546 commit 8c62528
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/cloud-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ exclusively to fix incorrect entries and not to add new ones.


## Change Log
# v0.8.3
* fix: add aws-cloudtrail-s3-sns-sqs ingestor type for CIEM
* fix: falco rules error on appending exceptions

# v0.8.2
### Documentation
* **cloud-connector** [6ad0ef92](https://github.com/sysdiglabs/charts/commit/6ad0ef926ebf7600ba7730c43219036eb1d0b57c): DOC-3215- Update Cloud connector Readme for clarity and correctness ([#1172](https://github.com/sysdiglabs/charts/issues/1172))
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.2
appVersion: 0.16.43
version: 0.8.3
appVersion: 0.16.46
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.2 \
--create-namespace -n cloud-connector --version=0.8.3 \
--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.2 \
--create-namespace -n cloud-connector --version=0.8.3 \
--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.2 \
--create-namespace -n cloud-connector --version=0.8.3 \
--values values.yaml
```

Expand Down

0 comments on commit 8c62528

Please sign in to comment.