Skip to content

Commit

Permalink
Update blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jan 5, 2023
1 parent 0ad1a48 commit dd1f60c
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions docs/website/blog/2023-01-04-odo-v3.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,39 @@ odo `v3.5.0` is now out!
To install `odo`, follow [the installation guide](../docs/overview/installation).

## Notable Changes
Check this Playlist for an overview of the most notable changes in this release: [TODO Add Link to Youtube Playlist]
Check this Playlist for an overview of the most notable changes in this release: [odo v3.5.0 (Sprint 229)](https://www.youtube.com/playlist?list=PLGMB2PY4SNOoGCUFCbqxnQclhnHA0L73D)

### Features

[TODO - Complete with embedded demos!]
#### `odo delete component` deletes component running on podman

When you run `odo dev` on podman platform, pressing ctrl-c will delete the resources from podman.

If `odo dev` does not delete the reosurces as expected (because it failed unexpectedly, it has been killed with the KILL(9) signal, etc), you can use `odo delete component` to delete the resources.

Note that you need to run odo in the experimental mode for this feature.

<iframe width="560" height="315" src="https://www.youtube.com/embed/ezLUArXMaGs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

#### `odo describe component` describes component running on podman

You can now get the description of a component running on podman with the command `odo describe component`.

Note that you need to run odo in the experimental mode for this feature.

<iframe width="560" height="315" src="https://www.youtube.com/embed/hhEqPfLurzI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

#### Allow fetching a specific Devfile Stack version

Version 3.4.0 of odo introduced the support of versioned Devfile stacks, with the ability to list available versions od Devfile stacks. Starting with version 3.5.0, you can initialize a new project with a specific version of a Devfile stack. Previously, the default version were used.

<iframe width="560" height="315" src="https://www.youtube.com/embed/ccTvCnl-P1Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

#### Enable ImageStream resolving

If you are developing on an OpenShift cluster, `odo dev` can now use images from ImageStreams defined in your cluster, without any configuration.
f
<iframe width="560" height="315" src="https://www.youtube.com/embed/5AqmPGOEz_U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Detailed Changelog

Expand Down

0 comments on commit dd1f60c

Please sign in to comment.