Changelog
Enhancements
-
Added .odoignore ignore feature to the odo push command (#1332)
-
Make sure that paths are absolute (#1358)
(odo create will work properly interactive & non-interactive mode) -
Make it possible to wait for service when creating one in interactive mode (#1345)
-
Rationalize the use of --wait for link/unlink (#1339)
-
Added suitable auto app switching in case of application deletion (#1338)
-
Added component settings and used reflection for deletion (#1325)
odo utils config set componentName test
odo utils config set minCPU 0.5
- Added wait flag to service create (#1321)
odo service create mongodb-ephemeral --plan default -p MONGODB_VERSION=3.2 --wait
Internals
-
Modify URL related functions to use new structs (#1330)
-
Modify storage related functions to use new structs (#1342)
-
Modify components related functions to use new structs (#1347)
-
Use ui.Proceed instead of log.AskF in deletion commands (#1334)
Testing/CI
- Update test suite to handle stderr (#1307)