File tree Expand file tree Collapse file tree 4 files changed +64
-67
lines changed
Expand file tree Collapse file tree 4 files changed +64
-67
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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 ],
You can’t perform that action at this time.
0 commit comments