Skip to content

Commit 0b561ac

Browse files
authored
Relese 0.0.23 (#921)
bump version to release 0.0.23
1 parent c850235 commit 0b561ac

File tree

4 files changed

+64
-67
lines changed

4 files changed

+64
-67
lines changed

CHANGELOG.md

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

3+
## 0.0.23 (July 4, 2019)
4+
* [#920](https://github.com/redhat-developer/vscode-openshift-tools/pull/920) Fix odo CLI tool download checksum fail for all 3 OS variants
5+
* [#903](https://github.com/redhat-developer/vscode-openshift-tools/pull/903) Add new login experience using k8 config
6+
* [#901](https://github.com/redhat-developer/vscode-openshift-tools/pull/901) Fix for Deleting interlinked components breaks the application
7+
* [#911](https://github.com/redhat-developer/vscode-openshift-tools/pull/911) Integrate Azure Pipelines to CI builds
8+
* Move public chat discussion to [gitter](https://gitter.im/redhat-developer/openshift-connector)
9+
310
## 0.0.22 (June 18, 2019)
411
* [#888](https://github.com/redhat-developer/vscode-openshift-tools/pull/888) Prettify json in OpenShift Output Channel
512
* [#882](https://github.com/redhat-developer/vscode-openshift-tools/pull/882) Add BuildConfig and Builds to Clusters View

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Unit Tests Code Coverage](https://codecov.io/gh/redhat-developer/vscode-openshift-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/redhat-developer/vscode-openshift-tools/branch/master/graph/badge.svg)
55
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/redhat-developer/vscode-openshift-tools/blob/master/README.md)
66
[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/redhat.vscode-openshift-connector.svg)](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector)
7-
[![Gitter](https://badges.gitter.im/redhat-developer/openshift-connector.svg)](https://gitter.im/redhat-developer/openshift-connector?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
7+
[![Gitter](https://badges.gitter.im/redhat-developer/openshift-connector.svg)](https://gitter.im/redhat-developer/openshift-connector)
88

99

1010
## Overview

package-lock.json

Lines changed: 48 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
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.22",
5+
"version": "0.0.23",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",
@@ -15,6 +15,13 @@
1515
"engines": {
1616
"vscode": "^1.30.0"
1717
},
18+
"badges": [
19+
{
20+
"url": "https://badges.gitter.im/redhat-developer/openshift-connector.svg",
21+
"href": "https://gitter.im/redhat-developer/openshift-connector",
22+
"description": "Join us in the #openshift-connector channel"
23+
}
24+
],
1825
"categories": [
1926
"Other"
2027
],

0 commit comments

Comments
 (0)