docs(schemas): document the process for adding schemas and follow it for 3.1 series #1169
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We want to ensure that
python-libjuju
supports the latest Juju schemas, and that it's clear topython-libjuju
maintainers and users what versions are supported. This PR adds documentation on how to do this (docs/CONTRIBUTING.md
), and follows this process for the existing schemas, updating the3.1
series (juju/client/SCHEMAS.md
andjuju/client/schemas-juju-*.json
)QA Steps
No changes to generated code are introduced in this PR.
make client
should not produce any changes to the repo state.Test should all pass.
Notes & Discussion
Replaces:
Implicitly depends on:
Since we add a schema for
3.1.10
here.