feat(apiclient): Added support for managing external registries in the API client.

This commit is contained in:
2024-12-29 13:40:51 +01:00
parent 355e04fd1d
commit a617f51b19
6 changed files with 25 additions and 7 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/cloudly',
version: '4.9.0',
version: '4.10.0',
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
}