-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
fix: supported series computation needed for juju 3.6 #1170
base: main
Are you sure you want to change the base?
Conversation
Fixes #1171 |
|
||
# use the charm default | ||
if requested_series == '': | ||
return supported_series[-1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was incorrect. It should have been 0. So your change is correct.
https://github.com/juju/charm/blob/bd9cd4649313dc47c456713e33543c957ce1eaad/charm.go#L126-L129
The naive change is not enough: https://github.com/juju/python-libjuju/actions/runs/11454556295/job/31869929957?pr=1175 test tried to deploy keystone victoria/stable
|
Covered by existing integration tests