v2.3.2
Feature Update with Graft 🚀
V2.3 Highlights:
- Rollback Feature: Added rollback functionality to revert to previous deployments.
- Webhook Mapping: Added webhook mapping functionality to map webhook domains to servers.
- Multi Environment Support: Added multi environment support to manage multiple deployment environments.
- Environment Creation
- Environment Specific Configuration
- Environment Specific Workflow Generation
- Environment Specific Host and Deployment
- Environment Specific Commands
- Environment Specific DNS Configurations
- Environment Specific Rollback - Bug Fixes and Improvements
V2 Highlights:
This release introduces significant enhancements to Graft, moving from basic local-to-server deployments to a more robust CI/CD-driven workflow using GitHub Actions and our new graft-hook service.
- Git Remote Modes: Move away from direct local-to-server channels. Deployments now go through GitHub Workflows and CI/CD channels.
- Graft-Hook: A new webhook service personalized specifically for Graft-based servers, maintaining a zero-config solution with proper security.
- Automated GitHub Workflows: Graft now generates production-ready workflows automatically from your
graft-compose.ymlcontext. - Enhanced Monitoring: Easy CLI-based monitoring for
graft-hook, including real-time build error logs. - Cloudflare API Integration: Automated DNS zone mapping based on Traefik host labels.
- Cloudflare Zone Registry: Manage multiple Cloudflare accounts and zones with an interactive selection menu.
- Database Backup Automation(Infrastructure): Easily backup Infrastructure databases to S3/R2(Experimental).
Changelog
- 34d36ef add workflow to correct branch
Released by skssmd using GoReleaser.