From 93b7dd5f91b72abd0b412b13f4f6389d170e1c31 Mon Sep 17 00:00:00 2001 From: Parthvi Vala Date: Tue, 15 Jun 2021 15:17:06 +0530 Subject: [PATCH] Add changelogs (#4804) --- Changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e9e1f343ba7..61c08f813d0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,18 +5,24 @@ ### Feature/Enhancements - Custom link name and bind-as-files option for `odo link` ([#4729](https://github.com/openshift/odo/pull/4729)) +- `odo list` now lists components created/managed by other tools ([#4742](https://github.com/openshift/odo/pull/4742)) ### Bug Fixes - Adding KUBECONFIG checks in odo catalog list components ([#4756](https://github.com/openshift/odo/pull/4756)) - use filepath Join instead of / while constructing kubeconfig path ([#4765](https://github.com/openshift/odo/pull/4765)) - `odo push` can deploy new services when a service is already deployed ([#4772](https://github.com/openshift/odo/pull/4772)) -- odo env set DebugPort doesn't work for converted devfile([#4785](https://github.com/openshift/odo/pull/4785)) +- `odo env set DebugPort` doesn't work for converted devfile ([#4785](https://github.com/openshift/odo/pull/4785)) +- Sanitize Telemetry data ([#4758](https://github.com/openshift/odo/pull/4758)) ### Tests +- Refactor devfile delete tests and add validity checks for delete command ([#4793](https://github.com/openshift/odo/pull/4793)) + ### Documentation +- Enhance usage data documentation ([#4774](https://github.com/openshift/odo/pull/4774)) + ## 2.2.1 ### Feature/Enhancements