Skip to content

Commit

Permalink
Bumping to version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 8, 2024
1 parent 6977b7e commit f3615ed
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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).

## [0.9.3] - 2024-02-08

### Changed

- fix: TestMakeSensorEnvMap should test for automatic proxy vs manual
- fixing the automatic proxy host config commenting the test TestMakeSensorEnvMapWithAutomaticProxy for refactor
- fix: priorityclass handling should be deployable to more than just GKE
- fix: downloaded kustomize if needed when non-olm make target is run
- Bump channel in docs/src.
- Fix a readme link so it works from OperatorHub.
- Bump OpenShift Subscription channel to 0.9.
- fix: update go crypto version
- update CRD to fix the display name on the proxy host
- feat: update to latest gofalcon
- feat: loosen up the default resource quota the admission controller
- fix: admission controller doc fixes
- fix: fix typo in configmap_test.go

## [0.9.2] - 2023-12-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.9.2
VERSION ?= 0.9.3

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
14 changes: 7 additions & 7 deletions bundle/manifests/falcon-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ metadata:
capabilities: Basic Install
categories: Security,Monitoring
containerImage: quay.io/crowdstrike/falcon-operator
createdAt: "2023-12-22T00:45:23Z"
createdAt: "2024-02-08T20:05:13Z"
description: Falcon Operator installs CrowdStrike Falcon Sensors on the cluster
operatorframework.io/suggested-namespace: falcon-operator
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4-alpha
repository: https://github.com/CrowdStrike/falcon-operator
support: Community Only
name: falcon-operator.v0.9.2
name: falcon-operator.v0.9.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- description: The application proxy host to use for Falcon sensor proxy configuration.
displayName: Disable Falcon Proxy Host
displayName: Falcon Proxy Host
path: falcon.aph
- description: Falcon Customer ID (CID) Override (optional, default is derived
from the API Key pair)
Expand Down Expand Up @@ -398,7 +398,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:selector:core:v1:ConfigMap
- description: The application proxy host to use for Falcon sensor proxy configuration.
displayName: Disable Falcon Proxy Host
displayName: Falcon Proxy Host
path: falcon.aph
- description: Falcon Customer ID (CID) Override (optional, default is derived
from the API Key pair)
Expand Down Expand Up @@ -518,7 +518,7 @@ spec:
displayName: Priority Class Value
path: node.priorityClass.value
- description: The application proxy host to use for Falcon sensor proxy configuration.
displayName: Disable Falcon Proxy Host
displayName: Falcon Proxy Host
path: falcon.aph
- description: Falcon Customer ID (CID) Override (optional, default is derived
from the API Key pair)
Expand Down Expand Up @@ -1017,7 +1017,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:0.9.2
image: quay.io/crowdstrike/falcon-operator:0.9.3
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1140,4 +1140,4 @@ spec:
provider:
name: CrowdStrike
url: https://crowdStrike.com
version: 0.9.2
version: 0.9.3
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/crowdstrike/falcon-operator
newTag: 0.9.2
newTag: 0.9.3
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- description: The application proxy host to use for Falcon sensor proxy configuration.
displayName: Disable Falcon Proxy Host
displayName: Falcon Proxy Host
path: falcon.aph
- description: Falcon Customer ID (CID) Override (optional, default is derived
from the API Key pair)
Expand Down Expand Up @@ -301,7 +301,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:selector:core:v1:ConfigMap
- description: The application proxy host to use for Falcon sensor proxy configuration.
displayName: Disable Falcon Proxy Host
displayName: Falcon Proxy Host
path: falcon.aph
- description: Falcon Customer ID (CID) Override (optional, default is derived
from the API Key pair)
Expand Down Expand Up @@ -421,7 +421,7 @@ spec:
displayName: Priority Class Value
path: node.priorityClass.value
- description: The application proxy host to use for Falcon sensor proxy configuration.
displayName: Disable Falcon Proxy Host
displayName: Falcon Proxy Host
path: falcon.aph
- description: Falcon Customer ID (CID) Override (optional, default is derived
from the API Key pair)
Expand Down
2 changes: 1 addition & 1 deletion deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ spec:
value: null
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:0.9.2
image: quay.io/crowdstrike/falcon-operator:0.9.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit f3615ed

Please sign in to comment.