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 beaa2d2..70fd772 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.9 +appVersion: 3.1.10 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 9f216f5..749672d 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.9' + version: '3.1.10' 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 b333c1a..9cb6dd4 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.9" + publishedVersion: "3.1.10" 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 5994005..a9f1cb5 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.9 +appVersion: 3.1.10 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 4015d14..6564526 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.9' + version: '3.1.10' 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 ab630d5..9a2ad2e 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.9" + publishedVersion: "3.1.10" publishedVersionMetadata: releaseNote: >- 3.1 diff --git a/fig/__init__.py b/fig/__init__.py index 5341ea5..be3cf9c 100644 --- a/fig/__init__.py +++ b/fig/__init__.py @@ -1 +1 @@ -__version__ = '3.1.9' +__version__ = '3.1.10'