Skip to content
Closed
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
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ 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.10.1-rc2] - 2026-01-02

### Changed

- Bumping to version 1.9.0 (#732)
- fix(falcon-admission): add required KAC labels (#728)
- feat: Refactor release workflows for external builds (#727)
- docs: oc mirror (#725)
- Add GOPROXY to Makefile (#726)
- harden release workflow (#723)
- fix(FalconImageAnalyzer): Add required IAR agent service labels (#722)
- chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14
- feat(falconnodesensor): Add unified daemonset image support (#720)
- add IAR agent service to IAR CRD
- fix(falconnodesensor): Ensure readOnlyRootFilesystem is only true for GKE Autopilot for init-container
- add IAR namespace env to correct KAC container + regenerate manifests
- add additional permissions to KAC cluster role
- update docs
- generate manifest and bundle updates
- add FalconImageAnalyzerNamespace to FalconAdmission CRD
- feat: Add clusterName to KAC
- add links to operator subscription spec docs
- revert redhat-subsciption change
- add logs for ARGS env injection + update docs
- Revert "feat(openshift): support operator deployment options with env vars"
- update install guide docs
- feat(openshift): support operator deployment options with env vars

## [1.9.0] - 2025-11-18

### 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.9.0
VERSION ?= 1.10.1-rc2

# 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
8 changes: 4 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: "2025-11-18T23:39:10Z"
createdAt: "2026-01-02T21:07:16Z"
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.9.0
name: falcon-operator.v1.10.1-rc2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -2287,7 +2287,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.9.0
image: quay.io/crowdstrike/falcon-operator:1.10.1-rc2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -2386,4 +2386,4 @@ spec:
provider:
name: CrowdStrike
url: https://crowdStrike.com
version: 1.9.0
version: 1.10.1-rc2
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.9.0
newTag: 1.10.1-rc2
2 changes: 1 addition & 1 deletion deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9973,7 +9973,7 @@ spec:
- name: WATCH_NAMESPACE
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.9.0
image: quay.io/crowdstrike/falcon-operator:1.10.1-rc2
livenessProbe:
httpGet:
path: /healthz
Expand Down