Polycrate CLI 0.29.8
Polycrate CLI 0.29.8
Datum: 14. Januar 2026
Typ: Patch Release (Bugfix)
Highlights
- 🔍 Vollständige API-Fehlerdiagnose: Alle 42 API-Client-Funktionen zeigen Response-Body bei Fehlern
Verbesserungen
Vollständige API-Fehlerdiagnose
Alle API-Client-Funktionen wurden aktualisiert, um bei Fehlern den vollständigen Response-Body anzuzeigen:
// Vorher:
unexpected status code: 400
// Nachher:
unexpected status code: 400, body: {"field": ["Validation error details..."]}
Betroffene Operationen: - K8sCluster: Create, Update, Delete, Get, List - K8sApp: Create, Update, Delete, Get, List - Host: Create, Update, Delete, Get, List - Backup: Create, Update, Delete, Get, List - BackupSchedule: Create, Update, Delete, Get, List - Certificate: Create, Update, Delete, Get, List - Workspace: Get, List - Block: Get, List - ... und alle weiteren API-Funktionen
Dies ermöglicht: - Schnellere Problemdiagnose bei API-Fehlern - Besseres Debugging von Validierungsfehlern - Klarere Operator-Logs mit detaillierten Fehlermeldungen
polycrate-operator Block
Der polycrate-operator Block wurde auf Version 0.3.15 aktualisiert:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator install
Artefakte
Docker Images
docker pull cargo.ayedo.cloud/library/polycrate:0.29.8
CLI Downloads
| Plattform | Architektur | Download |
|---|---|---|
| Linux | amd64 | Download |
| Linux | arm64 | Download |
| macOS | amd64 | Download |
| macOS | arm64 | Download |
Installation & Update
polycrate update 0.29.8
Abhängigkeiten
Keine - reine Client-seitige Verbesserung. Kompatibel mit allen polycrate-api Versionen.