2023-02-02 12:42:45 +05:30
////
2023-10-30 10:13:25 -04:00
:_mod-docs-content-type: ASSEMBLY
2019-10-11 17:39:46 +02:00
[id='odo-release-notes']
2020-05-11 14:48:40 +02:00
= `{odo-title}` release notes
2022-02-16 11:35:56 -05:00
include::_attributes/common-attributes.adoc[]
2019-10-11 17:39:46 +02:00
:context: odo-release-notes
2021-03-23 10:45:14 +00:00
2019-10-11 17:39:46 +02:00
toc::[]
2019-12-13 13:32:02 +01:00
[id="odo-notable-improvements_{context}"]
2022-01-12 12:26:12 +00:00
== Notable changes and improvements in `{odo-title}` version 2.5.0
// #5238
* Creates unique routes for each component, using `adler32` hashing
// #5252
* Supports additional fields in the devfile for assigning resources:
** cpuRequest
** cpuLimit
** memoryRequest
** memoryLimit
// #5276
2022-02-16 11:35:56 -05:00
* Adds the `--deploy` flag to the `odo delete` command, to remove components deployed using the `odo deploy` command:
2021-05-05 14:14:47 +02:00
+
2022-01-12 12:26:12 +00:00
[source,terminal]
----
$ odo delete --deploy
----
// #5237
* Adds mapping support to the `odo link` command
// #5279
* Supports ephemeral volumes using the `ephemeral` field in `volume` components
// #5270
* Sets the default answer to `yes` when asking for telemetry opt-in
// #5260
* Improves metrics by sending additional telemetry data to the devfile registry
// #5287
* Updates the bootstrap image to `registry.access.redhat.com/ocp-tools-4/odo-init-container-rhel8:1.1.11`
2022-02-16 11:35:56 -05:00
// #5308
2022-01-12 12:26:12 +00:00
* The upstream repository is available at link:https://github.com/redhat-developer/odo[]
2020-07-01 15:56:56 +02:00
2022-01-12 12:26:12 +00:00
[id="odo-fixed-issues_{context}"]
== Bug fixes
// #5294
* Previously, `odo deploy` would fail if the `.odo/env` file did not exist. The command now creates the `.odo/env` file if required.
// #5286
* Previously, interactive component creation using the `odo create` command would fail if disconnect from the cluster. This issue is fixed in the latest release.
2019-10-11 17:39:46 +02:00
2019-12-13 13:32:02 +01:00
[id="odo-getting-support_{context}"]
== Getting support
.For Product
2021-05-11 15:12:33 +02:00
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 *OpenShift Developer Tools and Services* as a product type and *odo* as a component.
2019-12-13 13:32:02 +01:00
Provide as many details in the issue description as possible.
2022-01-12 12:26:12 +00:00
.For Documentation
2019-12-13 13:32:02 +01:00
2022-01-12 12:26:12 +00:00
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.
2019-12-13 13:32:02 +01:00
2023-02-02 12:42:45 +05:30
////[id="odo-known-issues_{context}"]
2022-01-12 12:26:12 +00:00
== Known issues
////
2021-05-05 14:14:47 +02:00
2020-10-15 12:34:50 +02:00
//[id="odo-technology-preview_{context}"]
//== Technology Preview features `{odo-title}`
2023-02-02 12:42:45 +05:30
////