Skip to content

Commit

Permalink
Update CHANGELOG.md and README.md for 0.0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin committed May 17, 2019
1 parent c8fe707 commit 733dcda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log

## 0.0.21 (May 16, 2019)
* Add dependency to [Kubernetes extension from Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)
* Extend Kubernetes Clusters tree view
## 0.0.21 (May 17, 2019)
* Added dependency to [Kubernetes extension from Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)
* Extend Kubernetes Clusters tree view
* [#853](https://github.com/redhat-developer/vscode-openshift-tools/issues/853) Show OpenShift icon for OpenShift clusters
* [#851](https://github.com/redhat-developer/vscode-openshift-tools/issues/851) Show OpenShift resources
* Projects
* Templates
* Deployment Configs
* Image Streams
* Routes
* Deployment Configs under Workloads node
* Image Streams under Workloads node
* Routes under Network node
* [#852](https://github.com/redhat-developer/vscode-openshift-tools/issues/852) Add `Use Project` command for switching between Projects
* Added Kubernetes Clusters view back to the OpenShift views container

## 0.0.20 (May 2, 2019)
* URL management for a component in Application Explorer
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@ The extension will detect these dependencies and prompt the user to install if t

#### Extensions

This extension depends on Kubernetes Extension form Microsoft which is going to be installed automatically along with OpenShift Connector Extension. Latter is using Kubernetes Extension public API to show
OpenShift specific resources like Projects, Routes, Deployment Configs, Image Streams and Templates in Kubernetes Clusters View. Those resources are visible only for OpenShift clusters.
This extension depends on [Kubernetes extension from Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools). OpenShift Connector extension is using Kubernetes extension public API to add OpenShift resources like Projects, Routes, Deployment Configs, Image Streams and Templates io Kubernetes Clusters View. OpenShift resources are visible only for OpenShift clusters.

OpenShift Connector extension also provides ```Use Project``` command to switch between OpenShift Projects in Kubernetes Clusters View.
OpenShift Connector extension provides ```Use Project``` command to switch between OpenShift Projects in Kubernetes Clusters View.

![ useproject ](https://raw.githubusercontent.com/redhat-developer/vscode-openshift-tools/master/images/use-project.png)

Expand Down

0 comments on commit 733dcda

Please sign in to comment.