We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context:
what is deployed when someone types “juju deploy ubuntu”?
what charm version?
on what base?
Summary:
python-libjuju calls ResolveCharms
Juju 3.0 ~ 3.5 returns ch:amd64/jammy/ubuntu-25
Juju 3.6 however returns ch:amd64/ubuntu-25
Meanwhile ch:amd64/ubuntu-25 appear to be everything on charmhub, from jammy to vivid.
Current code picks vivid which juju controller rejects.
Land a change that picks the newest instead of the oldest.
Blocker for our release
any
3.6
model.deploy("ubuntu")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Context:
what is deployed when someone types “juju deploy ubuntu”?
what charm version?
on what base?
Summary:
python-libjuju calls ResolveCharms
Juju 3.0 ~ 3.5 returns ch:amd64/jammy/ubuntu-25
Juju 3.6 however returns ch:amd64/ubuntu-25
Meanwhile ch:amd64/ubuntu-25 appear to be everything on charmhub, from jammy to vivid.
Current code picks vivid which juju controller rejects.
Land a change that picks the newest instead of the oldest.
Urgency
Blocker for our release
Python-libjuju version
any
Juju version
3.6
Reproduce / Test
The text was updated successfully, but these errors were encountered: