Skip to content

Commit 325034d

Browse files
authored
Merge pull request #216 from carlosmmatos/bump-v3.3.0
chore: bump v3.3.0
2 parents 1e717c9 + 1ddd936 commit 325034d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.2.6
24+
appVersion: 3.3.0

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.2.6'
26+
version: '3.3.0'
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.2.6"
6+
publishedVersion: "3.3.0"
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.2.6"
1+
__version__ = "3.3.0"

0 commit comments

Comments
 (0)