From 6c41338a93743868201ca285e5896203e603d078 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Oct 2024 22:48:15 +0000 Subject: [PATCH] Bumping to version 1.3.1 --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- .../manifests/falcon-operator.clusterserviceversion.yaml | 8 ++++---- config/manager/kustomization.yaml | 2 +- deploy/falcon-operator.yaml | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa91dd7..47864700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [1.3.1] - 2024-10-22 + +### Changed + +- feat: pin go version for releases +- Bumping to version 1.3.0 +- feat: add cluster visibility to FalconAdmission + ## [1.3.0] - 2024-10-09 ### Changed diff --git a/Makefile b/Makefile index 6fa313f5..7d772010 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= 1.3.0 +VERSION ?= 1.3.1 # 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") diff --git a/bundle/manifests/falcon-operator.clusterserviceversion.yaml b/bundle/manifests/falcon-operator.clusterserviceversion.yaml index ba261bdc..c40ddac2 100644 --- a/bundle/manifests/falcon-operator.clusterserviceversion.yaml +++ b/bundle/manifests/falcon-operator.clusterserviceversion.yaml @@ -125,7 +125,7 @@ metadata: capabilities: Seamless Upgrades categories: Security,Monitoring containerImage: quay.io/crowdstrike/falcon-operator - createdAt: "2024-10-09T22:02:54Z" + createdAt: "2024-10-22T22:48:15Z" description: Falcon Operator installs CrowdStrike Falcon Sensors on the cluster features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" @@ -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.3.0 + name: falcon-operator.v1.3.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -1360,7 +1360,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: OPERATOR_NAME value: falcon-operator - image: quay.io/crowdstrike/falcon-operator:1.3.0 + image: quay.io/crowdstrike/falcon-operator:1.3.1 livenessProbe: httpGet: path: /healthz @@ -1455,4 +1455,4 @@ spec: provider: name: CrowdStrike url: https://crowdStrike.com - version: 1.3.0 + version: 1.3.1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b14ea6ad..4b9005bc 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -9,4 +9,4 @@ kind: Kustomization images: - name: controller newName: quay.io/crowdstrike/falcon-operator - newTag: 1.3.0 + newTag: 1.3.1 diff --git a/deploy/falcon-operator.yaml b/deploy/falcon-operator.yaml index 7eb50adf..292e071d 100644 --- a/deploy/falcon-operator.yaml +++ b/deploy/falcon-operator.yaml @@ -4426,7 +4426,7 @@ spec: - name: WATCH_NAMESPACE - name: OPERATOR_NAME value: falcon-operator - image: quay.io/crowdstrike/falcon-operator:1.3.0 + image: quay.io/crowdstrike/falcon-operator:1.3.1 livenessProbe: httpGet: path: /healthz