Skip to content

Commit c5c15c0

Browse files
Engineering Systemsgpontejos-cs
authored andcommitted
Bumping to version 1.11.0
- Updated Makefile with version 1.11.0 - Generated manifests and bundle for quay.io/crowdstrike/falcon-operator:1.11.0 - Updated CHANGELOG.md with release notes
1 parent 63994de commit c5c15c0

File tree

8 files changed

+41
-7
lines changed

8 files changed

+41
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.11.0] - 2026-01-26
9+
10+
### Changed
11+
12+
- chore(docs): Update CrowdStrike registry usage for FalconNodeSensor
13+
- feat(falcon-imageanalyzer): Add image exclusions
14+
- chore(falconcontainer): Add injector tests
15+
- fix: Remove bump release workflow
16+
- chore: bump gofalcon v0.19.0
17+
818
## [1.10.0] - 2026-01-06
919

1020
### Changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.10.0
6+
VERSION ?= 1.11.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/falcon-operator.clusterserviceversion.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ metadata:
148148
capabilities: Seamless Upgrades
149149
categories: Security,Monitoring
150150
containerImage: quay.io/crowdstrike/falcon-operator
151-
createdAt: "2026-01-06T23:11:25Z"
151+
createdAt: "2026-01-26T16:25:43Z"
152152
description: Falcon Operator installs CrowdStrike Falcon Sensors on the cluster
153153
features.operators.openshift.io/cnf: "false"
154154
features.operators.openshift.io/cni: "false"
@@ -165,7 +165,7 @@ metadata:
165165
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
166166
repository: https://github.com/CrowdStrike/falcon-operator
167167
support: Community Only
168-
name: falcon-operator.v1.10.0
168+
name: falcon-operator.v1.11.0
169169
namespace: placeholder
170170
spec:
171171
apiservicedefinitions: {}
@@ -1062,6 +1062,9 @@ spec:
10621062
- description: Additional configuration for Falcon Image Analyzer deployment.
10631063
displayName: Falcon Image Analyzer Configuration
10641064
path: falconImageAnalyzer.imageAnalyzerConfig
1065+
- description: Configure a list of image names for Image Analyzer to ignore.
1066+
displayName: Ignore Images List
1067+
path: falconImageAnalyzer.imageAnalyzerConfig.exclusions.imageNames
10651068
- description: Certificate validity duration in number of days.
10661069
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
10671070
path: falconImageAnalyzer.imageAnalyzerConfig.iarAgentService.certExpiration
@@ -1669,6 +1672,9 @@ spec:
16691672
- description: Additional configuration for Falcon Image Analyzer deployment.
16701673
displayName: Falcon Image Analyzer Configuration
16711674
path: imageAnalyzerConfig
1675+
- description: Configure a list of image names for Image Analyzer to ignore.
1676+
displayName: Ignore Images List
1677+
path: imageAnalyzerConfig.exclusions.imageNames
16721678
- description: Certificate validity duration in number of days.
16731679
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
16741680
path: imageAnalyzerConfig.iarAgentService.certExpiration
@@ -2330,7 +2336,7 @@ spec:
23302336
fieldPath: metadata.annotations['olm.targetNamespaces']
23312337
- name: OPERATOR_NAME
23322338
value: falcon-operator
2333-
image: quay.io/crowdstrike/falcon-operator:1.10.0
2339+
image: quay.io/crowdstrike/falcon-operator:1.11.0
23342340
livenessProbe:
23352341
httpGet:
23362342
path: /healthz
@@ -2429,4 +2435,4 @@ spec:
24292435
provider:
24302436
name: CrowdStrike
24312437
url: https://crowdStrike.com
2432-
version: 1.10.0
2438+
version: 1.11.0

bundle/manifests/falcon.crowdstrike.com_falcondeployments.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,6 +3356,12 @@ spec:
33563356
exclusions:
33573357
description: Exclusions for the Falcon Image Analyzer.
33583358
properties:
3359+
imageNames:
3360+
description: Configure a list of image names for Image
3361+
Analyzer to ignore.
3362+
items:
3363+
type: string
3364+
type: array
33593365
namespaces:
33603366
description: Configure a list of namespaces for Image
33613367
Analyzer to ignore.

bundle/manifests/falcon.crowdstrike.com_falconimageanalyzers.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ spec:
125125
exclusions:
126126
description: Exclusions for the Falcon Image Analyzer.
127127
properties:
128+
imageNames:
129+
description: Configure a list of image names for Image Analyzer
130+
to ignore.
131+
items:
132+
type: string
133+
type: array
128134
namespaces:
129135
description: Configure a list of namespaces for Image Analyzer
130136
to ignore.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ kind: Kustomization
1515
images:
1616
- name: controller
1717
newName: quay.io/crowdstrike/falcon-operator
18-
newTag: 1.10.0
18+
newTag: 1.11.0

config/manifests/bases/falcon-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,9 @@ spec:
918918
- description: Additional configuration for Falcon Image Analyzer deployment.
919919
displayName: Falcon Image Analyzer Configuration
920920
path: falconImageAnalyzer.imageAnalyzerConfig
921+
- description: Configure a list of image names for Image Analyzer to ignore.
922+
displayName: Ignore Images List
923+
path: falconImageAnalyzer.imageAnalyzerConfig.exclusions.imageNames
921924
- description: Certificate validity duration in number of days.
922925
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
923926
path: falconImageAnalyzer.imageAnalyzerConfig.iarAgentService.certExpiration
@@ -1525,6 +1528,9 @@ spec:
15251528
- description: Additional configuration for Falcon Image Analyzer deployment.
15261529
displayName: Falcon Image Analyzer Configuration
15271530
path: imageAnalyzerConfig
1531+
- description: Configure a list of image names for Image Analyzer to ignore.
1532+
displayName: Ignore Images List
1533+
path: imageAnalyzerConfig.exclusions.imageNames
15281534
- description: Certificate validity duration in number of days.
15291535
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
15301536
path: imageAnalyzerConfig.iarAgentService.certExpiration

deploy/falcon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10079,7 +10079,7 @@ spec:
1007910079
- name: WATCH_NAMESPACE
1008010080
- name: OPERATOR_NAME
1008110081
value: falcon-operator
10082-
image: quay.io/crowdstrike/falcon-operator:1.10.0
10082+
image: quay.io/crowdstrike/falcon-operator:1.11.0
1008310083
livenessProbe:
1008410084
httpGet:
1008510085
path: /healthz

0 commit comments

Comments
 (0)