From f4ad820b442451224fe9c470064bb8fd8a0e2c88 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Fri, 20 Dec 2024 07:58:57 -0500 Subject: [PATCH] chore: bump v3.2.1 --- docs/aws/manual/README.md | 2 +- .../gke/deployer/chart/falcon-integration-gateway/Chart.yaml | 2 +- .../chart/falcon-integration-gateway/templates/application.yaml | 2 +- docs/listings/gke/deployer/schema.yaml | 2 +- fig/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/aws/manual/README.md b/docs/aws/manual/README.md index 7c6eae0..73f6aec 100644 --- a/docs/aws/manual/README.md +++ b/docs/aws/manual/README.md @@ -178,7 +178,7 @@ You can either use the `config/config.ini` file or you can use environment varia 1. Verify output ```bash - 2023-10-18 16:45:43 fig MainThread INFO Starting Falcon Integration Gateway 3.2.0 + 2023-10-18 16:45:43 fig MainThread INFO Starting Falcon Integration Gateway 3.2.1 2023-10-18 16:45:43 fig MainThread INFO AWS Backend is enabled. 2023-10-18 16:45:43 fig MainThread INFO Enabled backends will only process events with types: {'DetectionSummaryEvent'} 2023-10-18 16:45:44 fig cs_stream INFO Opening Streaming Connection diff --git a/docs/listings/gke/deployer/chart/falcon-integration-gateway/Chart.yaml b/docs/listings/gke/deployer/chart/falcon-integration-gateway/Chart.yaml index 1827fa7..b579560 100644 --- a/docs/listings/gke/deployer/chart/falcon-integration-gateway/Chart.yaml +++ b/docs/listings/gke/deployer/chart/falcon-integration-gateway/Chart.yaml @@ -21,4 +21,4 @@ version: 0.2.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 3.2.0 +appVersion: 3.2.1 diff --git a/docs/listings/gke/deployer/chart/falcon-integration-gateway/templates/application.yaml b/docs/listings/gke/deployer/chart/falcon-integration-gateway/templates/application.yaml index 40e49ab..4b8f5f2 100644 --- a/docs/listings/gke/deployer/chart/falcon-integration-gateway/templates/application.yaml +++ b/docs/listings/gke/deployer/chart/falcon-integration-gateway/templates/application.yaml @@ -23,7 +23,7 @@ spec: kind: Secret descriptor: type: falcon-integration-gateway - version: '3.2.0' + version: '3.2.1' description: |- Falcon Integration Gateway (FIG) forwards threat detection findings from CrowdStrike Falcon platform to the backend of your choice. This instance forwards detection findings to GCP diff --git a/docs/listings/gke/deployer/schema.yaml b/docs/listings/gke/deployer/schema.yaml index 7389bfb..5fe4e05 100644 --- a/docs/listings/gke/deployer/schema.yaml +++ b/docs/listings/gke/deployer/schema.yaml @@ -3,7 +3,7 @@ x-google-marketplace: applicationApiVersion: v1beta1 - publishedVersion: "3.2.0" + publishedVersion: "3.2.1" publishedVersionMetadata: releaseNote: >- 3.1 diff --git a/fig/__init__.py b/fig/__init__.py index 573cf70..b50da94 100644 --- a/fig/__init__.py +++ b/fig/__init__.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.2.1'