Skip to content

v3.6.0

Compare
Choose a tag to compare
@valaparthvi valaparthvi released this 24 Jan 08:09
· 453 commits to main since this release
5b49592

Release of v3.6.0

Installation of v3.6.0

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

v3.6.0 (2023-01-24)

Full Changelog

Features/Enhancements:

  • Set experimental mode in telemetry #6520 (feloy)
  • Change port range used for port-forwarding endpoints to start at 20001 #6519 (feloy)
  • Update devfile/library to support pod-overrides and container-overrides attributes and add integration test for it #6512 (valaparthvi)
  • Port-forward Debug endpoints only when running odo dev with --debug #6505 (rm3l)
  • odo describe component: display remote source code location for each container component #6497 (valaparthvi)
  • Implement odo delete component --running-in #6485 (rm3l)
  • [podman] show logs when command fails #6481 (feloy)
  • Display a warning that "odo dev" on Podman needs to be restarted if the Devfile is changed #6477 (rm3l)
  • Ignore and show warning when handling Kubernetes components on Podman #6471 (valaparthvi)
  • Refactor Advanced guide doc to use framework specific output #6444 (valaparthvi)
  • Refactor Quickstart guide doc to use framework specific output #6443 (valaparthvi)

Bugs:

Documentation:

Testing/CI:

  • Make doc tests pass #6516 (feloy)
  • Add more tests for odo dev on Podman (3) #6515 (feloy)
  • Make sure to use random component names when copying sample Devfiles in integration tests #6504 (rm3l)
  • Isolate Podman tests in namespaces #6499 (rm3l)
  • Add more tests for odo dev on Podman (1) #6496 (feloy)
  • Adding Github Actions for podman testing #6385 (anandrkskd)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Potential Breaking Change

Port forwarding done by odo dev now uses port numbers starting from 20000 instead of 40000. This change was made to make it possible to run odo inside DevSpaces. For more information, see the issue #6483.