Skip to content

Commit

Permalink
Merge pull request CrowdStrike#173 from carlosmmatos/bump-3.1.11
Browse files Browse the repository at this point in the history
bump version 3.1.11
  • Loading branch information
carlosmmatos authored Nov 21, 2023
2 parents e5cf70f + a0a5138 commit 7ce6e72
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/aws/manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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.10
2023-10-18 16:45:43 fig MainThread INFO Starting Falcon Integration Gateway 3.1.11
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
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.10
appVersion: 3.1.11
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.10'
version: '3.1.11'
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.10"
publishedVersion: "3.1.11"
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.10
appVersion: 3.1.11
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.10'
version: '3.1.11'
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.10"
publishedVersion: "3.1.11"
publishedVersionMetadata:
releaseNote: >-
3.1
Expand Down
2 changes: 1 addition & 1 deletion fig/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.10'
__version__ = '3.1.11'

0 comments on commit 7ce6e72

Please sign in to comment.