ZaneOps v1.7
Release notes: https://github.com/zane-ops/zane-ops/releases/tag/v1.7.0
22 Mar 2025 by Fred KISSIE
Since the release of v1.0, we added a lot more changes.
To install :
# assuming you are at /var/www/zaneopscurl https://cdn.zaneops.dev/makefile > Makefilemake setupmake deployEnvironments
Section titled “Environments”Environments let you separate your services logically accross isolated instances. Within environments you can share environment variables available accross all the services within the environment. You can learn more here.
You can clone environments and copy all the services, variables and configurations to the new environment :
Accross environments you can also have multiple services with the same name :
New Onboarding Page
Section titled “New Onboarding Page”Now, when you install ZaneOps on a blank instance, you will be greated by an onboarding page allowing you to create a first user directly from the UI rather than only from the terminal :
New Upgrading experience
Section titled “New Upgrading experience”Starting with v1.7.0, future upgrades will trigger a toast notification informing you of new ZaneOps versions, enabling you to upgrade directly from the UI instead of relying solely on the terminal.
Other changes
Section titled “Other changes”- Changed the logs configuration to only logs the result of monitoring health checks if they fail, significantly reducing clutter on the logs page
- Added confirmation modals for destructive actions, for when you want to delete a project, environment or service :
