Release Notes: Version 1.1.0
This release of BuildNinja significantly expands build execution capabilities, access control, and system configuration. Version 1.1.0 introduces new build runners, native Git support, centralized secrets management, granular access control with RBAC, and enhanced system administration features. These improvements strengthen BuildNinja’s flexibility, security, and cross-platform support.
Released: 24 February 2026
Docker Images:
grapehub/buildninja-server:1.1.0grapehub/buildninja-agent:1.1.0
What's New
- Added Native Git support for improved repository performance and reliability.
- Introduced SSH Runner and Script Runner for flexible build execution.
- Added Secret Vault / Environment Variable Manager.
- Introduced Role-Based Access Control (RBAC) with Members-based access management.
- Added Mail Template Designer for system and build notifications.
- Added macOS support for running BuildNinja Server and Agents.
- Enhanced project structure and overall user interface for improved usability.
Features
- Native Git Support: Improves Git operation performance and reliability using server-side Git handling.
- SSH Runner: Enables secure remote command execution as part of build pipelines.
- Script Runner: Allows execution of custom scripts using multiple supported script types.
- Secrets & Environment Management: Centralized and secure storage of secrets and environment variables.
- Role-Based Access Control (RBAC): Provides granular access control for projects and build configurations through Members management.
- Mail Template Designer: Enables customization of system and build notification emails.
- macOS Support: Adds official support for running BuildNinja Server and Agents on macOS environments.
Installation
# Download the Docker image.
docker pull grapehub/buildninja-server:1.1.0
# Run the container from the downloaded image.
docker run -d -p 8080:8080 --name buildninja grapehub/buildninja-server:1.1.0
Licensing
Licensing for BuildNinja is governed by the official BuildNinja Licensing PolicyBuildNinja offers full access to all features of the platform for all users. However, there is an important distinction in how build execution functions depending on the user’s status.. Please review the policy for details on license types and usage limitations.
Feedback
Report any issues at hello@grapehub.io.