From 5ca70fb44cd5cc3cd4ffd2c696eed844577f169c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Fri, 9 Apr 2021 20:12:53 +0300 Subject: [PATCH] fix for bucket name of s3, it should be empty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- falcosidekick/CHANGELOG.md | 6 ++++++ falcosidekick/Chart.yaml | 2 +- falcosidekick/README.md | 2 +- falcosidekick/values.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/falcosidekick/CHANGELOG.md b/falcosidekick/CHANGELOG.md index 73e24270..dbd35102 100644 --- a/falcosidekick/CHANGELOG.md +++ b/falcosidekick/CHANGELOG.md @@ -5,6 +5,12 @@ numbering uses [semantic versioning](http://semver.org). Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick). +## 0.3.1 + +### Fixes + +* Fix for `s3.bucket`, it should be empty + ## 0.3.0 ### Major Changes diff --git a/falcosidekick/Chart.yaml b/falcosidekick/Chart.yaml index 6fbc33fd..88ec3c00 100644 --- a/falcosidekick/Chart.yaml +++ b/falcosidekick/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 2.21.0 description: A simple daemon to help you with falco's outputs icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png name: falcosidekick -version: 0.3.0 +version: 0.3.1 keywords: - monitoring - security diff --git a/falcosidekick/README.md b/falcosidekick/README.md index 84fc4768..a4aff65d 100644 --- a/falcosidekick/README.md +++ b/falcosidekick/README.md @@ -172,7 +172,7 @@ The following table lists the main configurable parameters of the Falcosidekick | `config.aws.sns.minimumpriority` | minimum priority of event for using use this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or ""` | `debug` | | `config.aws.sqs.url` | AWS SQS Queue URL, if not empty, AWS SQS output is enabled | | | `config.aws.sqs.minimumpriority` | minimum priority of event for using use this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or ""` | `debug` | -| `config.aws.s3.bucket` | AWS S3, bucket name | `falcosidekick` | +| `config.aws.s3.bucket` | AWS S3, bucket name | | | `config.aws.s3.prefix` | AWS S3, name of prefix, keys will have format: s3:////YYYY-MM-DD/YYYY-MM-DDTHH:mm:ss.s+01:00.json | | | `config.aws.s3.minimumpriority` | minimum priority of event for using use this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or ""` | `debug` | `config.smtp.hostport` | "host:port" address of SMTP server, if not empty, SMTP output is enabled | | diff --git a/falcosidekick/values.yaml b/falcosidekick/values.yaml index 4bf1ed9d..18c23648 100644 --- a/falcosidekick/values.yaml +++ b/falcosidekick/values.yaml @@ -123,7 +123,7 @@ config: url: "" minimumpriority: "" s3: - bucket: "falcosidekick" + bucket: "" prefix: "" minimumpriority: ""