Skip to content

Commit

Permalink
Bumping to version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 14, 2024
1 parent bd135e7 commit cd6e2d6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.5] - 2024-03-14

### Changed

- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
- build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
- cleanup(nodesensor): remove legacy initContainer code

## [0.9.4] - 2024-03-07

### 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.4
VERSION ?= 0.9.5

# 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
8 changes: 4 additions & 4 deletions bundle/manifests/falcon-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ metadata:
capabilities: Basic Install
categories: Security,Monitoring
containerImage: quay.io/crowdstrike/falcon-operator
createdAt: "2024-03-07T18:18:21Z"
createdAt: "2024-03-14T17:07:20Z"
description: Falcon Operator installs CrowdStrike Falcon Sensors on the cluster
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
Expand All @@ -118,7 +118,7 @@ metadata:
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.4
name: falcon-operator.v0.9.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1027,7 +1027,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:0.9.4
image: quay.io/crowdstrike/falcon-operator:0.9.5
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1150,4 +1150,4 @@ spec:
provider:
name: CrowdStrike
url: https://crowdStrike.com
version: 0.9.4
version: 0.9.5
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.4
newTag: 0.9.5
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.4
image: quay.io/crowdstrike/falcon-operator:0.9.5
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit cd6e2d6

Please sign in to comment.