You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .goreleaser.yaml
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,11 @@ release:
37
37
header: |
38
38
## Feature Update with Graft 🚀
39
39
40
-
### V2.1 Highlights:
41
-
1. **Cloudflare API Integration**: Automated DNS zone mapping based on Traefik host labels.
42
-
2. **Cloudflare Zone Registry**: Manage multiple Cloudflare accounts and zones with an interactive selection menu.
43
-
3. **Database Backup Automation(Infrastructure)**: Easily backup Infrastructure databases to S3/R2(Experimental).
44
-
4. **Bug Fixes and Improvements**:
45
-
- Improved domain detection,
46
-
- Duplicate record handling,
47
-
- Ghcr image linking,
48
-
- Boilerplate service priority guidelines,
49
-
- Webhook detection and error handling.
40
+
### V2.2 Highlights:
41
+
1. **Rollback Feature**: Added rollback functionality to revert to previous deployments.
42
+
2. **Bug Fixes and Improvements**:
43
+
- Webhook detection and error handling.
44
+
- graft-compose.yml optimizations.
50
45
51
46
### V2 Highlights:
52
47
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.
@@ -55,6 +50,9 @@ release:
55
50
2. **Graft-Hook**: A new webhook service personalized specifically for Graft-based servers, maintaining a zero-config solution with proper security.
56
51
3. **Automated GitHub Workflows**: Graft now generates production-ready workflows automatically from your `graft-compose.yml` context.
57
52
4. **Enhanced Monitoring**: Easy CLI-based monitoring for `graft-hook`, including real-time build error logs.
53
+
5. **Cloudflare API Integration**: Automated DNS zone mapping based on Traefik host labels.
54
+
6. **Cloudflare Zone Registry**: Manage multiple Cloudflare accounts and zones with an interactive selection menu.
55
+
7. **Database Backup Automation(Infrastructure)**: Easily backup Infrastructure databases to S3/R2(Experimental).
0 commit comments