Enhancements
- Resolved odoignore not working in windows (#1711)
- Hidden the
component get
command (#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 delete
to allow removal of both config and component in one command (#1731) - Added show flag for
odo watch
(#1659) odo catalog list
now doesn't require a.odo/config.yaml
to be present in the working directory (#1714)odo project delete
now 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.Exists
to reduce flaky tests (#1719)