We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c62870 commit 0097815Copy full SHA for 0097815
1 file changed
juju/client/facade_versions.py
@@ -12,15 +12,15 @@
12
'AllModelWatcher': (4, ),
13
'AllWatcher': (3, ),
14
'Annotations': (2, ),
15
- 'Application': (17, 19),
16
- 'ApplicationOffers': (4, ),
+ 'Application': (17, 19, 20),
+ 'ApplicationOffers': (4, 5),
17
'Backups': (3, ),
18
'Block': (2, ),
19
'Bundle': (6, ),
20
'Charms': (6, ),
21
- 'Client': (6, 7),
+ 'Client': (6, 7, 8),
22
'Cloud': (7, ),
23
- 'Controller': (11, ),
+ 'Controller': (11, 12),
24
'CredentialManager': (1, ),
25
'FirewallRules': (1, ),
26
'HighAvailability': (2, ),
@@ -30,7 +30,7 @@
30
'MetricsDebug': (2, ),
31
'ModelConfig': (3, ),
32
'ModelGeneration': (4, ),
33
- 'ModelManager': (9, ),
+ 'ModelManager': (9, 10),
34
'ModelUpgrader': (1, ),
35
'Payloads': (1, ),
36
'Pinger': (1, ),
0 commit comments