Skip to content

ZaneOps v1.8

Release notes: https://github.com/zane-ops/zane-ops/releases/tag/v1.8.0

31 Mar 2025 by Fred KISSIE

Today we release zaneOps v1.8 introducing our all new Git services.

To install :

Terminal window
# assuming you are at /var/www/zaneops
curl https://cdn.zaneops.dev/makefile > Makefile
make setup
make deploy

We made our first step towards supporting creating services from git repositories, you can now point a public repository which contains a Dockerfile to ZaneOps and it will build it for you :

You can now select multiple services in one environment and apply bulk actions to them.

Logs are now separated from deployments and runtime logs. with runtime logs being all the logs your services produce and deployment logs for build and logs produced by ZaneOps.

deployment logs deployment logs runtime logs runtime logs