feat(apiclient): Add method to flatten secret bundles into key-value objects.

This commit is contained in:
2024-12-22 20:09:23 +01:00
parent c8e0666bc6
commit f0ebb719f7
5 changed files with 14 additions and 29 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-22 - 4.7.0 - feat(apiclient)
Add method to flatten secret bundles into key-value objects.
- SecretBundle: Implemented toFlatKeyValueObject method to flatten secret groups into key-value pairs.
- Removed stale SecretManager class from apiclient.
## 2024-12-22 - 4.6.0 - feat(cloudlyapiclient)
Extend CloudlyApiClient with cluster, secretbundle, and secretgroup methods