Enhancements
- Resolved odoignore not working in windows (#1711)
- Hidden the
component getcommand (#1734) - New workflow for odo storage (#1547)
- Fixed multiple deployments for local component (#1684)
- Fixed odo login not working properly for insecure https connections (#1652)
- Added --all flag for
odo component deleteto allow removal of both config and component in one command (#1731) - Added show flag for
odo watch(#1659) odo catalog listnow doesn't require a.odo/config.yamlto be present in the working directory (#1714)odo project deletenow doesn't break after consecutive runs (#1710)
Testing
- Better organisation of the tests by following ginkgo standards (#1612)
- Used Gomega watcher for json tests (#1625)
Internal
- Fixed invalid paths using rsync on windows (#1705)
- Used a more robust
project.Existsto reduce flaky tests (#1719)