Skip to content

Commit d126674

Browse files
author
github-actions
committed
Bumping to version 1.6.0
1 parent 306df84 commit d126674

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.6.0] - 2025-06-03
9+
10+
### Changed
11+
12+
- chore: remove old registry code
13+
- bump operator version and run make bundle
14+
- update Falcon KAC docs for ARM64 support
15+
- feat(all-sensors): add k8s secret support for sensitive Falcon API and Falcon sensor values
16+
- Add GKE AutoPilot labels to spec for troubleshooting WorkloadAllowlists
17+
- Add flag to disable the validating webhoook in falcon-kac
18+
- Fix IAR cloud region requirements
19+
- Add configurable nodeAffinity to falcon-container
20+
- feat(falcon-kac): add optional node affinity + pull latest multi-arch images (#651)
21+
- docs: clarify support on ROSA Classic vs. HCP
22+
- Set the Falcon sensor cleanup node sleep time to infinity
23+
- Fix: Add required OpenShift image labels
24+
- docs: Add note to ensure falcon-kac is installed in unique namespace
25+
826
## [1.5.0] - 2025-04-17
927

1028
### 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.5.0
6+
VERSION ?= 1.6.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-06-03T18:24:20Z"
151+
createdAt: "2025-06-03T22:34:20Z"
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.5.0
168+
name: falcon-operator.v1.6.0
169169
namespace: placeholder
170170
spec:
171171
apiservicedefinitions: {}
@@ -2167,7 +2167,7 @@ spec:
21672167
fieldPath: metadata.annotations['olm.targetNamespaces']
21682168
- name: OPERATOR_NAME
21692169
value: falcon-operator
2170-
image: quay.io/crowdstrike/falcon-operator:1.5.0
2170+
image: quay.io/crowdstrike/falcon-operator:1.6.0
21712171
livenessProbe:
21722172
httpGet:
21732173
path: /healthz
@@ -2266,4 +2266,4 @@ spec:
22662266
provider:
22672267
name: CrowdStrike
22682268
url: https://crowdStrike.com
2269-
version: 1.5.0
2269+
version: 1.6.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.5.0
18+
newTag: 1.6.0

deploy/falcon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9394,7 +9394,7 @@ spec:
93949394
- name: WATCH_NAMESPACE
93959395
- name: OPERATOR_NAME
93969396
value: falcon-operator
9397-
image: quay.io/crowdstrike/falcon-operator:1.5.0
9397+
image: quay.io/crowdstrike/falcon-operator:1.6.0
93989398
livenessProbe:
93999399
httpGet:
94009400
path: /healthz

0 commit comments

Comments
 (0)