fix(core): Updated dependencies and refactored ClusterManager and CloudlyConnector for improved Docker management.

This commit is contained in:
2024-12-20 02:58:26 +01:00
parent 51903eff5b
commit 4b7bf5fde4
8 changed files with 1696 additions and 1698 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2024-12-20 - 1.0.134 - fix(core)
Updated dependencies and refactored ClusterManager and CloudlyConnector for improved Docker management.
- Updated `@push.rocks/tswatch` and `@push.rocks/tapbundle` to latest versions in devDependencies.
- Refactored `ClusterManager` to remove unused subscriptions and improve network and service management.
- Refactored `CloudlyConnector` to use `CloudlyApiClient` for improved cloud configuration management.
- Added logging for network and Docker service configurations.
## 2024-11-18 - 1.0.133 - fix(dockerfile)
Update Docker base images to use code.foss.global instead of registry.gitlab.com