Skip to content

Commit 7801823

Browse files
committed
Update todo.ts and CHANGELOG.md
* Remove implemented todo items * Add next release section to CHANGELOG.md and list fixed issues Signed-off-by: Denis Golovin [email protected]
1 parent b6a527f commit 7801823

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
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

510
New 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

1216
New features and bugfixes:

src/todo.ts

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,4 @@
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

0 commit comments

Comments
 (0)