feat(cloudlyapiclient): Extend CloudlyApiClient with cluster, secretbundle, and secretgroup methods

This commit is contained in:
2024-12-22 20:03:11 +01:00
parent c9073df7cd
commit 0d0b106f90
5 changed files with 52 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-22 - 4.6.0 - feat(cloudlyapiclient)
Extend CloudlyApiClient with cluster, secretbundle, and secretgroup methods
- Added methods to CloudlyApiClient for managing clusters: getClusterById, getClusters, createCluster.
- Added methods to CloudlyApiClient for managing secret bundles: getSecretBundleById, getSecretBundles, createSecretBundle.
- Added methods to CloudlyApiClient for managing secret groups: getSecretGroupById, getSecretGroups, createSecretGroup.
## 2024-12-22 - 4.5.5 - fix(apiclient)
Fixed image creation method in cloudlyApiClient