Description
When using Juju 3.0, it's no longer possible to deploy by series/base.
From speaking with @wallyworld this morning, I think it's because in 3.0 the deploy API no longer accepts series, which is what we're passing here. In 3.0 I believe we should be sending a "base"
Urgency
Blocker for our release
Python-libjuju version
3.0.3 and master
Juju version
3.0
Reproduce / Test
An example of this is can be seen in this CI run when the code actually specifies the jammy series, python-libjuju actually deploys focal. My understanding is that the Juju 3.0 API is likely ignoring the series parameter (code here)
Description
When using Juju 3.0, it's no longer possible to deploy by series/base.
From speaking with @wallyworld this morning, I think it's because in 3.0 the deploy API no longer accepts series, which is what we're passing here. In 3.0 I believe we should be sending a "base"
Urgency
Blocker for our release
Python-libjuju version
3.0.3 and
masterJuju version
3.0
Reproduce / Test
An example of this is can be seen in this CI run when the code actually specifies the
jammyseries, python-libjuju actually deploysfocal. My understanding is that the Juju 3.0 API is likely ignoring the series parameter (code here)