diff --git a/docs/aws/manual/README.md b/docs/aws/manual/README.md index 005b020..b7531c4 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.1.12 + 2023-10-18 16:45:43 fig MainThread INFO Starting Falcon Integration Gateway 3.1.13 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-chronicle/deployer/chart/falcon-integration-gateway/Chart.yaml b/docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/Chart.yaml index 6c3c7c6..a854e89 100644 --- a/docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/Chart.yaml +++ b/docs/listings/gke-chronicle/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.1.12 +appVersion: 3.1.13 diff --git a/docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/templates/application.yaml b/docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/templates/application.yaml index fe6fb96..43c8a5c 100644 --- a/docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/templates/application.yaml +++ b/docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/templates/application.yaml @@ -23,7 +23,7 @@ spec: kind: Secret descriptor: type: falcon-integration-gateway - version: '3.1.12' + version: '3.1.13' 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 Chronicle. diff --git a/docs/listings/gke-chronicle/deployer/schema.yaml b/docs/listings/gke-chronicle/deployer/schema.yaml index 14bb8b4..5d3a234 100644 --- a/docs/listings/gke-chronicle/deployer/schema.yaml +++ b/docs/listings/gke-chronicle/deployer/schema.yaml @@ -3,7 +3,7 @@ x-google-marketplace: applicationApiVersion: v1beta1 - publishedVersion: "3.1.12" + publishedVersion: "3.1.13" publishedVersionMetadata: releaseNote: >- 3.1 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 fd8abb4..2caa359 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.1.12 +appVersion: 3.1.13 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 0402662..b99c6f8 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.1.12' + version: '3.1.13' 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 a097a2b..816e402 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.1.12" + publishedVersion: "3.1.13" publishedVersionMetadata: releaseNote: >- 3.1 diff --git a/fig/__init__.py b/fig/__init__.py index 1e6263a..6b2e93c 100644 --- a/fig/__init__.py +++ b/fig/__init__.py @@ -1 +1 @@ -__version__ = '3.1.12' +__version__ = '3.1.13'