From 7801823b956b9b9be74d84f09f45cb15f1a66b1e Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Wed, 17 Feb 2021 22:38:19 -0800 Subject: [PATCH] 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 dgolovin@redhat.com --- CHANGELOG.md | 6 +++++- src/todo.ts | 23 +---------------------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7643191..1ac5e79b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # Change Log +## 0.2.3 (March 1, 2021) + + - [#1966](https://github.com/redhat-developer/vscode-openshift-tools/issues/1966) Print CRC commands to 'CRC Logs' channel + - [#1953](https://github.com/redhat-developer/vscode-openshift-tools/issues/1953) Upgrade to crc 1.22.0 release + ## 0.2.2 (February 10, 2021) New features and bugfixes: - [#1952](https://github.com/redhat-developer/vscode-openshift-tools/issues/1952) Fix OpenShift icon broken image - [#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` - ## 0.2.1 (February 9, 2021) New features and bugfixes: diff --git a/src/todo.ts b/src/todo.ts index a2bdd4019..820f22b2c 100644 --- a/src/todo.ts +++ b/src/todo.ts @@ -3,25 +3,4 @@ * Licensed under the MIT License. See LICENSE file in the project root for license information. *-----------------------------------------------------------------------------------------------*/ -// TODO: Figure out how to support two kinds of components everywhere: -// * configuration when map context to component data on disk -// * application tree -// * in commands - -// TODO: recognize s2i and devfile components based on 'odo describe --context' output -// by sourceType is undefined - -// TODO: let create devfile components only from workspace folders because other kind of components -// are not supported - -// TODO: OdoModel.getObjectByContext should be async and relay on promise that is returned form -// addContexts method, because in case of big workspace loadContexts might be still working -// when user is already requesting info from OdoModel - -// TODO: How to set ports for url created for devfile component - -// TODO: Fix workflow for creating components based on git repository - -// TODO: Filter out folders with s2i and devfile components when selecting context for new component - -// TODO: Ban the linking for Devfile Components \ No newline at end of file +// TODO: Fix workflow for creating components based on git repository \ No newline at end of file