Skip to content

Commit d64e296

Browse files
Engineering Systemsmr-jungchoi
authored andcommitted
Bumping to version 1.13.0
- Updated Makefile with version 1.13.0 - Generated manifests and bundle for quay.io/crowdstrike/falcon-operator:1.13.0 - Updated CHANGELOG.md with release notes
1 parent b8fbe21 commit d64e296

6 files changed

Lines changed: 14 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.13.0] - 2026-05-07
9+
10+
### Changed
11+
12+
- feat(falcon-container): add AI Tap support (#811)
13+
- fix(falcon-kac): ensure watcher config values are handled properly (#809)
14+
815
## [1.12.1] - 2026-04-10
916

1017
### 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.12.1
6+
VERSION ?= 1.13.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: 4 additions & 12 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-04-10T17:14:28Z"
151+
createdAt: "2026-05-07T21:46:18Z"
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.12.1
168+
name: falcon-operator.v1.13.0
169169
namespace: placeholder
170170
spec:
171171
apiservicedefinitions: {}
@@ -427,10 +427,6 @@ spec:
427427
- description: Specifies node affinity for scheduling the Admission Controller.
428428
displayName: Node Affinity
429429
path: admissionConfig.nodeAffinity
430-
- description: Determines if the admission controller watches for configMap
431-
events
432-
displayName: Enable ConfigMap Event Watcher
433-
path: admissionConfig.configMapWatcherEnabled
434430
- description: Namespace where Falcon Image Analyzer is installed. KAC needs
435431
to know this to discover and communicate with IAR.
436432
displayName: Falcon Image Analyzer Namespace
@@ -1559,10 +1555,6 @@ spec:
15591555
- description: Specifies node affinity for scheduling the Admission Controller.
15601556
displayName: Node Affinity
15611557
path: falconAdmission.admissionConfig.nodeAffinity
1562-
- description: Determines if the admission controller watches for configMap
1563-
events
1564-
displayName: Enable ConfigMap Event Watcher
1565-
path: falconAdmission.admissionConfig.configMapWatcherEnabled
15661558
- description: Namespace where Falcon Image Analyzer is installed. KAC needs
15671559
to know this to discover and communicate with IAR.
15681560
displayName: Falcon Image Analyzer Namespace
@@ -2406,7 +2398,7 @@ spec:
24062398
fieldPath: metadata.annotations['olm.targetNamespaces']
24072399
- name: OPERATOR_NAME
24082400
value: falcon-operator
2409-
image: quay.io/crowdstrike/falcon-operator:1.12.1
2401+
image: quay.io/crowdstrike/falcon-operator:1.13.0
24102402
livenessProbe:
24112403
httpGet:
24122404
path: /healthz
@@ -2505,4 +2497,4 @@ spec:
25052497
provider:
25062498
name: CrowdStrike
25072499
url: https://crowdStrike.com
2508-
version: 1.12.1
2500+
version: 1.13.0

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.12.1
18+
newTag: 1.13.0

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@ spec:
283283
- description: Specifies node affinity for scheduling the Admission Controller.
284284
displayName: Node Affinity
285285
path: admissionConfig.nodeAffinity
286-
- description: Determines if the admission controller watches for configMap
287-
events
288-
displayName: Enable ConfigMap Event Watcher
289-
path: admissionConfig.configMapWatcherEnabled
290286
- description: Namespace where Falcon Image Analyzer is installed. KAC needs
291287
to know this to discover and communicate with IAR.
292288
displayName: Falcon Image Analyzer Namespace
@@ -1415,10 +1411,6 @@ spec:
14151411
- description: Specifies node affinity for scheduling the Admission Controller.
14161412
displayName: Node Affinity
14171413
path: falconAdmission.admissionConfig.nodeAffinity
1418-
- description: Determines if the admission controller watches for configMap
1419-
events
1420-
displayName: Enable ConfigMap Event Watcher
1421-
path: falconAdmission.admissionConfig.configMapWatcherEnabled
14221414
- description: Namespace where Falcon Image Analyzer is installed. KAC needs
14231415
to know this to discover and communicate with IAR.
14241416
displayName: Falcon Image Analyzer Namespace

deploy/falcon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10446,7 +10446,7 @@ spec:
1044610446
- name: WATCH_NAMESPACE
1044710447
- name: OPERATOR_NAME
1044810448
value: falcon-operator
10449-
image: quay.io/crowdstrike/falcon-operator:1.12.1
10449+
image: quay.io/crowdstrike/falcon-operator:1.13.0
1045010450
livenessProbe:
1045110451
httpGet:
1045210452
path: /healthz

0 commit comments

Comments
 (0)