v1.3.0
Docker (tags) / release (push) Failing after 1s

This commit is contained in:
2026-05-26 11:15:48 +00:00
parent 8dc008d23d
commit 72dd38d3e2
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-26 - 1.3.0
### Features
- support managed Docker Swarm published ports (clustermanager)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/coreflow",
"version": "1.2.0",
"version": "1.3.0",
"description": "A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/coreflow',
version: '1.2.0',
version: '1.3.0',
description: 'A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.'
}