Deploying Ubuntu18 with Juju, looks for 20.04 hwe_kernel?

I’m trying to deploy a bionic server with juju 2.8.

MAAS version: 2.7.1 (8262-g.9a49af7df-0ubuntu1~18.04.1)

I do:

juju add-model my-maas mymodel
juju add-machine

But the following shows up.

Machine State DNS Inst id Series AZ Message
2 down pending bionic unexpected: ServerError: 400 Bad Request ({“hwe_kernel”: [“bionic has no kernels available which meet min_hwe_kernel(ga-20.04).”]})

This has worked prior to my upgrade of the juju controller for maas.

It looks like a lead that the log message mixes kernel 20.04 with bionic… But I’m not sure here.

Any leads ?