From 606b23773267318ae94b2c74eb4b1f3a54f8360f Mon Sep 17 00:00:00 2001 From: Miguel Angel Baztan Date: Wed, 12 Jul 2023 16:19:13 +0200 Subject: [PATCH] fix(cloud-connector): falco rules error on appending exceptions (#1233) --- charts/cloud-connector/CHANGELOG.md | 4 ++++ charts/cloud-connector/Chart.yaml | 4 ++-- charts/cloud-connector/README.md | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/charts/cloud-connector/CHANGELOG.md b/charts/cloud-connector/CHANGELOG.md index 637d3c214..a7cbc51d6 100644 --- a/charts/cloud-connector/CHANGELOG.md +++ b/charts/cloud-connector/CHANGELOG.md @@ -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)) diff --git a/charts/cloud-connector/Chart.yaml b/charts/cloud-connector/Chart.yaml index 62b4d0136..8d2b3f35e 100644 --- a/charts/cloud-connector/Chart.yaml +++ b/charts/cloud-connector/Chart.yaml @@ -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: diff --git a/charts/cloud-connector/README.md b/charts/cloud-connector/README.md index a4fe209e2..59f2ed28f 100644 --- a/charts/cloud-connector/README.md +++ b/charts/cloud-connector/README.md @@ -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= ``` @@ -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= ``` @@ -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 ```