Skip to content

Commit

Permalink
Add changelogs (#4804)
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi authored Jun 15, 2021
1 parent 12c3915 commit 93b7dd5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b7dd5

Please sign in to comment.