@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.0] - 2025-02-18
9+
10+ ### Changed
11+
12+ - New: Add FalconDeployment CR
13+ - fix: deployments to prevent endless reconciles
14+ - add fsGroup as nobody group
15+ - fix: ensure latest IAR image is used as default
16+ - fix: updating sidecar manifest for controller-gen v0.14.0
17+ - fix: prevent e2e test failures caused by node sensor cleanup
18+ - build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0
19+ - build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0
20+ - build(deps): bump helm/kind-action from 1.10.0 to 1.12.0
21+ - build(deps): bump github.com/cert-manager/cert-manager
22+ - Update resources limits for KAC containers
23+ - cdp: set ClusterFirstWithHostNet, so cluster DNS resolution is possible from host network
24+ - cdp: added resources and verbs for the cluster role
25+ - Update support statement
26+ - Upgrade controller-gen to v0.14.0 and fix defaults
27+ - Update tolerations to accommodate an empty list
28+ - Update README support statement
29+ - docs: fix scopes and required parameters for IAR
30+ - docs: Use absolute links in readme.
31+ - Hint at OpenShift pull secret needed for IAR.
32+ - docs: improve ROSA/ARO support language
33+ - docs: use absolute link for install guide in CSV
34+
835## [ 1.3.1] - 2024-10-22
936
1037### Changed
0 commit comments