fix(deps): update Docker API usage to DockerHost facade, bump dependencies, and adjust tests/docs

This commit is contained in:
2026-02-04 11:36:05 +00:00
parent 6117b20cc5
commit 31dc8eee22
11 changed files with 933 additions and 968 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-02-04 - 1.2.5 - fix(deps)
update Docker API usage to DockerHost facade, bump dependencies, and adjust tests/docs
- Bumped @serve.zone/api and @serve.zone/interfaces to ^5.3.0 and @apiclient.xyz/docker to ^5.1.0 in deno.json
- Replaced plugins.docker.* calls with dockerHost facade methods (getServiceByName, getSecretByName, createImageFromRegistry → createImageFromRegistry, createSecret, createService) in updatemanager and added conditional secret removal to avoid errors
- Updated a number of @push.rocks package versions in deno.json
- Adjusted test/test.ts to use the Deno.test object form and disabled sanitizeResources/sanitizeOps to accommodate smartdaemon signal listeners
- Bumped install example version in readme to v1.2.4 and cleaned up project Serena metadata files
## 2025-10-23 - 1.2.4 - fix(deno)
Update deno configuration and add local Claude settings