feat(web): Add deployments API typings and web UI improvements: services & deployments management with CRUD and actions

This commit is contained in:
2025-09-08 06:46:14 +00:00
parent c142519004
commit e19639c9be
7 changed files with 809 additions and 75 deletions

View File

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