Skip to content

Commit 0097815

Browse files
committed
chore: fix up client facade versions
1 parent 4c62870 commit 0097815

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

juju/client/facade_versions.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
'AllModelWatcher': (4, ),
1313
'AllWatcher': (3, ),
1414
'Annotations': (2, ),
15-
'Application': (17, 19),
16-
'ApplicationOffers': (4, ),
15+
'Application': (17, 19, 20),
16+
'ApplicationOffers': (4, 5),
1717
'Backups': (3, ),
1818
'Block': (2, ),
1919
'Bundle': (6, ),
2020
'Charms': (6, ),
21-
'Client': (6, 7),
21+
'Client': (6, 7, 8),
2222
'Cloud': (7, ),
23-
'Controller': (11, ),
23+
'Controller': (11, 12),
2424
'CredentialManager': (1, ),
2525
'FirewallRules': (1, ),
2626
'HighAvailability': (2, ),
@@ -30,7 +30,7 @@
3030
'MetricsDebug': (2, ),
3131
'ModelConfig': (3, ),
3232
'ModelGeneration': (4, ),
33-
'ModelManager': (9, ),
33+
'ModelManager': (9, 10),
3434
'ModelUpgrader': (1, ),
3535
'Payloads': (1, ),
3636
'Pinger': (1, ),

0 commit comments

Comments
 (0)