feat(apiclient): Add external registry management capabilities to Cloudly API client.

This commit is contained in:
2024-12-29 13:19:46 +01:00
parent e567ebbf21
commit 89bd767bea
6 changed files with 167 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-29 - 4.9.0 - feat(apiclient)
Add external registry management capabilities to Cloudly API client.
- Introduce ExternalRegistry class with methods for getting, creating, and updating external registries.
- Expand requests module to handle external registry management, including creation and deletion.
## 2024-12-28 - 4.8.1 - fix(interfaces)
Fix image location schema in IImage interface