mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Adds a column in odo list output to indicate components created by odo * Updates the changelog.md
6.0 KiB
6.0 KiB
Odo Changelog
Next
Feature/Enhancements
- Added a column in odo list output to indicate components created by odo (#4962)
Bug Fixes
Tests
- runs nightly test of main branch of odo against SBO master branch (4942)
Documentation
2.2.4
Feature/Enhancements
- Support for
preStartlifecycle events (#4901) - Do not cancel the whole execution if one of the test suite fails (#4943)
- Allow linking using ServiceBinding without ServiceBindingOperator (#4543).
- Add Sonar Cloud config file: sonar-project.properties(#4900)
Bug Fixes
- Fix component create and delete help examples(#4904)
odo pushnow displays "Waiting for component to start" only once (4919)- Modifies the error message to list the available starters (#4935)
- Add language and projectType metadata in devfile for s2i components(#4911)
Tests
- Test storage + link (#4954)
Documentation
- Add Getting Started > Basics documentation (#4914)
- Add documentation for global configuration (#4921)
- Add odo installation docs (#4923)
2.2.3
Feature/Enhancements
odo service deleteremoves Operator backed services from the Devfile only, without undeploying them from the cluster (#4761)odo service listlists Operator backed services in Devfile and/or deployed into the cluster and their state (Pushed, Not pushed, Deleted locally) (#4761)odo pushundeploys Operator backed services marked as managed by the current devfile not present in this devfile anymore (#4761)- param based
odo service createfor operator backed services (#4704) - add
odo catalog describe service <operator> --example(#4821) odo linkandodo unlinkwrite to devfile without deploying to cluster. Deploying happens when runningodo push(#4819)odo describeshows linked services and components whether they are pushed or not. When deployed, it also shows environment variables or mounted files (#4866)- collect component type and cluster type data for telemetry (#4763)
Bug Fixes
-
Update telemetry contextual properties only when it is enabled(#4870)
-
Completely move to using networking v1 and extensions v1 ingresses based on cluster support as extensions v1 ingress is deprecated (#4853)
2.2.2
Feature/Enhancements
- Custom link name and bind-as-files option for
odo link(#4729) odo listnow lists components created/managed by other tools (#4742)
Bug Fixes
- Adding KUBECONFIG checks in odo catalog list components (#4756)
- use filepath Join instead of / while constructing kubeconfig path (#4765)
odo pushcan deploy new services when a service is already deployed (#4772)odo env set DebugPortdoesn't work for converted devfile (#4785)- Sanitize Telemetry data (#4758)
Tests
- Refactor devfile delete tests and add validity checks for delete command (#4793)
Documentation
- Enhance usage data documentation (#4774)
2.2.1
Feature/Enhancements
- Implement
odo catalog describe servicefor operator backed services (#4671) - Add deprecation warning for old git style devfile registries (#4707)
- Adds dev.odo.push.path attribute support for pushing only mentioned files (#4588)
- Use server side apply approved (#4648)
- Adding wait support to component deletion for devfile (#4712)
- Collect Component type for usage data (#4662)
Bug Fixes
- Follow devfile like conventions in generated url name to keep url short for --s2i (#4670)
- Fix OCI-based registry migration approved kind/bug lgtm (#4702)
- Removes invalid endpoints from the devfile on triggering url create. (#4567)