Skip to content

Commit

Permalink
chore: bump 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Dec 20, 2024
1 parent a3a1bf6 commit 37d7578
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 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.2.1
appVersion: 3.2.2
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.2.1'
version: '3.2.2'
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
38 changes: 19 additions & 19 deletions 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.2.1"
publishedVersion: "3.2.2"
publishedVersionMetadata:
releaseNote: >-
3.1
Expand All @@ -14,13 +14,13 @@ x-google-marketplace:
clusterConstraints:
resources:
- replicas: 1
requests:
cpu: 100m
memory: 300Mi
- replicas: 1
requests:
cpu: 100m
memory: 300Mi

images:
'': # Primary image has no name.
"": # Primary image has no name.
properties:
imageRepo:
type: REPO_WITH_REGISTRY
Expand All @@ -45,10 +45,10 @@ properties:
type: STRING
default: us-1
enum:
- 'us-1'
- 'us-2'
- 'eu-1'
- 'us-gov-1'
- "us-1"
- "us-2"
- "eu-1"
- "us-gov-1"
falcon.client_id:
title: "Falcon API OAuth2 Credentials: Client ID"
description: "API keypair used to authenticate with Falcon Platform and to initiate streaming session. Only the following permissions are required: READ 'Event streams' and READ 'Hosts'"
Expand All @@ -69,14 +69,14 @@ properties:
type: MASKED_FIELD

required:
- name
- namespace
- falcon.client_id
- falcon.client_secret
- falcon.cloud_region
- cloud.google.application_credentials
- name
- namespace
- falcon.client_id
- falcon.client_secret
- falcon.cloud_region
- cloud.google.application_credentials

form:
- widget: help
description: |-
<a href="https://github.com/CrowdStrike/falcon-integration-gateway/blob/main/docs/listings/gke/UserGuide.md">Deployment Guide</a>
- widget: help
description: |-
<a href="https://github.com/CrowdStrike/falcon-integration-gateway/blob/main/docs/listings/gke/UserGuide.md">Deployment Guide</a>
2 changes: 1 addition & 1 deletion fig/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.1'
__version__ = '3.2.2'

0 comments on commit 37d7578

Please sign in to comment.