-
released this
2026-07-02 12:07:19 +00:00 | 32 commits to main since this releaseAdded
set-operatorcommand — set or clear the operator/org name + contact email (shown in the PUBLIC
page footer and the outbound User-Agent) without editing YAML. Blank a field to clear it; blank both to
drop the footer credit. Unattended viaPM_OPERATOR_NAME/PM_OPERATOR_EMAIL.- Version selection for
update—updatenow fetches all branches + tags and lists the 5 most
recent releases to choose from (Enter = latest). Also acceptsupdate <tag|branch>,
update --ref <ref>, orPM_REF. Tags check out detached; branches fast-forward to the remote. - Install from a release tag — the installer builds from the latest release tag by default
(checkout + re-exec so the whole install and every image come from that version). Override with
--ref <tag|branch>(e.g.--ref mainto track a branch) orPM_REF.
Changed
- Operator identity is empty by default. The installer no longer prompts for operator name/email, so
a personal address can't land in a public footer by accident — set it deliberately viaset-operator,
PM_OPERATOR_*, or anoperator:block inpackagemini.yml. Example-config note expanded (PUBLIC).
Fixed
- Garbled "already configured" hint. The status footer hint passed ANSI color codes as
printf%s
arguments, which are printed literally (\033[0m…); moved the colors into the format string so they
render. The hint now points at./src/deploy.sh update.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads