Skip to content

Commit 662a7bf

Browse files
committed
version bump 0.0.11
1 parent 9e006d9 commit 662a7bf

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.0.11 (October 22, 2018)
4+
* Minor fixes in README
5+
6+
## 0.0.10 (October 22, 2018)
7+
* Add support to Java components
8+
* Support odo `v0.0.14` with supervisord fix
9+
* Fix `create service` command based on odo `v0.0.14` output changes
10+
311
## 0.0.9 (October 5, 2018)
412
* Add screencast for the features and commands
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Overview
66

7-
A Visual Studio Code extension for interacting with Red Hat OpenShift using a local instance of OpenShift clusters providing a streamlined developer experience. This extension is currently in Preview Mode and supports only Java and Node.js components. We will be supporting other languages in the future releases.
7+
Interacting with Red Hat OpenShift using a local instance of OpenShift clusters and providing a streamlined developer experience in Visual Studio Code. This extension is currently in Preview Mode and supports only Java and Node.js components. We will be supporting other languages in the future releases.
88

99
We currently only support local OpenShift cluster using [minishift](https://github.com/minishift/minishift/releases) / [CDK](https://developers.redhat.com/products/cdk/download/).
1010

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-openshift-connector",
33
"displayName": "OpenShift Connector",
44
"description": "Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Visual Studio Code",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",
@@ -21,7 +21,8 @@
2121
"openshift",
2222
"kubernetes",
2323
"redhat",
24-
"clusters"
24+
"clusters",
25+
"containers"
2526
],
2627
"icon": "images/openshift_extension.png",
2728
"activationEvents": [

0 commit comments

Comments
 (0)