Skip to content
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

Add warning message if series is in metadata.yaml #616

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

rgildein
Copy link
Contributor

The charmcraft is using bases in charmcraft.yaml instead of series in
metadata.yaml, so the series should not be used anymore.

fixes: #615

Description of change

Checklist

  • Are all your commits [logically] grouped and squashed appropriately?
  • Does this patch have code coverage?
  • Does your code pass make test?

The charmcraft is using bases in charmcraft.yaml instead of series in
metadata.yaml, so the series should not be used anymore.
Copy link
Contributor

@ajkavanagh ajkavanagh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ajkavanagh
Copy link
Contributor

Based on juju/python-libjuju#671 this seems like a very reasonable update to not actually validate series in the metadata as it is going away.

@ajkavanagh ajkavanagh merged commit c70f886 into juju:master Jul 25, 2022
@rgildein rgildein deleted the remove-validation-series branch August 3, 2022 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

validate_series should not raise an error if series is missing
2 participants