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
ResolveCharms returns:
{'request-id': 9, 'response': {'Results': [ {'url': 'ch:amd64/ubuntu-25', 'charm-origin': {'source': 'charm-hub', 'type': 'charm', 'id': '', 'risk': 'stable', 'revision': 25, 'track': 'latest', 'architecture': 'amd64', 'base': {'name': 'ubuntu', 'channel': '22.04/stable'}}, 'supported-series': [ 'jammy', 'focal', 'bionic', 'xenial', 'trusty', 'precise', 'groovy', 'disco', 'cosmic', 'artful', 'vivid' ]}]}}
However, controller will reject an attempt to deploy on vivid.
vivid
Likewise, if the client always picked the newest (charmhub) base and ran against older Juju, client could ask for jammy that is not yet supported.
jammy
It's not an issue for older Jujus today, because older Juju returns 'ch:amd64/jammy/ubuntu-25' directly indicating the (preferred?) base.
'ch:amd64/jammy/ubuntu-25'
Casually reporting
any
3.6
model.deploy("ubuntu")
The text was updated successfully, but these errors were encountered:
Connected: #1171
Sorry, something went wrong.
Matrix: https://matrix.to/#/!wJiiHsLipVywuWOyNi:ubuntu.com/$6rfAHjMWxDSuib424AIN1pdjMJs2dp2QBSPYktCRw_w?via=ubuntu.com&via=matrix.org
No branches or pull requests
Description
ResolveCharms returns:
However, controller will reject an attempt to deploy on
vivid
.Likewise, if the client always picked the newest (charmhub) base and ran against older Juju, client could ask for
jammy
that is not yet supported.It's not an issue for older Jujus today, because older Juju returns
'ch:amd64/jammy/ubuntu-25'
directly indicating the (preferred?) base.Urgency
Casually reporting
Python-libjuju version
any
Juju version
3.6
Reproduce / Test
The text was updated successfully, but these errors were encountered: