Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump release to 3.1.3 #141

Merged
merged 1 commit into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
appVersion: 3.1.3
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.2'
version: '3.1.3'
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.2"
publishedVersion: "3.1.3"
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.2
appVersion: 3.1.3
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.2'
version: '3.1.3'
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.2"
publishedVersion: "3.1.3"
publishedVersionMetadata:
releaseNote: >-
3.1
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

setup(
name="falcon-integration-gateway",
version="3.1.2",
author="CrowdStrike",
maintainer="Simon Lukasik",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version="3.1.3",
author="CRWD Solution Architects",
author_email="integrations@crowdstrike.com",
description="The CrowdStrike Demo Falcon Integration Gateway for GCP",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down