Version 4.2.6
[4.2.6] — 2026-03-10
Fixed
- Git clone non-interactive —
setup.shandself-update.shnow setGIT_TERMINAL_PROMPT=0ongit clonecommands 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/restartduring deploys;_is_internal()now detects/usr/local/bin/cipicommands and Deployer (dep) in the process tree, suppressing notifications for all cipi-initiated sudo operations
Changed
- Official repo only — removed
andreapollastri/cipifallback fromsetup.shandself-update.sh; all references now point exclusively tocipi-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