Skip to content

Releases: ZaneL1u/cloud-cli-proxy

v4.2.5

02 Jun 04:07
1d8a4ff

Choose a tag to compare

What's Changed

Runtime & Deployment

  • fix: update chown command to prevent recursion into bind mount points (1d8a4ff)

Full Changelog: v4.2.4...v4.2.5

v4.2.4

02 Jun 01:21

Choose a tag to compare

What's Changed

Runtime & Deployment

  • fix: add fail-safe for chown -R /workspace when bind mounts exist (732cfd9)

Full Changelog: v4.2.3...v4.2.4

v4.2.3

01 Jun 17:47

Choose a tag to compare

What's Changed

Backend (Go / API)

  • fix: strip leading slash in SPA handler and remove standalone managed-user service (e21a6ea)

Runtime & Deployment

  • fix: strip leading slash in SPA handler and remove standalone managed-user service (e21a6ea)

Full Changelog: v4.2.2...v4.2.3

v4.2.2

01 Jun 17:24

Choose a tag to compare

What's Changed

Backend (Go / API)

  • fix: correct migration 0019 test to expect DATETIME not TEXT for CURRENT_TIMESTAMP (6bfda7b)
  • refactor: remove disk limit from host resource management (904bd03)

Frontend (Admin Web)

  • refactor: remove disk limit from host resource management (904bd03)

Full Changelog: v4.2.1...v4.2.2

v4.2.0

01 Jun 14:14
b9c8ac4

Choose a tag to compare

What's Changed

Backend (Go / API)

  • docs: purge all remaining PostgreSQL references across the project (b9c8ac4)
  • feat(60): embed sing-box binary in control-plane image, prefer native over Docker (bb4d536)
  • feat(59): embed admin UI dist into control-plane binary (b979d6c)
  • feat(58-sqlite): 全项目移除pgx,HTTP handlers+runtime改用database/sql (bbcffa8)
  • feat(58-sqlite): App初始化改为sql.Open+PRAGMA,移除pgxpool,内嵌迁移文件 (db13722)
  • feat(58-02): rewrite queries.go + queries_bypass.go from pgx to database/sql (c3615ea)
  • feat(58-02): rewrite 21 migration files from PostgreSQL to SQLite syntax (a69057f)
  • feat(58-01): switch migrator to database/sql + modernc.org/sqlite, add SQLite driver dependency (13d5cbc)

Frontend (Admin Web)

  • feat(59): embed admin UI dist into control-plane binary (b979d6c)

Runtime & Deployment

  • docs: purge all remaining PostgreSQL references across the project (b9c8ac4)
  • docs: update all remaining docs, docker-compose for v4.2.0 (085d525)
  • feat(61): simplify deployment — 2 services, SQLite, unified config (41cd188)
  • feat(60): embed sing-box binary in control-plane image, prefer native over Docker (bb4d536)
  • feat(59): embed admin UI dist into control-plane binary (b979d6c)

Docs

  • docs: purge all remaining PostgreSQL references across the project (b9c8ac4)
  • docs: update all remaining docs, docker-compose for v4.2.0 (085d525)
  • docs(62): update docs for SQLite migration and unified port :8080 (94626f2)
  • feat: implement configurable resource limits for hosts (2c69826)

Full Changelog: v4.1.4...v4.2.0

v4.1.4

01 Jun 03:28
b86ff11

Choose a tag to compare

What's Changed

Backend (Go / API)

  • fix: 创建主机选择"无限制"时不再转换为 NULL,与 PATCH 路径保持一致 (b86ff11)
  • fix: restart 策略改为 unless-stopped,启动时立即协调恢复容器 (ddbd50a)

Full Changelog: v4.1.3...v4.1.4

v4.1.3

31 May 17:36

Choose a tag to compare

What's Changed

Backend (Go / API)

  • fix: SSH 代理选择容器最后加入的 Docker 网络 IP (3881929)
  • feat: CONTAINER_REGISTRY 环境变量统一控制运行时镜像源 (666c928)

Runtime & Deployment

  • fix: image.lock 默认 image_name 改为 ghcr.io 完整路径 (588ae5b)
  • feat: docker-compose.yml 镜像引用变量化,setup-env.sh 自动检测中国大陆并换源 (26c31f9)

Docs

  • feat: docker-compose.yml 镜像引用变量化,setup-env.sh 自动检测中国大陆并换源 (26c31f9)
  • feat: CONTAINER_REGISTRY 环境变量统一控制运行时镜像源 (666c928)
  • docs: 新增 docker-compose.cn.yml,修正毫秒镜像地址 (f9bbb4f)
  • docs: 精简部署指南,突出 Docker Compose 一键部署 (8039644)

Full Changelog: v4.1.2...v4.1.3

v4.1.2

31 May 14:31

Choose a tag to compare

What's Changed

Backend (Go / API)

  • feat: 主机文件浏览支持 Windows 路径与目录选择器 (0a41582)

Frontend (Admin Web)

  • feat: 主机文件浏览支持 Windows 路径与目录选择器 (0a41582)

Docs

  • docs: 重新梳理 README 和文档站,精简表述 (492782a)

Full Changelog: v4.1.1...v4.1.2

v4.1.1

31 May 09:37

Choose a tag to compare

What's Changed

Backend (Go / API)

  • feat: v4.1.1 - 出口 IP 检测迁移、bypass 审计面板与前端多项改进 (111ccc6)

Frontend (Admin Web)

  • feat: v4.1.1 - 出口 IP 检测迁移、bypass 审计面板与前端多项改进 (111ccc6)

Full Changelog: v4.1.0...v4.1.1

v4.1.0

31 May 06:22

Choose a tag to compare

What's Changed

Backend (Go / API)

  • fix: skip TestWorker_CreateHost_CleanupOnFailure when docker unavailable (da698f7)
  • fix: add missing UpdateEgressIPAddress to mockWorkerRepo in agent tests (2f6d174)
  • feat: v4.0 managed-user image, egress IP auto-correction, and FK fix (bba9090)
  • feat(57-02): register PATCH resources route and add --storage-opt to worker (f21b6ea)
  • feat(57-02): add three-state pointer semantics to Create endpoint and PatchResources handler (e0b99fe)
  • feat(57-02): add DiskLimitGB to HostActionRequest, remove defaultIfZero fallbacks (bc9dd66)
  • feat(57-01): change resource limit fields to pointer types, remove defaultIfZero, add UpdateHostResources (a51e055)
  • feat(57-01): create migration 0022 to make host resource limit columns nullable (6050b3f)
  • refactor: firewall tests, enhance worker container configuration, and add E2E test suites (a2912a0)

Frontend (Admin Web)

  • feat: v4.0 managed-user image, egress IP auto-correction, and FK fix (bba9090)
  • docs(57-03): update config description to include resource limits (704fe46)
  • feat(57-03): add resource limits display and edit in host detail page (2693b6d)
  • feat(57-03): extend use-hosts types and integrate ResourceLimitsSelector in create dialog (227b1da)
  • feat(57-03): add ResourceLimitsSelector component with preset dropdown and custom input (21f5efb)

Runtime & Deployment

  • feat: v4.0 managed-user image, egress IP auto-correction, and FK fix (bba9090)
  • refactor: firewall tests, enhance worker container configuration, and add E2E test suites (a2912a0)

Full Changelog: v4.0.3...v4.1.0