Skip to content

Release of v3.13.0

Compare
Choose a tag to compare
@feloy feloy released this 24 Jul 08:53
· 205 commits to main since this release
0d1cf6e

Installation of v3.13.0

To install odo, follow our installation guide at odo.dev
After each release, binaries are synced to developers.redhat.com

What's Changed

Full Changelog

Features/Enhancements:

  • Move from github.com/feloy/devfile-builder #6937 (feloy)
  • Alert user when Devfile is synced #6996 (feloy)
  • Serve SwaggerUI #6989 (feloy)
  • Remove API Server from experimental mode, set UI Server as experimental #6985 (feloy)
  • Add UI telemetry #6981 (feloy)
  • Propagate local Devfile changes to the UI #6970 (rm3l)
  • Display information about the running API Server and web UI in odo describe component output #6964 (rm3l)
  • Support Architectures in odo registry #6959 (rm3l)
    odo dev --logs #6957 (feloy)
  • Serve UI from api server #6954 (feloy)
  • Add new --run-port flag to odo init to set ports non-interactively #6953 (rm3l)
  • Implement odo api-server command #6952 (feloy)
  • Add /devfile PUT and GET endpoints #6950 (feloy)
  • Display list of commands from the local devfile in odo describe component output #6944 (rm3l)
  • Implement devfile state in odo api #6941 (feloy)
  • Watch for new pods when logs --follow #6914 (feloy)

Bugs:

  • Fix potential port conflict issue with the API server tests by using a random server port if --random-ports is set #6995 (rm3l)
  • Add Preference dependency to api-server command #6974 (feloy)
  • [UX] Fix default value of ImageRegistry in odo preference view output #6951 (valaparthvi)
  • Fix oc to odo project translation #6949 (valaparthvi)
  • Fix CI Devfile Registry URL used in OCP interop tests #6946 (rm3l)
  • Document and return JSON data for API errors #6938 (feloy)

Documentation:

Testing/CI:

Cleanup/Refactor:

  • Generate static UI files from within a container #6972 (rm3l)
  • Update go.mod with new location of the Alizer library #6962 (rm3l)

Merged pull requests:

Full Changelog: v3.12.0...v3.13.0