From 119c922902579d95362c6ec8449ddbb5d4a728ea Mon Sep 17 00:00:00 2001 From: Evan Stoner Date: Fri, 25 Oct 2024 15:48:19 -0400 Subject: [PATCH] Bump v0.2.1 --- DEVELOPING.md | 11 +++++++++++ charts/openshift-console-plugin/Chart.yaml | 2 +- package.json | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 DEVELOPING.md diff --git a/DEVELOPING.md b/DEVELOPING.md new file mode 100644 index 0000000..32b0963 --- /dev/null +++ b/DEVELOPING.md @@ -0,0 +1,11 @@ +# Developer docs + +## Release process + +1. Bump versions in: + - `package.json`: `version` and `consolePlugin.version` + - `charts/Chart.yaml` +2. Create a GitHub release: + - Allow GitHub to auto-create a matching tag in the format `vX.Y.Z` + - Generate release notes from previous PR's, and review them for quality +3. Quay will automatically build the matching container image diff --git a/charts/openshift-console-plugin/Chart.yaml b/charts/openshift-console-plugin/Chart.yaml index 90ff8f2..73f8de6 100644 --- a/charts/openshift-console-plugin/Chart.yaml +++ b/charts/openshift-console-plugin/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: openshift-console-plugin description: A Helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.2.1 diff --git a/package.json b/package.json index bf5d4c1..f9f9aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "falcon-openshift-console-plugin", - "version": "0.1.0", + "version": "0.2.1", "description": "CrowdStrike Falcon OpenShift console plugin", "private": true, "license": "Apache-2.0", @@ -72,7 +72,7 @@ }, "consolePlugin": { "name": "falcon-openshift-console-plugin", - "version": "0.0.1", + "version": "0.2.1", "displayName": "CrowdStrike Falcon OpenShift console plugin", "description": "Extends the OpenShift console with data from the CrowdStrike Falcon platform.", "exposedModules": {