Skip to content

Commit a70983d

Browse files
authored
Merge pull request #1179 from james-garner-canonical/2024-11/chore/add-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.
2 parents 9a97172 + 87c4792 commit a70983d

5 files changed

Lines changed: 54508 additions & 0 deletions

File tree

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ That is, an `X.Y.0` release, for example `3.6.0`?
138138
3.6.0
139139
```
140140

141+
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.
142+
141143

142144
### Subsequent releases
143145

juju/client/SCHEMAS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,26 @@ Please see docs/CONTRIBUTING.md for the process for updating this file.
1616

1717
# 3.3
1818
3.3.0
19+
3.3.1
20+
3.3.2 (identical to 3.3.1)
21+
3.3.3 (identical to 3.3.1)
22+
3.3.4 (identical to 3.3.1)
23+
3.3.5 (identical to 3.3.1)
24+
3.3.6 (identical to 3.3.1)
25+
3.3.7 (identical to 3.3.1)
26+
27+
# 3.4
28+
3.4.0 (note: identical to 3.3.1)
29+
3.4.1 (identical to 3.4.0)
30+
3.4.2 (identical to 3.4.0)
31+
3.4.3 (identical to 3.4.0)
32+
3.4.4 (identical to 3.4.0)
33+
3.4.5 (identical to 3.4.0)
34+
3.4.6 (identical to 3.4.0)
35+
36+
# 3.5
37+
3.5.0
38+
3.5.1 (identical to 3.5.0)
39+
3.5.2 (identical to 3.5.0)
40+
3.5.3 (identical to 3.5.0)
41+
3.5.4 (identical to 3.5.0)

0 commit comments

Comments
 (0)