v6.4.3
Docker (tags) / release (push) Failing after 1s

This commit is contained in:
2026-05-28 16:44:18 +00:00
parent fd0653788e
commit 9cac2e616f
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-28 - 6.4.3
- label Valkey App Store platform requirements in the dashboard - label Valkey App Store platform requirements in the dashboard
- Displays Valkey using the canonical platform name when templates declare that requirement. - Displays Valkey using the canonical platform name when templates declare that requirement.
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@serve.zone/cloudly", "name": "@serve.zone/cloudly",
"version": "6.4.2", "version": "6.4.3",
"private": true, "private": true,
"description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.", "description": "A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.",
"type": "module", "type": "module",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/cloudly', name: '@serve.zone/cloudly',
version: '6.4.2', version: '6.4.3',
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
} }
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/cloudly', name: '@serve.zone/cloudly',
version: '6.4.2', version: '6.4.3',
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.' description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
} }