Zum Inhalt

Polycrate API Releases

Hier findest du die vollständigen Release Notes für alle Polycrate API-Versionen.

Aktuelle Releases

Version Datum Typ Highlights
0.11.2 2026-01-09 Patch Hostname-Validierung Fix für Python 3.12+
0.11.1 2026-01-09 Patch Alert Notification Loop deaktiviert
0.11.0 2026-01-07 Feature Downtime Detection, Notification System, Workspace Template API
0.1.1 2025-12-19 Feature Backup & BackupSchedule API für Operator
0.1.0 2025-01-27 Feature Release-Prozess, Agent Token Extended API Access

Deployment

Die Polycrate API wird als Docker Image bereitgestellt und typischerweise auf Kubernetes deployed.

Docker Images

docker pull cargo.ayedo.cloud/polycrate/polycrate-api:latest

Kubernetes Deployment

# Via Polycrate Block
polycrate run polycrate-api deploy

Polycrate API Dokumentation

Release-Zyklus

Die Polycrate API folgt Semantic Versioning:

  • Major (x.0.0): Breaking Changes
  • Minor (0.x.0): Neue Features, rückwärtskompatibel
  • Patch (0.0.x): Bugfixes, rückwärtskompatibel