Skip to content

Commit 1274036

Browse files
author
github-actions
committed
Bumping to version 1.5.0
1 parent 8d8e611 commit 1274036

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.5.0] - 2025-04-17
9+
10+
### Changed
11+
12+
- Fix: Update caching to lower overall operator memory consumption
13+
- Update go version in github actions
14+
- Fix: Exclude configure-cluster-id from GKE Autopilot
15+
- Migrate from deprecated kube-proxy to native controller metrics endpoint
16+
- docs: revert accidental rollback of openshift and IAR docs
17+
- New: Add cluster-config-id to sensor init container
18+
- New: Adding configurable Lease Duration and Renewal Deadline
19+
820
## [1.4.0] - 2025-02-18
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.4.0
6+
VERSION ?= 1.5.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-04-03T15:50:54Z"
151+
createdAt: "2025-04-17T19:27:23Z"
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.4.0
168+
name: falcon-operator.v1.5.0
169169
namespace: placeholder
170170
spec:
171171
apiservicedefinitions: {}
@@ -1981,7 +1981,7 @@ spec:
19811981
fieldPath: metadata.annotations['olm.targetNamespaces']
19821982
- name: OPERATOR_NAME
19831983
value: falcon-operator
1984-
image: quay.io/crowdstrike/falcon-operator:1.4.0
1984+
image: quay.io/crowdstrike/falcon-operator:1.5.0
19851985
livenessProbe:
19861986
httpGet:
19871987
path: /healthz
@@ -2080,4 +2080,4 @@ spec:
20802080
provider:
20812081
name: CrowdStrike
20822082
url: https://crowdStrike.com
2083-
version: 1.4.0
2083+
version: 1.5.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.4.0
18+
newTag: 1.5.0

deploy/falcon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8258,7 +8258,7 @@ spec:
82588258
- name: WATCH_NAMESPACE
82598259
- name: OPERATOR_NAME
82608260
value: falcon-operator
8261-
image: quay.io/crowdstrike/falcon-operator:1.4.0
8261+
image: quay.io/crowdstrike/falcon-operator:1.5.0
82628262
livenessProbe:
82638263
httpGet:
82648264
path: /healthz

0 commit comments

Comments
 (0)