From 6082a99e227ab8efd6300462e61c63935f5cf8db Mon Sep 17 00:00:00 2001 From: jacklongsd Date: Mon, 24 Jul 2023 13:23:34 -0400 Subject: [PATCH] fix processing customer appends but not base rule --- charts/cloud-connector/CHANGELOG.md | 3 +++ charts/cloud-connector/Chart.yaml | 4 ++-- charts/cloud-connector/README.md | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/cloud-connector/CHANGELOG.md b/charts/cloud-connector/CHANGELOG.md index a7cbc51d6..4d3865b9e 100644 --- a/charts/cloud-connector/CHANGELOG.md +++ b/charts/cloud-connector/CHANGELOG.md @@ -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 diff --git a/charts/cloud-connector/Chart.yaml b/charts/cloud-connector/Chart.yaml index 8d2b3f35e..7c9ef70d7 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.3 -appVersion: 0.16.46 +version: 0.8.4 +appVersion: 0.16.47 home: https://sysdiglabs.github.io/cloud-connector maintainers: diff --git a/charts/cloud-connector/README.md b/charts/cloud-connector/README.md index 59f2ed28f..c45972381 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.3 \ + --create-namespace -n cloud-connector --version=0.8.4 \ --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.3 \ + --create-namespace -n cloud-connector --version=0.8.4 \ --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.3 \ + --create-namespace -n cloud-connector --version=0.8.4 \ --values values.yaml ```