Skip to content

ZaneOps v1.12

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

7 October 2025 by Fred KISSIE

Today we release zaneOps v1.12 introducing support for preview environments, a new design for the homepage, account settings and more.

To install :

  1. via the UI:

    clone environment modal clone environment modal project environments page project environments page
  2. via the shell:

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

The major feature for this version is preview environments. They allow you to test a feature in a branch or pull request on your app before merging to production.

For services created via Git applications, Pull request preview environments are activated by default. You can create preview environments via API or Pull Request (GitHub)/Merge Request (GitLab).

We revamped the dashboard with a nicer design. In this new dashboard, there is also a list of the 6 most recent deployments:

New Dashboard page New Dashboard page

We also updated the design on the project detail page, you will now get logos for services created from Docker images.

New project detail page New project detail page

You can now update the user’s info (firstname, lastname, username) and password :

  • In the next versions of ZaneOps, a persistent toast will be shown while updating to a new version:

  • Terminals have now a light & Dark theme

    Terminal Terminal
  • When selecting branch for a repository, a list of branches will be shown for autocomplete:

    Autocomplete git branches for a repository Autocomplete git branches for a repository
  • Same for docker images in the service’s settings page:

    Autocomplete docker images Autocomplete docker images
  • New theme switcher to allow you to select between light, dark mode or following the system’s preferences:

  • Starting from v1.12, release notes for next versions will be shown directly in ZaneOps’s dashboard:

    Changelog