New Release: Open edX Ulmo.1 is Out!

Hello Community!

The BTR working group is happy to announce that we’ve just tagged the release/ulmo.1 branch! :tada:

This was much awaited specially because of the hiccups we faced. I am so happy that we persevered through it and made it happen.

This release includes:

:lady_beetle: Bug fixes

:locked_with_key: Security updates

:globe_with_meridians: Translation improvements

:sparkles: A bunch of new features

As always, a big thank you to everyone who contributed to making this release possible! :raising_hands:

5 Likes

@Ahmed_Khalid, please cut tutor releases. :slight_smile:

Is Ulmo.1 available via Tutor Docker images

None of these work:docker pull overhangio/openedx:ulmo
docker manifest inspect overhangio/openedx:ulmo
docker pull overhangio/openedx:21.0.x

Hi @pselleh
The Ulmo.1 docker images are available, please see the tags here: overhangio/openedx - Docker Image

Hi Joel, thank you. It was confusing because I am getting 21.0.0-indigo and was expecting ulmo.

21.0.0-indigo is the tutor version with Indigo enabled. In your build logs you should see something like this:

 => [code 3/4] ADD --keep-git-dir=true https://github.com/openedx/edx-platform.git#open-release/ulmo.1 .

You can see the Tutor and Open edX version mapping here.