Skip to content

Commit 7c119e2

Browse files
committed
update changelog with version bump 0.0.2
1 parent 448123d commit 7c119e2

File tree

8 files changed

+27
-21
lines changed

8 files changed

+27
-21
lines changed

openshift-java/CHANGELOG.md

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

3-
## 0.0.1
3+
## 0.0.2 (February 26, 2019)
4+
- Fix uninstall bug for extension pack
5+
6+
## 0.0.1 (January 26, 2019)
47
- Initial release of openshift java extension pack
5-
- Caters to the set of super awesome extensions helping in java development/debugging and deploying on OpenShift.
8+
- Caters to the set of super awesome extensions helping in java development/debugging and deploying on OpenShift.

openshift-java/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@ OpenShift extension pack for Java developers.
77
88
# OpenShift Extensions Included
99

10-
## OpenShift Connector
10+
## 📦 OpenShift Connector
1111

1212
* The [OpenShift Extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector) lets you interact with Red Hat OpenShift and build and deploy your code to your cluster immediately after you save you changes. This benefits from instant feedback and can thus validate the changes in real-time.
1313

14-
## Server Connector
14+
## 📦 Server Connector
1515

1616
* The [Server Connector Extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-server-connector) lets you connect Visual Studio Code to your server adapters(WildFly, EAP, minishift) and run, deploy apps !!
1717

18-
## Project Initializer by Red Hat
18+
## 📦 Project Initializer by Red Hat
1919

2020
* The [Project Initializer](https://marketplace.visualstudio.com/items?itemName=redhat.project-initializer) extension based on Red Hat Launcher to generate quickstart projects using Visual Studio Code.
2121

22-
## Kubernetes Tools
22+
## 📦 Kubernetes Tools
2323

2424
* The [Kubernetes Tools](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) extension for interacting with Kubernetes clusters.
2525

2626
# Java Extensions Included
2727

28-
- [Language Support for Java(TM) by Red Hat ](https://marketplace.visualstudio.com/items?itemName=redhat.java) - Provides Java ™ language support via Eclipse ™ JDT Language Server, which utilizes Eclipse ™ JDT, M2Eclipse and Buildship.
28+
- [📦Language Support for Java(TM) by Red Hat ](https://marketplace.visualstudio.com/items?itemName=redhat.java) - Provides Java ™ language support via Eclipse ™ JDT Language Server, which utilizes Eclipse ™ JDT, M2Eclipse and Buildship.
2929

3030
![Language Support for Java(TM) by Red Hat](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-extension-pack/master/openshift-java/images/vscode-java.gif)
3131

32-
- [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) - Provide debug support for Java.
32+
- [📦 Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) - Provide debug support for Java.
3333

3434
![Debugger for Java](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-extension-pack/master/openshift-java/images/vscode-java-debug.gif)
3535

36-
- [Maven Project Explorer](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) - Manage maven projects, execute goals, generate projects from archetypes.
36+
- [📦 Maven Project Explorer](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) - Manage maven projects, execute goals, generate projects from archetypes.
3737

3838
![Maven Project Explorer](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-extension-pack/master/openshift-java/images/vscode-maven.gif)
3939

@@ -46,7 +46,7 @@ You can uninstall all the extensions by uninstalling this extension pack.
4646

4747
## Contributing
4848

49-
Got a suggestion for the OpenShift Extension Pack for Java? Submit a new issue and a PR with an updated package.json and README.md and we'll take a look!
49+
Got a suggestion for the OpenShift Extension Pack for Java? 🙋Submit a new issue and a PR with an updated package.json and README.md and we'll take a look!
5050

5151
## License
5252
This extension is licensed under [MIT License](https://github.com/redhat-developer/vscode-openshift-extension-pack/blob/master/openshift-java/LICENSE).

openshift-java/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.

openshift-java/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-openshift-java-pack",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"publisher": "redhat",
66
"author": "Red Hat",

openshift/CHANGELOG.md

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

3-
## 0.0.1
3+
## 0.0.2 (February 26, 2019)
4+
- Fix uninstall bug for extension pack
5+
6+
## 0.0.1 (January 26, 2019)
47
- Initial release of openshift extension pack
58
- Caters to openshift developer experience by Red Hat using the set of super awesome extensions

openshift/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ The OpenShift Extension Pack is the ultimate collection of extensions for workin
77
88
# OpenShift Extensions Included
99

10-
## OpenShift Connector
10+
## 📦 OpenShift Connector
1111

1212
* The [OpenShift Extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector) lets you interact with Red Hat OpenShift and build and deploy your code to your cluster immediately after you save you changes. This benefits from instant feedback and can thus validate the changes in real-time.
1313

14-
## Server Connector
14+
## 📦 Server Connector
1515

1616
* The [Server Connector Extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-server-connector) lets you connect Visual Studio Code to your server adapters(WildFly, EAP, minishift) and run, deploy apps !!
1717

18-
## Project Initializer by Red Hat
18+
## 📦 Project Initializer by Red Hat
1919

2020
* The [Project Initializer](https://marketplace.visualstudio.com/items?itemName=redhat.project-initializer) extension based on Red Hat Launcher to generate quickstart projects using Visual Studio Code.
2121

22-
## Kubernetes Tools
22+
## 📦 Kubernetes Tools
2323

2424
* The [Kubernetes Tools](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) extension for interacting with Kubernetes clusters.
2525

@@ -32,7 +32,7 @@ You can uninstall all the extensions by uninstalling this extension pack.
3232

3333
## Contributing
3434

35-
Got a suggestion for the OpenShift Extension Pack? Submit a new issue and a PR with an updated package.json and README.md and we'll take a look!
35+
Got a suggestion for the OpenShift Extension Pack? 🙋Submit a new issue and a PR with an updated package.json and README.md and we'll take a look!
3636

3737
## License
3838

openshift/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.

openshift/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-openshift-extension-pack",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"publisher": "redhat",
55
"author": "Red Hat",
66
"preview": true,
@@ -30,7 +30,7 @@
3030
"Extension Packs"
3131
],
3232
"engines": {
33-
"vscode": "^1.23.0"
33+
"vscode": "^1.28.0"
3434
},
3535
"extensionPack": [
3636
"redhat.vscode-openshift-connector",

0 commit comments

Comments
 (0)