mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
72 lines
3.7 KiB
Plaintext
72 lines
3.7 KiB
Plaintext
[id='odo-release-notes']
|
|
= `{odo-title}` release notes
|
|
include::modules/developer-cli-odo-attributes.adoc[]
|
|
include::modules/common-attributes.adoc[]
|
|
:context: odo-release-notes
|
|
toc::[]
|
|
|
|
[id="odo-notable-improvements_{context}"]
|
|
== Notable changes and improvements in `{odo-title}`
|
|
|
|
* `{odo-title}` integration with devfiles is no longer a Technology Preview feature and is now fully supported. To learn more, see xref:../../cli_reference/developer_cli_odo/using-devfiles-in-odo.adoc#creating-a-java-application-by-using-a-devfile[Creating applications by using devfiles].
|
|
|
|
* The default deployment mechanism in `{odo-title}` is the devfile deployment now.
|
|
|
|
* Added documentation about converting S2I to devfile. See, xref:../../cli_reference/developer_cli_odo/using-devfiles-in-odo.adoc#converting-an-s2i-component-into-a-devfile-component_creating-applications-by-using-devfiles[Converting an S2I component into a devfile component].
|
|
|
|
* Added commands to display JSON output for devfile components.
|
|
|
|
* `odo debug` is no longer a Technology Preview feature and is now fully supported.
|
|
To learn more, see xref:../../cli_reference/developer_cli_odo/debugging-applications-in-odo.html#debugging-an-application_debugging-applications-in-odo[Debugging applications in odo].
|
|
|
|
* `{odo-title}` integration with Operators is no longer a Technology Preview feature and is now fully supported. To learn more, see xref:../../cli_reference/developer_cli_odo/creating-instances-of-services-managed-by-operators.adoc[Creating instances of services managed by Operators].
|
|
|
|
* `{odo-title}` now supports IBM Z.
|
|
|
|
* Improved and enhanced output for many commands.
|
|
|
|
[id="odo-getting-support_{context}"]
|
|
== Getting support
|
|
|
|
.For Documentation
|
|
|
|
If you find an error or have suggestions for improving the documentation, file an issue in link:http://bugzilla.redhat.com[Bugzilla]. Choose the *{product-title}* product type and the *Documentation* component type.
|
|
|
|
.For Product
|
|
|
|
If you find an error, encounter a bug, or have suggestions for improving the functionality of `{odo-title}`, file an issue in link:http://bugzilla.redhat.com[Bugzilla]. Choose the *Red Hat {odo-title} for {product-title}* product type.
|
|
|
|
Provide as many details in the issue description as possible.
|
|
|
|
////
|
|
[id="odo-fixed-issues_{context}"]
|
|
== Fixed issues
|
|
////
|
|
|
|
[id="odo-known-issues_{context}"]
|
|
== Known issues
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760574[Bug 1760574] A deleted namespace is listed in the `odo project get` command.
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760586[Bug 1760586] The `odo delete` command starts an infinite loop after a project is deleted and a component name is set.
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760588[Bug 1760588] The `odo service create` command crashes when run in Cygwin.
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760590[Bug 1760590] In Git BASH for Windows, the `odo login -u developer` command does not hide a typed password when requested.
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1783188[Bug 1783188] In a disconnected cluster, the `odo component create` command throws an error `...tag not found...` despite the component being listed in the catalog list.
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1761440[Bug 1761440] It is not possible to create two Services of the same type in one project.
|
|
|
|
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1821643[Bug 1821643] `odo push` does not work on the .NET component tag 2.1+.
|
|
+
|
|
Workaround: specify your .NET project file by running:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ odo config set --env DOTNET_STARTUP_PROJECT=<path to your project file>
|
|
----
|
|
|
|
//[id="odo-technology-preview_{context}"]
|
|
//== Technology Preview features `{odo-title}`
|