Release Notes: Version 1.0.0-Beta
This beta version of BuildNinja introduces core CI/CD functionality and key platform features. It is intended for early adopters to evaluate performance, provide feedback, and help identify edge cases prior to the official release.
Released: 30 June 2025
Docker Images:
grapehub/buildninja-server:1.0.0-betagrapehub/buildninja-agent:1.0.0-beta
What's New
- Initial beta release of BuildNinja CI/CD platform
- Automated build and deployment pipelines
- Git integration (GitHub, GitLab, Bitbucket)
- Build agent management and orchestration
- Real-time dashboard with build monitoring
- Multi-environment deployment support
- Containerized deployment with Docker/Kubernetes
Features
- Build Management: Create, configure, and run automated builds
- Version Control: Integrate with existing Git repositories
- Testing: Automated unit, integration, and functional testing
- Deployments: Deploy to staging, testing, and production environments
- Monitoring: Real-time logs, metrics, and build status tracking
- Agent Control: Manage distributed build agents
- Cross-Platform: Supports Windows, Linux
Installation
# Download the Docker image.
docker pull grapehub/buildninja-server:1.0.0-beta
# Run the container from the downloaded image.
docker run -d -p 8080:8080 --name buildninja grapehub/buildninja-server:1.0.0-beta
Licensing
Server license required for full functionality.
Feedback
Report any issues at hello@grapehub.io.