github redhat-developer/odo v0.0.17

latest releases: v3.15.0, v3.14.0, v3.13.0...
5 years ago

Changelog

Odo has a new UI / UX interface!

Check out the demo below:

demo

New commands or parameters:

  • You can now specify CPU parameters! #1038

Test it out using: --cpu, --min-cpu and --max-cpu with odo create:

odo create nodejs cmp-git --git https://github.com/openshift/nodejs-ex --min-memory 100Mi --max-memory 300Mi --min-cpu 0.1 --max-cpu 2
  • Memory limits have been added to Odo #991

Test it out using --min-memory, --memory, and --max-memory:

odo create nodejs cmp-git --git https://github.com/openshift/nodejs-ex --min-memory 100Mi --max-memory 300Mi

Changes:

  • New UI for Odo #983
  • ~ will now correctly resolve to the user's home directory #981
  • CLI autocompletion added for odo create #1021
  • CLI autocompletion added for odo storage #986
  • CLI autocompletion added for odo update #1013

Documentation and help messages:

  • Updated site #1057
  • Enhanced odo describe command #1046
  • Updated reference to oc command #1050
  • Updated README.md / demo #1034

Internals:

  • Added unit tests for pkg/storage/storage.go #818
  • runFailCmd for e2e tests will now wait until completion #1023
  • Fixed watch unit tests on Appveyor #975
  • Refactor of commands #1002
  • Fixed race condition when updating component to Git #1026
  • Fixed an issue of displaying the wrong project as active #1005
  • Bumped supervisord image #1041
  • Updated logging messages #1065
  • Internal CLI structure has been reorganized according to kubectl/oc conventions #871
  • Fixed issue regarding Odo not ignoring files that it cannot find #1043
  • Fix panic when no arguments supplied to cli documentation script #1048

Don't miss a new odo release

NewReleases is sending notifications on new releases.