Skip to content

Version 4.2.5

Choose a tag to compare

@andreapollastri andreapollastri released this 09 Mar 22:40
· 84 commits to master since this release

[4.2.5] — 2026-03-09

Changed

  • GitHub organization migration — moved repos to cipi-sh organization; Composer package names updated from andreapollastri/cipi-apicipi/api and andreapollastri/cipi-agentcipi/agent
  • Self-update & installer fallbacksetup.sh and self-update.sh now try cipi-sh/cipi first, falling back to andreapollastri/cipi for backward compatibility during the main repo transition
  • Migration 4.2.5 — automatically migrates existing installations: replaces old Composer package in the API app and updates crontab references

Note

Cipi has been moved to organization namespace. If you have issues within self-update command after this version, run:
sed -i 's/^ git clone/ GIT_TERMINAL_PROMPT=0 git clone/' /opt/cipi/lib/self-update.sh to fix it!