Skip to content

Version 4.2.6

Choose a tag to compare

@andreapollastri andreapollastri released this 10 Mar 06:52
· 83 commits to master since this release

[4.2.6] — 2026-03-10

Fixed

  • Git clone non-interactivesetup.sh and self-update.sh now set GIT_TERMINAL_PROMPT=0 on git clone commands to prevent credential prompts in automated/piped environments
  • Sudo notification spam during deploy — PAM auth notifications were triggered when app users executed sudo cipi-worker stop/restart during deploys; _is_internal() now detects /usr/local/bin/cipi commands and Deployer (dep) in the process tree, suppressing notifications for all cipi-initiated sudo operations

Changed

  • Official repo only — removed andreapollastri/cipi fallback from setup.sh and self-update.sh; all references now point exclusively to cipi-sh/cipi

Note

If you have issues with cipi self-update after 4.2.5, run:
sed -i 's/^ git clone/ GIT_TERMINAL_PROMPT=0 git clone/' /opt/cipi/lib/self-update.sh