🦎 This is pre-release 5 of v1.17.0 for initial testing and feedback. 🦎
This fixes an issue with Stack commands on specific services present in v1.17.0-dev-4
Core image: ghcr.io/moghtech/komodo:latest-dev
Periphery image: ghcr.io/moghtech/periphery:latest-dev
Systemd Periphery installer:
- Add
--version=v1.17.0-dev-5
to the install command. - You can remove
--version=v1.17.0-dev-5
and run again if you need to go back to the previous version.
curl -sSL \
https://raw.githubusercontent.com/moghtech/komodo/main/scripts/setup-periphery.py \
| python3 - --user --version=v1.17.0-dev-5
See the ongoing changelog in the PR: #248