Skip to content

Commit

Permalink
Bump v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evanstoner committed Oct 25, 2024
1 parent 0d2651b commit 119c922
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/openshift-console-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 119c922

Please sign in to comment.