Updater 3.4 – Lifecycle Hardening (#28)
Production-ready updater lifecycle hardening with final-head checks, Windows PowerShell 5.1 compatibility, reproducible package generation, provenance validation, payload rollback protection and documented acceptance.
This commit was merged in pull request #28.
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"schema": "vendoo-update-manifest-v1",
|
||||
"version": "1.43.0",
|
||||
"name": "Vendoo Manifest-Based Production Update 3.3",
|
||||
"name": "Vendoo Manifest-Based Production Update 3.4",
|
||||
"channel": "stable",
|
||||
"minimum_node": "22",
|
||||
"notes": "Production Updater 3.3 trennt Windows-Git-Bash-Portabilität von der strikten POSIX-Rechteprüfung und liefert vollständige Shell-Diagnosen.",
|
||||
"notes": "Production Updater 3.4 verwendet einen idempotenten Release-Lifecycle, verfolgt GitHub-Checks am finalen PR-Head-SHA und blockiert veraltete Payloads vor jeder Quelländerung.",
|
||||
"download_url": "",
|
||||
"sha256": "",
|
||||
"updater_version": "3.3.0",
|
||||
"updaterVersion": "3.3.0",
|
||||
"removedFiles": []
|
||||
"updater_version": "3.4.0",
|
||||
"updaterVersion": "3.4.0",
|
||||
"removedFiles": [
|
||||
"scripts/updater/Vendoo.Updater.Worker.ps1"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user