Skip to content

Commit

Permalink
Merge pull request #1179 from james-garner-canonical/2024-11/chore/ad…
Browse files Browse the repository at this point in the history
…d-schemas-for-missing-juju-releases

#1179

#### Description

Finally resolves #1099, adding all the (client-only) schemas from missed releases.

#### QA Steps

Integration tests are still a bit flakey (we seem to get some connection closed type errors on a couple of python versions at the moment), but otherwise tests should all pass.
  • Loading branch information
jujubot authored Nov 8, 2024
2 parents 9a97172 + 87c4792 commit a70983d
Show file tree
Hide file tree
Showing 5 changed files with 54,508 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ That is, an `X.Y.0` release, for example `3.6.0`?
3.6.0
```

Note: you should also remove any pre-release schemas, which have the naming format `schemas-juju.X.Y-rcN.json`, where `N` is the release candidate version.


### Subsequent releases

Expand Down
23 changes: 23 additions & 0 deletions juju/client/SCHEMAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,26 @@ Please see docs/CONTRIBUTING.md for the process for updating this file.

# 3.3
3.3.0
3.3.1
3.3.2 (identical to 3.3.1)
3.3.3 (identical to 3.3.1)
3.3.4 (identical to 3.3.1)
3.3.5 (identical to 3.3.1)
3.3.6 (identical to 3.3.1)
3.3.7 (identical to 3.3.1)

# 3.4
3.4.0 (note: identical to 3.3.1)
3.4.1 (identical to 3.4.0)
3.4.2 (identical to 3.4.0)
3.4.3 (identical to 3.4.0)
3.4.4 (identical to 3.4.0)
3.4.5 (identical to 3.4.0)
3.4.6 (identical to 3.4.0)

# 3.5
3.5.0
3.5.1 (identical to 3.5.0)
3.5.2 (identical to 3.5.0)
3.5.3 (identical to 3.5.0)
3.5.4 (identical to 3.5.0)
Loading

0 comments on commit a70983d

Please sign in to comment.