Skip to content

Commit 8eb9873

Browse files
committed
chore: Init 0.1.1 as next version (again)
1 parent 5ba2baa commit 8eb9873

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
SHELL := /bin/bash
2121

22-
PLUGIN_VERSION := 0.1.0
22+
PLUGIN_VERSION := 0.1.1
2323
PLUGIN_NAME := camel-dashboard-console
2424
PLUGIN_NAMESPACE := camel-dashboard
2525
PLUGIN_IMAGE := quay.io/camel-tooling/camel-dashboard-console

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This project provides a [console plugin](https://github.com/openshift/console/tree/master/frontend/packages/console-dynamic-plugin-sdk) for [Camel](https://camel.apache.org).
55
The project is created using [openshift console plugin template](https://github.com/openshift/console-plugin-template)
66

7-
**Current version: 0.1.0**
7+
**Current version: 0.1.1**
88

99
It requires:
1010
* OpenShift 4.18
@@ -47,13 +47,13 @@ podman build -t quay.io/camel-tooling/camel-dashboard-console:latest .
4747
podman push quay.io/camel-tooling/camel-dashboard-console:latest
4848
```
4949

50-
**Note**: The image `quay.io/camel-tooling/camel-dashboard-console:0.1.0` is published so it can be pulled instead.
50+
**Note**: The image `quay.io/camel-tooling/camel-dashboard-console:0.1.1` is published so it can be pulled instead.
5151

5252
### Deploying the plugin using Helm
5353

5454
```sh
5555
oc new-project camel-dashboard
56-
helm upgrade -i camel-dashboard-console https://github.com/camel-tooling/camel-dashboard-console/raw/refs/heads/release-1.0.x/docs/charts/camel-dashboard-console-0.1.0.tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-dashboard-console:0.1.0
56+
helm upgrade -i camel-dashboard-console https://github.com/camel-tooling/camel-dashboard-console/raw/refs/heads/release-1.0.x/docs/charts/camel-dashboard-console-0.1.1.tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-dashboard-console:0.1.1
5757
```
5858

5959
# The Camel Tab

charts/camel-dashboard-console/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: camel-dashboard-console
33
description: A Helm chart for installing the Camel Dashboard OpenShift Console plugin
44
type: application
5-
version: 0.1.0
6-
appVersion: 0.1.0
5+
version: 0.1.1
6+
appVersion: 0.1.1
77
keywords:
88
- camel
99
- dashboard
3.75 KB
Binary file not shown.

docs/charts/index.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
apiVersion: v1
22
entries:
33
camel-dashboard-console:
4+
- apiVersion: v2
5+
appVersion: 0.1.1
6+
created: "2025-09-16T17:25:28.948594562+02:00"
7+
description: A Helm chart for installing the Camel Dashboard OpenShift Console
8+
plugin
9+
digest: 429f7b53cdf2446e222a378ecfae559e4df6ec2c9d7f332dc9608a6b9b40841a
10+
keywords:
11+
- camel
12+
- dashboard
13+
- console
14+
- react
15+
name: camel-dashboard-console
16+
sources:
17+
- https://github.com/camel-tooling/camel-dashboard-console.git
18+
type: application
19+
urls:
20+
- https://camel-tooling.github.io/camel-dashboard/charts/camel-dashboard-console-0.1.1.tgz
21+
version: 0.1.1
422
- apiVersion: v2
523
appVersion: 0.1.0
624
created: "2025-09-16T17:07:58.767624531+02:00"
@@ -19,4 +37,4 @@ entries:
1937
urls:
2038
- https://camel-tooling.github.io/camel-dashboard/charts/camel-dashboard-console-0.1.0.tgz
2139
version: 0.1.0
22-
generated: "2025-09-16T17:07:58.767212388+02:00"
40+
generated: "2025-09-16T17:25:28.948213257+02:00"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camel-dashboard-console",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Camel Dashboard Console",
55
"private": true,
66
"license": "Apache-2.0",
@@ -78,7 +78,7 @@
7878
},
7979
"consolePlugin": {
8080
"name": "camel-dashboard-console",
81-
"version": "0.1.0",
81+
"version": "0.1.1",
8282
"displayName": "Camel Dashboard Console",
8383
"description": "Camel Dashboard - OCP Console Plugin.",
8484
"exposedModules": {

0 commit comments

Comments
 (0)