changed.PLONDS启动

This commit is contained in:
lincube
2026-05-28 20:07:03 +08:00
parent 313d093257
commit a1cc0ee2bf
20 changed files with 85 additions and 179 deletions

View File

@@ -31,7 +31,7 @@
| Category | Count | Files |
|----------|-------|-------|
| CI/CD Workflows | 3 | `ddss-publish.yml`, `ddss-rollback.yml`, `plonds-build.yml` |
| CI/CD Workflows | 3 | `plonds-uploader.yml`, `plonds-rollback.yml`, `plonds-comparator.yml` |
| Shared Contracts | 3 | `DeploymentLock.cs`, `UpdatePaths.cs`, `UpdateState.cs` |
| Launcher | 2 | `AppJsonContext.cs`, `UpdateModels.cs` |
| Services | 7 | `UpdateEngineService.cs`, `DeploymentLockService.cs`, `UpdateDownloadEngine.cs`, `UpdateInstallGateway.cs`, `UpdateOrchestrator.cs`, `UpdateWorkflowService.cs`, `WindowPassthroughService.cs` |
@@ -49,7 +49,7 @@
### 1. CI/CD Workflows Enhancement
#### `.github/workflows/ddss-publish.yml` (+106 lines)
#### `.github/workflows/plonds-uploader.yml` (+106 lines)
**Purpose:** Enhanced deployment publishing workflow
**Key Changes:**
@@ -58,7 +58,7 @@
- Added atomic channel pointer publishing
- Improved deployment pipeline reliability
#### `.github/workflows/ddss-rollback.yml` (+146 lines) — **NEW**
#### `.github/workflows/plonds-rollback.yml` (+146 lines) — **NEW**
**Purpose:** Automated rollback workflow
**Key Features:**
@@ -66,7 +66,7 @@
- Emergency deployment recovery
- Version rollback automation
#### `.github/workflows/plonds-build.yml` (+5 lines)
#### `.github/workflows/plonds-comparator.yml` (+5 lines)
**Changes:**
- Adjusted build concurrency settings
- Updated release event triggers