Skip to content

v4.7.5 — Release Workflow CI Fix

Choose a tag to compare

@lcy362 lcy362 released this 13 Aug 03:42
· 205 commits to master since this release

Release v4.7.5 — Release Workflow CI Fix

Release date: 2026-07-22

Overview

v4.7.5 is a patch release that fixes the release workflow's orphan-cleanup step, which used secrets in an if condition where the secrets context is unavailable — preventing the release pipeline from failing.

Usage

From v4.7.4:

git pull
.venv/bin/pip install -r requirements.txt
./start.sh

What's New

Bug Fixes

  • Release workflow: orphan-cleanup step no longer references secrets in an if condition, keeping the multi-arch image publish reliable.