Skip to content

Commit f7bc3bc

Browse files
committed
3.1.7
1 parent aedca17 commit f7bc3bc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.2.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 3.1.7
24+
appVersion: 3.1.8

docs/listings/gke-chronicle/deployer/chart/falcon-integration-gateway/templates/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
kind: Secret
2424
descriptor:
2525
type: falcon-integration-gateway
26-
version: '3.1.7'
26+
version: '3.1.8'
2727
description: |-
2828
Falcon Integration Gateway (FIG) forwards threat detection findings from CrowdStrike Falcon
2929
platform to the backend of your choice. This instance forwards detection findings to Chronicle.

docs/listings/gke-chronicle/deployer/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-google-marketplace:
33

44
applicationApiVersion: v1beta1
55

6-
publishedVersion: "3.1.7"
6+
publishedVersion: "3.1.8"
77
publishedVersionMetadata:
88
releaseNote: >-
99
3.1

docs/listings/gke/deployer/chart/falcon-integration-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.2.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 3.1.7
24+
appVersion: 3.1.8

docs/listings/gke/deployer/chart/falcon-integration-gateway/templates/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
kind: Secret
2424
descriptor:
2525
type: falcon-integration-gateway
26-
version: '3.1.7'
26+
version: '3.1.8'
2727
description: |-
2828
Falcon Integration Gateway (FIG) forwards threat detection findings from CrowdStrike Falcon
2929
platform to the backend of your choice. This instance forwards detection findings to GCP

docs/listings/gke/deployer/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-google-marketplace:
33

44
applicationApiVersion: v1beta1
55

6-
publishedVersion: "3.1.7"
6+
publishedVersion: "3.1.8"
77
publishedVersionMetadata:
88
releaseNote: >-
99
3.1

fig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.7'
1+
__version__ = '3.1.8'

0 commit comments

Comments
 (0)