Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Jul 6, 2022
1 parent 6de1765 commit a958943
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
appVersion: 3.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
kind: Secret
descriptor:
type: falcon-integration-gateway
version: '3.1.0'
version: '3.1.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 Chronicle.
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/gke-chronicle/deployer/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ x-google-marketplace:

applicationApiVersion: v1beta1

publishedVersion: "3.1.0"
publishedVersion: "3.1.1"
publishedVersionMetadata:
releaseNote: >-
3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
appVersion: 3.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
kind: Secret
descriptor:
type: falcon-integration-gateway
version: '3.1.0'
version: '3.1.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
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/gke/deployer/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ x-google-marketplace:

applicationApiVersion: v1beta1

publishedVersion: "3.1.0"
publishedVersion: "3.1.1"
publishedVersionMetadata:
releaseNote: >-
3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="falcon-integration-gateway",
version="3.1.0",
version="3.1.1",
author="CrowdStrike",
maintainer="Simon Lukasik",
description="The CrowdStrike Demo Falcon Integration Gateway for GCP",
Expand Down

0 comments on commit a958943

Please sign in to comment.