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 c2c3bc5..261a11e 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.1 +appVersion: 3.1.2 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 701e118..a5b8cd5 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.1' + version: '3.1.2' 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 7d5093e..699e583 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.1" + publishedVersion: "3.1.2" 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 3d2602b..e5f5a8c 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.1 +appVersion: 3.1.2 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 e8d3ca5..041fdad 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.1' + version: '3.1.2' 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 35bc210..ef8e5d1 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.1" + publishedVersion: "3.1.2" publishedVersionMetadata: releaseNote: >- 3.1 diff --git a/setup.py b/setup.py index 24e3365..1c90955 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="falcon-integration-gateway", - version="3.1.1", + version="3.1.2", author="CrowdStrike", maintainer="Simon Lukasik", description="The CrowdStrike Demo Falcon Integration Gateway for GCP",