Skip to content
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0] - 2026-01-26

### Changed

- chore(docs): Update CrowdStrike registry usage for FalconNodeSensor
- feat(falcon-imageanalyzer): Add image exclusions
- chore(falconcontainer): Add injector tests
- fix: Remove bump release workflow
- chore: bump gofalcon v0.19.0

## [1.10.0] - 2026-01-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.10.0
VERSION ?= 1.11.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
14 changes: 10 additions & 4 deletions bundle/manifests/falcon-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Security,Monitoring
containerImage: quay.io/crowdstrike/falcon-operator
createdAt: "2026-01-06T23:11:25Z"
createdAt: "2026-01-26T16:25:43Z"
description: Falcon Operator installs CrowdStrike Falcon Sensors on the cluster
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
Expand All @@ -165,7 +165,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/CrowdStrike/falcon-operator
support: Community Only
name: falcon-operator.v1.10.0
name: falcon-operator.v1.11.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1062,6 +1062,9 @@ spec:
- description: Additional configuration for Falcon Image Analyzer deployment.
displayName: Falcon Image Analyzer Configuration
path: falconImageAnalyzer.imageAnalyzerConfig
- description: Configure a list of image names for Image Analyzer to ignore.
displayName: Ignore Images List
path: falconImageAnalyzer.imageAnalyzerConfig.exclusions.imageNames
- description: Certificate validity duration in number of days.
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
path: falconImageAnalyzer.imageAnalyzerConfig.iarAgentService.certExpiration
Expand Down Expand Up @@ -1669,6 +1672,9 @@ spec:
- description: Additional configuration for Falcon Image Analyzer deployment.
displayName: Falcon Image Analyzer Configuration
path: imageAnalyzerConfig
- description: Configure a list of image names for Image Analyzer to ignore.
displayName: Ignore Images List
path: imageAnalyzerConfig.exclusions.imageNames
- description: Certificate validity duration in number of days.
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
path: imageAnalyzerConfig.iarAgentService.certExpiration
Expand Down Expand Up @@ -2330,7 +2336,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.10.0
image: quay.io/crowdstrike/falcon-operator:1.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -2429,4 +2435,4 @@ spec:
provider:
name: CrowdStrike
url: https://crowdStrike.com
version: 1.10.0
version: 1.11.0
Original file line number Diff line number Diff line change
Expand Up @@ -3356,6 +3356,12 @@ spec:
exclusions:
description: Exclusions for the Falcon Image Analyzer.
properties:
imageNames:
description: Configure a list of image names for Image
Analyzer to ignore.
items:
type: string
type: array
namespaces:
description: Configure a list of namespaces for Image
Analyzer to ignore.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ spec:
exclusions:
description: Exclusions for the Falcon Image Analyzer.
properties:
imageNames:
description: Configure a list of image names for Image Analyzer
to ignore.
items:
type: string
type: array
namespaces:
description: Configure a list of namespaces for Image Analyzer
to ignore.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/crowdstrike/falcon-operator
newTag: 1.10.0
newTag: 1.11.0
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,9 @@ spec:
- description: Additional configuration for Falcon Image Analyzer deployment.
displayName: Falcon Image Analyzer Configuration
path: falconImageAnalyzer.imageAnalyzerConfig
- description: Configure a list of image names for Image Analyzer to ignore.
displayName: Ignore Images List
path: falconImageAnalyzer.imageAnalyzerConfig.exclusions.imageNames
- description: Certificate validity duration in number of days.
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
path: falconImageAnalyzer.imageAnalyzerConfig.iarAgentService.certExpiration
Expand Down Expand Up @@ -1525,6 +1528,9 @@ spec:
- description: Additional configuration for Falcon Image Analyzer deployment.
displayName: Falcon Image Analyzer Configuration
path: imageAnalyzerConfig
- description: Configure a list of image names for Image Analyzer to ignore.
displayName: Ignore Images List
path: imageAnalyzerConfig.exclusions.imageNames
- description: Certificate validity duration in number of days.
displayName: Falcon Image Analyzer TLS Certificate Expiration (days)
path: imageAnalyzerConfig.iarAgentService.certExpiration
Expand Down
2 changes: 1 addition & 1 deletion deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10079,7 +10079,7 @@ spec:
- name: WATCH_NAMESPACE
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.10.0
image: quay.io/crowdstrike/falcon-operator:1.11.0
livenessProbe:
httpGet:
path: /healthz
Expand Down