File tree Expand file tree Collapse file tree 2 files changed +6
-23
lines changed Expand file tree Collapse file tree 2 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.2.3 (March 1, 2021)
4+
5+ - [ #1966 ] ( https://github.com/redhat-developer/vscode-openshift-tools/issues/1966 ) Print CRC commands to 'CRC Logs' channel
6+ - [ #1953 ] ( https://github.com/redhat-developer/vscode-openshift-tools/issues/1953 ) Upgrade to crc 1.22.0 release
7+
38## 0.2.2 (February 10, 2021)
49
510New features and bugfixes:
611 - [ #1952 ] ( https://github.com/redhat-developer/vscode-openshift-tools/issues/1952 ) Fix OpenShift icon broken image
712 - [ #1953 ] ( https://github.com/redhat-developer/vscode-openshift-tools/issues/1953 ) Update to CodeReady Containers (CRC) ` 1.22.0 ` to use OpenShift ` 4.6.15 `
813
9-
1014## 0.2.1 (February 9, 2021)
1115
1216New features and bugfixes:
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See LICENSE file in the project root for license information.
44 *-----------------------------------------------------------------------------------------------*/
55
6- // TODO: Figure out how to support two kinds of components everywhere:
7- // * configuration when map context to component data on disk
8- // * application tree
9- // * in commands
10-
11- // TODO: recognize s2i and devfile components based on 'odo describe --context' output
12- // by sourceType is undefined
13-
14- // TODO: let create devfile components only from workspace folders because other kind of components
15- // are not supported
16-
17- // TODO: OdoModel.getObjectByContext should be async and relay on promise that is returned form
18- // addContexts method, because in case of big workspace loadContexts might be still working
19- // when user is already requesting info from OdoModel
20-
21- // TODO: How to set ports for url created for devfile component
22-
23- // TODO: Fix workflow for creating components based on git repository
24-
25- // TODO: Filter out folders with s2i and devfile components when selecting context for new component
26-
27- // TODO: Ban the linking for Devfile Components
6+ // TODO: Fix workflow for creating components based on git repository
You can’t perform that action at this time.
0 commit comments