Skip to content

Commit 45400cf

Browse files
gpontejos-csgithub-actions
andauthored
Bumping to version 1.9.0 (#732)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 7d51ed2 commit 45400cf

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.9.0] - 2025-11-18
9+
10+
### Changed
11+
12+
- fix(falcon-admission): add required KAC labels (#728)
13+
- feat: Refactor release workflows for external builds (#727)
14+
- docs: oc mirror (#725)
15+
- Add GOPROXY to Makefile (#726)
16+
- harden release workflow (#723)
17+
- fix(FalconImageAnalyzer): Add required IAR agent service labels (#722)
18+
- chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14
19+
- feat(falconnodesensor): Add unified daemonset image support (#720)
20+
- add IAR agent service to IAR CRD
21+
- fix(falconnodesensor): Ensure readOnlyRootFilesystem is only true for GKE Autopilot for init-container
22+
- add IAR namespace env to correct KAC container + regenerate manifests
23+
- add additional permissions to KAC cluster role
24+
- update docs
25+
- generate manifest and bundle updates
26+
- add FalconImageAnalyzerNamespace to FalconAdmission CRD
27+
- feat: Add clusterName to KAC
28+
- add links to operator subscription spec docs
29+
- revert redhat-subsciption change
30+
- add logs for ARGS env injection + update docs
31+
- Revert "feat(openshift): support operator deployment options with env vars"
32+
- update install guide docs
33+
- feat(openshift): support operator deployment options with env vars
34+
835
## [1.8.0] - 2025-08-19
936

1037
### 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.8.0
6+
VERSION ?= 1.9.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 & 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: "2025-11-05T18:34:58Z"
151+
createdAt: "2025-11-18T23:39:10Z"
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.8.0
168+
name: falcon-operator.v1.9.0
169169
namespace: placeholder
170170
spec:
171171
apiservicedefinitions: {}
@@ -2287,7 +2287,7 @@ spec:
22872287
fieldPath: metadata.annotations['olm.targetNamespaces']
22882288
- name: OPERATOR_NAME
22892289
value: falcon-operator
2290-
image: quay.io/crowdstrike/falcon-operator:1.8.0
2290+
image: quay.io/crowdstrike/falcon-operator:1.9.0
22912291
livenessProbe:
22922292
httpGet:
22932293
path: /healthz
@@ -2386,4 +2386,4 @@ spec:
23862386
provider:
23872387
name: CrowdStrike
23882388
url: https://crowdStrike.com
2389-
version: 1.8.0
2389+
version: 1.9.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.8.0
18+
newTag: 1.9.0

deploy/falcon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9973,7 +9973,7 @@ spec:
99739973
- name: WATCH_NAMESPACE
99749974
- name: OPERATOR_NAME
99759975
value: falcon-operator
9976-
image: quay.io/crowdstrike/falcon-operator:1.8.0
9976+
image: quay.io/crowdstrike/falcon-operator:1.9.0
99779977
livenessProbe:
99789978
httpGet:
99799979
path: /healthz

0 commit comments

Comments
 (0)