Skip to content

Commit

Permalink
Bumping to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 9, 2024
1 parent ddd5a32 commit 8c8dfde
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2024-10-09

### Changed

- feat: add cluster visibility to FalconAdmission

## [1.2.0] - 2024-09-04

### Changed
Expand Down
14 changes: 9 additions & 5 deletions bundle/manifests/falcon-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Security,Monitoring
containerImage: quay.io/crowdstrike/falcon-operator
createdAt: "2024-09-04T21:39:13Z"
createdAt: "2024-10-09T22:02:54Z"
description: Falcon Operator installs CrowdStrike Falcon Sensors on the cluster
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
Expand All @@ -142,7 +142,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/CrowdStrike/falcon-operator
support: Community Only
name: falcon-operator.v1.2.0
name: falcon-operator.v1.3.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -285,7 +285,7 @@ spec:
- description: Additional configuration for Falcon Admission Controller deployment.
displayName: Falcon Admission Controller Configuration
path: admissionConfig
- description: Currently ignored and internally set to 1.
- description: Currently ignored and internally set to 1
displayName: Admission Controller Replica Count
path: admissionConfig.replicas
x-descriptors:
Expand Down Expand Up @@ -346,6 +346,10 @@ spec:
- description: Ignore admission control for a specific set of namespaces.
displayName: Ignore Namespace List
path: admissionConfig.disabledNamespaces
- description: Determines if with falcon-watcher container is included in the
Pod
displayName: Deploy Watcher Container
path: admissionConfig.deployWatcher
- displayName: Falcon Admission Controller Watcher Resources
path: admissionConfig.resourcesWatcher
x-descriptors:
Expand Down Expand Up @@ -1356,7 +1360,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.2.0
image: quay.io/crowdstrike/falcon-operator:1.3.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1451,4 +1455,4 @@ spec:
provider:
name: CrowdStrike
url: https://crowdStrike.com
version: 1.2.0
version: 1.3.0
19 changes: 12 additions & 7 deletions bundle/manifests/falcon.crowdstrike.com_falconadmissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
minimum: 0
type: integer
x-kubernetes-int-or-string: true
deployWatcher:
default: true
description: Determines if with falcon-watcher container is included
in the Pod
type: boolean
disabledNamespaces:
description: Ignore admission control for a specific set of namespaces.
properties:
Expand Down Expand Up @@ -99,7 +104,7 @@ spec:
type: array
replicas:
default: 2
description: Currently ignored and internally set to 1.
description: Currently ignored and internally set to 1
format: int32
maximum: 65535
minimum: 0
Expand All @@ -109,10 +114,10 @@ spec:
default:
limits:
cpu: 300m
memory: 512Mi
memory: 256Mi
requests:
cpu: 300m
memory: 512Mi
memory: 256Mi
description: ResourceRequirements describes the compute resource
requirements.
properties:
Expand Down Expand Up @@ -166,10 +171,10 @@ spec:
default:
limits:
cpu: 750m
memory: 256Mi
memory: 384Mi
requests:
cpu: 500m
memory: 256Mi
memory: 384Mi
description: ResourceRequirements describes the compute resource
requirements.
properties:
Expand Down Expand Up @@ -223,10 +228,10 @@ spec:
default:
limits:
cpu: 750m
memory: 256Mi
memory: 384Mi
requests:
cpu: 500m
memory: 256Mi
memory: 384Mi
description: ResourceRequirements describes the compute resource
requirements.
properties:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/crowdstrike/falcon-operator
newTag: 1.2.0
newTag: 1.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
- description: Additional configuration for Falcon Admission Controller deployment.
displayName: Falcon Admission Controller Configuration
path: admissionConfig
- description: Currently ignored and internally set to 1.
- description: Currently ignored and internally set to 1
displayName: Admission Controller Replica Count
path: admissionConfig.replicas
x-descriptors:
Expand Down Expand Up @@ -225,6 +225,10 @@ spec:
- description: Ignore admission control for a specific set of namespaces.
displayName: Ignore Namespace List
path: admissionConfig.disabledNamespaces
- description: Determines if with falcon-watcher container is included in the
Pod
displayName: Deploy Watcher Container
path: admissionConfig.deployWatcher
- displayName: Falcon Admission Controller Watcher Resources
path: admissionConfig.resourcesWatcher
x-descriptors:
Expand Down
2 changes: 1 addition & 1 deletion deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4426,7 +4426,7 @@ spec:
- name: WATCH_NAMESPACE
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.2.0
image: quay.io/crowdstrike/falcon-operator:1.3.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 8c8dfde

Please sign in to comment.