You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
- 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
+
3
27
## 0.1.5 (May 18, 2020)
4
28
5
29
Noteworthy issues fixed in this release:
@@ -23,22 +47,22 @@ Noteworthy changes:
23
47
-[#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
24
48
-[#1388](https://github.com/redhat-developer/vscode-openshift-tools/issues/1388) Update odo to latest release v1.1.0
25
49
-[#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
27
51
28
52
29
53
## 0.1.3 (January 16, 2020)
30
54
31
55
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
33
57
[#1328](https://github.com/redhat-developer/vscode-openshift-tools/pull/1328) for details.
34
58
35
59
It also includes update for OpenShift Do CLI. Version 1.0.2 will be downloaded after extension is updated to this release.
36
60
37
61
38
62
## 0.1.2 (November 18, 2019)
39
63
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
42
66
*[#1268](https://github.com/redhat-developer/vscode-openshift-tools/issues/1268) New `OpenShift: Create` command to create resources based on file from active editor
43
67
* Bugfixes for minor issues:
44
68
-[#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:
48
72
-[#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
49
73
50
74
51
-
## 0.1.1 - 🎃Trick or Treat (November 1, 2019)
75
+
## 0.1.1 - 🎃Trick or Treat (November 1, 2019)
52
76
53
77
Halloween Release 🎃
54
78
@@ -62,9 +86,9 @@ This release is built on top of 0.1.0. If any developer is migrating from `<=0.0
62
86
*[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
63
87
64
88
## 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
66
90
*[#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
68
92
*[#1243](https://github.com/redhat-developer/vscode-openshift-tools/pull/1243) remove flags from storage commands
69
93
*[#1211](https://github.com/redhat-developer/vscode-openshift-tools/pull/1211) Add json output for catalog list services
70
94
*[#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* !!
106
130
107
131
### Fixes
108
132
*[#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
110
134
*[#1169](https://github.com/redhat-developer/vscode-openshift-tools/pull/1169) Fix clone the git repository while creating Component
111
135
*[#1158](https://github.com/redhat-developer/vscode-openshift-tools/pull/1158) Fix workflow for git + binary component
112
136
*[#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* !!
125
149
*[#903](https://github.com/redhat-developer/vscode-openshift-tools/pull/903) Add new login experience using k8 config
126
150
*[#901](https://github.com/redhat-developer/vscode-openshift-tools/pull/901) Fix for Deleting interlinked components breaks the application
127
151
*[#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)
129
153
130
154
## 0.0.22 (June 18, 2019)
131
155
*[#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* !!
171
195
* Update to use `odo v0.0.20`
172
196
* Support `reference` option for creating components from git repository
173
197
* 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
175
199
* Add `OpenShift: Show Output Channel` to command palette
176
200
* Allow user to directly create components with 3 different options using command palette
177
201
* Split `OpenShift: Login into Cluster` to two commands
0 commit comments