Skip to content

Commit c1e429c

Browse files
author
github-actions
committed
Bumping to version 1.8.0
1 parent d2d770c commit c1e429c

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.8.0] - 2025-08-19
9+
10+
### Changed
11+
12+
- feat(node-sensor): add falcon.cloud option for unified sensor installation
13+
- fix: Add nodes permission to iar clusterrole
14+
- refactor: fix e2e test namespace conflicts
15+
- docs: Remove Krew install docs
16+
- fix: Update image tags to include minor versions
17+
- fix: Ensure Falcon.CID matches Spec to allow for in-place updates of secrets and API creds
18+
- chore(docs): update support statement + add SUPPORT.md
19+
820
## [1.7.0] - 2025-07-16
921

1022
### 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.7.0
6+
VERSION ?= 1.8.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-08-11T17:31:06Z"
151+
createdAt: "2025-08-19T21:04:30Z"
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.7.0
168+
name: falcon-operator.v1.8.0
169169
namespace: placeholder
170170
spec:
171171
apiservicedefinitions: {}
@@ -2205,7 +2205,7 @@ spec:
22052205
fieldPath: metadata.annotations['olm.targetNamespaces']
22062206
- name: OPERATOR_NAME
22072207
value: falcon-operator
2208-
image: quay.io/crowdstrike/falcon-operator:1.7.0
2208+
image: quay.io/crowdstrike/falcon-operator:1.8.0
22092209
livenessProbe:
22102210
httpGet:
22112211
path: /healthz
@@ -2304,4 +2304,4 @@ spec:
23042304
provider:
23052305
name: CrowdStrike
23062306
url: https://crowdStrike.com
2307-
version: 1.7.0
2307+
version: 1.8.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.7.0
18+
newTag: 1.8.0

deploy/falcon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9856,7 +9856,7 @@ spec:
98569856
- name: WATCH_NAMESPACE
98579857
- name: OPERATOR_NAME
98589858
value: falcon-operator
9859-
image: quay.io/crowdstrike/falcon-operator:1.7.0
9859+
image: quay.io/crowdstrike/falcon-operator:1.8.0
98609860
livenessProbe:
98619861
httpGet:
98629862
path: /healthz

0 commit comments

Comments
 (0)