Skip to content

Commit

Permalink
[NO-ISSUE] updated version 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Msarawan authored and lavocatt committed Sep 13, 2024
1 parent 81d33a5 commit 226669c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ENTRYPOINT ["nginx", "-g", "daemon off;"]
LABEL name="artemiscloud/activemq-artemis-self-provisioning-plugin"
LABEL description="ActiveMQ Artemis Self Provisioning Plugin"
LABEL maintainer="Roderick Kieley <[email protected]>"
LABEL version="0.1.0"
LABEL version="0.2.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveMQ Artemis Self Provisioning Plugin

This project is a ActiveMQ Artemis Self Provisioning Plugin to the Administrator perspective in OpenShift console. It requires OpenShift `4.15` to use.
This project is a ActiveMQ Artemis Self Provisioning Plugin to the Administrator perspective in OpenShift console. It requires OpenShift `4.16` to use.

## Local development

Expand Down
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.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activemq-artemis-self-provisioning-plugin",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"homepage": "https://github.com/artemiscloud/activemq-artemis-self-provisioning-plugin#readme",
"bugs": {
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"consolePlugin": {
"name": "activemq-artemis-self-provisioning-plugin",
"version": "0.1.0",
"version": "0.2.0",
"displayName": "Artemis Self Provisioning Plugin",
"description": "Artemis Self Provisioning Plugin",
"exposedModules": {
Expand All @@ -122,5 +122,5 @@
}
},
"readme": "README.md",
"_id": "activemq-artemis-self-provisioning-plugin@0.1.0"
"_id": "activemq-artemis-self-provisioning-plugin@0.2.0"
}

0 comments on commit 226669c

Please sign in to comment.