Skip to content

Commit f080dbd

Browse files
dgolovinmohitsuman
andauthored
Update README.md and CHANGELOG.md for v0.1.6 release (#1712)
* Update README.md and CHANGELOG.md for v0.1.6 release Signed-off-by: Denis Golovin <[email protected]> Signed-off-by: Mohit Suman <[email protected]> Co-authored-by: Mohit Suman <[email protected]>
1 parent e31c93d commit f080dbd

File tree

3 files changed

+56
-31
lines changed

3 files changed

+56
-31
lines changed

CHANGELOG.md

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

3+
## 0.1.6 (August 31, 2020)
4+
5+
Noteworthy changes:
6+
- [#1235](https://github.com/redhat-developer/vscode-openshift-tools/issues/1235)
7+
- Add webview to run Code Ready Containers (CRC) `1.15.0` from extension. This allows to run a local instance of OpenShift `4.5.7` directly from the extension.
8+
- Add Extension Settings for CRC binary location, pull secret, optional configurations.
9+
- Provide CRC Start/Stop/Refresh actions in the webview.
10+
- [#1707](https://github.com/redhat-developer/vscode-openshift-tools/issues/1707) Add Stop CRC action in Status Bar.
11+
- [#1092](https://github.com/redhat-developer/vscode-openshift-tools/issues/1092) Deleting application only deletes components, not services
12+
- [#1332](https://github.com/redhat-developer/vscode-openshift-tools/issues/1332) Stop running 'odo debug' when component deleted or undeployed
13+
- [#1341](https://github.com/redhat-developer/vscode-openshift-tools/issues/1341) Starting debug twice on the same component should not be allowed
14+
- [#1559](https://github.com/redhat-developer/vscode-openshift-tools/issues/1559) Show resources only from current context in OpenShift Application Explorer view
15+
- [#1589](https://github.com/redhat-developer/vscode-openshift-tools/issues/1589) It is not easy to map commands to output in `OpenShift Output` channel
16+
- [#1596](https://github.com/redhat-developer/vscode-openshift-tools/issues/1596) 'New Service' command fails with odo v1.2.1 because of changes in json output
17+
- [#1608](https://github.com/redhat-developer/vscode-openshift-tools/issues/1608) Use '--client' option when detecting tool version to avoid server requests
18+
- [#1615](https://github.com/redhat-developer/vscode-openshift-tools/issues/1615) Show context location in tooltip for component nodes in OpenShift Application Explorer
19+
- [#1617](https://github.com/redhat-developer/vscode-openshift-tools/issues/1617) Create `Watch Sessions` View to provide control over running 'odo watch' commands
20+
- [#1619](https://github.com/redhat-developer/vscode-openshift-tools/issues/1619) Create Simple `Debug Sessions` View to show debug sessions started for components
21+
- [#1636](https://github.com/redhat-developer/vscode-openshift-tools/issues/1636) Add 'OpenShift: Set Active Project' command to change project visible in Application Explorer view
22+
- [#1647](https://github.com/redhat-developer/vscode-openshift-tools/issues/1647) Show application and component quickpick lists when command executed from palette
23+
- [#1653](https://github.com/redhat-developer/vscode-openshift-tools/issues/1653) OpenShift Icon missing for cluster in Kubernetes view
24+
- [#1697](https://github.com/redhat-developer/vscode-openshift-tools/issues/1697) 'New Component' command does not show component types for odo v1.2.5
25+
- [#1711](https://github.com/redhat-developer/vscode-openshift-tools/issues/1711) Update odo to v1.2.6
26+
327
## 0.1.5 (May 18, 2020)
428

529
Noteworthy issues fixed in this release:
@@ -23,22 +47,22 @@ Noteworthy changes:
2347
- [#1227](https://github.com/redhat-developer/vscode-openshift-tools/issues/1227) Include odo and oc binaries into extension package for all supported platforms macOS/Linux/Windows
2448
- [#1388](https://github.com/redhat-developer/vscode-openshift-tools/issues/1388) Update odo to latest release v1.1.0
2549
- [#1396](https://github.com/redhat-developer/vscode-openshift-tools/issues/1396) Allow to use compatible odo version available from PATH locations
26-
- [#1380](https://github.com/redhat-developer/vscode-openshift-tools/issues/1380) Absolute path should be used for commands when running in vscode terminal view
50+
- [#1380](https://github.com/redhat-developer/vscode-openshift-tools/issues/1380) Absolute path should be used for commands when running in vscode terminal view
2751

2852

2953
## 0.1.3 (January 16, 2020)
3054

3155
This release adds `OpenShift: Debug` command for Java and Node.js components. The command is available form command palette and OpenShift Application View context
32-
menu for nodes representing Components. See issues [#1322](https://github.com/redhat-developer/vscode-openshift-tools/pull/1322) and
56+
menu for nodes representing Components. See issues [#1322](https://github.com/redhat-developer/vscode-openshift-tools/pull/1322) and
3357
[#1328](https://github.com/redhat-developer/vscode-openshift-tools/pull/1328) for details.
3458

3559
It also includes update for OpenShift Do CLI. Version 1.0.2 will be downloaded after extension is updated to this release.
3660

3761

3862
## 0.1.2 (November 18, 2019)
3963

40-
This release brings to you:
41-
* [#1277](https://github.com/redhat-developer/vscode-openshift-tools/issues/1277) Latest v1.0.1 version of OpenShift Do CLI tool
64+
This release brings to you:
65+
* [#1277](https://github.com/redhat-developer/vscode-openshift-tools/issues/1277) Latest v1.0.1 version of OpenShift Do CLI tool
4266
* [#1268](https://github.com/redhat-developer/vscode-openshift-tools/issues/1268) New `OpenShift: Create` command to create resources based on file from active editor
4367
* Bugfixes for minor issues:
4468
- [#1262](https://github.com/redhat-developer/vscode-openshift-tools/issues/1262) Keep QuickInputs open after VSCode window lost focus
@@ -48,7 +72,7 @@ This release brings to you:
4872
- [#1284](https://github.com/redhat-developer/vscode-openshift-tools/issues/1284) With latest VSCode 1.40.0 release oc and odo download fails on sha256 verification
4973

5074

51-
## 0.1.1 - 🎃Trick or Treat (November 1, 2019)
75+
## 0.1.1 - 🎃Trick or Treat (November 1, 2019)
5276

5377
Halloween Release 🎃
5478

@@ -62,9 +86,9 @@ This release is built on top of 0.1.0. If any developer is migrating from `<=0.0
6286
* [Demo](https://youtube.com/watch?v=m0wBKuKDYO0) video and [blog](https://developers.redhat.com/blog/2019/10/31/openshift-connector-visual-studio-code-extension-for-red-hat-openshift/) updated for `0.1.1` release
6387

6488
## Changes
65-
* [#1254](https://github.com/redhat-developer/vscode-openshift-tools/pull/1254) use vscode open command instead of open module for external links
89+
* [#1254](https://github.com/redhat-developer/vscode-openshift-tools/pull/1254) use vscode open command instead of open module for external links
6690
* [#1236](https://github.com/redhat-developer/vscode-openshift-tools/pull/1236) Show progress bar for credentials and token Login
67-
* [#1229](https://github.com/redhat-developer/vscode-openshift-tools/pull/1229) support deep nesting for binary files
91+
* [#1229](https://github.com/redhat-developer/vscode-openshift-tools/pull/1229) support deep nesting for binary files
6892
* [#1243](https://github.com/redhat-developer/vscode-openshift-tools/pull/1243) remove flags from storage commands
6993
* [#1211](https://github.com/redhat-developer/vscode-openshift-tools/pull/1211) Add json output for catalog list services
7094
* [#1213](https://github.com/redhat-developer/vscode-openshift-tools/pull/1213) Added json output for catalog list components to determine component type and version
@@ -106,7 +130,7 @@ This release involves *Breaking Changes* !!
106130

107131
### Fixes
108132
* [#1117](https://github.com/redhat-developer/vscode-openshift-tools/pull/1117) Import command for components without context
109-
* [#1107](https://github.com/redhat-developer/vscode-openshift-tools/pull/1107) Add migration for component/services deployed in active cluster
133+
* [#1107](https://github.com/redhat-developer/vscode-openshift-tools/pull/1107) Add migration for component/services deployed in active cluster
110134
* [#1169](https://github.com/redhat-developer/vscode-openshift-tools/pull/1169) Fix clone the git repository while creating Component
111135
* [#1158](https://github.com/redhat-developer/vscode-openshift-tools/pull/1158) Fix workflow for git + binary component
112136
* [#1152](https://github.com/redhat-developer/vscode-openshift-tools/pull/1152) Fix list of urls in Open in Browser action
@@ -125,7 +149,7 @@ This release involves *Breaking Changes* !!
125149
* [#903](https://github.com/redhat-developer/vscode-openshift-tools/pull/903) Add new login experience using k8 config
126150
* [#901](https://github.com/redhat-developer/vscode-openshift-tools/pull/901) Fix for Deleting interlinked components breaks the application
127151
* [#911](https://github.com/redhat-developer/vscode-openshift-tools/pull/911) Integrate Azure Pipelines to CI builds
128-
* Move public chat discussion to [gitter](https://gitter.im/redhat-developer/openshift-connector)
152+
* Move public chat discussion to [gitter](https://gitter.im/redhat-developer/openshift-connector)
129153

130154
## 0.0.22 (June 18, 2019)
131155
* [#888](https://github.com/redhat-developer/vscode-openshift-tools/pull/888) Prettify json in OpenShift Output Channel
@@ -171,7 +195,7 @@ This release involves *Breaking Changes* !!
171195
* Update to use `odo v0.0.20`
172196
* Support `reference` option for creating components from git repository
173197
* Add feature to store passwords in Credential Manager
174-
* Use '-wait' flag when creating service to wait until it is provisioned
198+
* Use '-wait' flag when creating service to wait until it is provisioned
175199
* Add `OpenShift: Show Output Channel` to command palette
176200
* Allow user to directly create components with 3 different options using command palette
177201
* Split `OpenShift: Login into Cluster` to two commands

0 commit comments

Comments
 (0)