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
+12-22Lines changed: 12 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -255,29 +255,19 @@ release:
255
255
header: |
256
256
## Feature Update with Graft 🚀
257
257
258
-
### V2.3 Highlights:
258
+
### V2.4 Highlights:
259
+
1. **Docker Passthrough Commands**: Execute docker commands directly on remote hosts or specific registries via Graft.
260
+
2. **Bug Fixes and Improvements**
261
+
262
+
### V2 Series Highlights (v2.0 - v2.3):
259
263
1. **Rollback Feature**: Added rollback functionality to revert to previous deployments.
260
-
2. **Webhook Mapping**: Added webhook mapping functionality to map webhook domains to servers.
261
-
3. **Multi Environment Support**: Added multi environment support to manage multiple deployment environments.
262
-
- Environment Creation
263
-
- Environment Specific Configuration
264
-
- Environment Specific Workflow Generation
265
-
- Environment Specific Host and Deployment
266
-
- Environment Specific Commands
267
-
- Environment Specific DNS Configurations
268
-
- Environment Specific Rollback
269
-
4. **Bug Fixes and Improvements**
270
-
271
-
### V2 Highlights:
272
-
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.
273
-
274
-
1. **Git Remote Modes**: Move away from direct local-to-server channels. Deployments now go through GitHub Workflows and CI/CD channels.
275
-
2. **Graft-Hook**: A new webhook service personalized specifically for Graft-based servers, maintaining a zero-config solution with proper security.
276
-
3. **Automated GitHub Workflows**: Graft now generates production-ready workflows automatically from your `graft-compose.yml` context.
277
-
4. **Enhanced Monitoring**: Easy CLI-based monitoring for `graft-hook`, including real-time build error logs.
278
-
5. **Cloudflare API Integration**: Automated DNS zone mapping based on Traefik host labels.
279
-
6. **Cloudflare Zone Registry**: Manage multiple Cloudflare accounts and zones with an interactive selection menu.
280
-
7. **Database Backup Automation(Infrastructure)**: Easily backup Infrastructure databases to S3/R2(Experimental).
264
+
2. **Multi Environment Support**: Comprehensive management for multiple deployment environments including specific configurations, workflows, and DNS.
265
+
3. **Webhook Mapping**: Map webhook domains to servers using Graft.
266
+
4. **Git Remote Modes**: Deployments now go through GitHub Workflows and CI/CD channels.
267
+
5. **Graft-Hook**: A new webhook service for Graft-based servers.
268
+
6. **Automated GitHub Workflows**: Generate workflows automatically from `graft-compose.yml`.
269
+
7. **Cloudflare Integration**: Automated DNS zone mapping and zone management.
270
+
8. **Database Backup Automation**: Infrastructure database backups to S3/R2 (Experimental).
0 commit comments