Polycrate CLI Releases¶
Hier findest du die vollständigen Release Notes für alle Polycrate CLI-Versionen.
Aktuelle Releases¶
| Version | Datum | Typ | Highlights |
|---|---|---|---|
| 0.29.17 | 2026-02-08 | Feature | Label-basierte K8sApp Discovery, Stale-Sweep, CheckConfig Fix |
| 0.29.16 | 2026-02-02 | Feature | K8sApp Pod Status Discovery, MCP Knowledge Base |
| 0.29.15 | 2026-01-23 | Fix | Endpoint TLS Serialization Root Cause Fix |
| 0.29.14 | 2026-01-23 | Fix | BackupSchedule UUID Fix, Endpoint TLS Default Fix |
| 0.29.13 | 2026-01-23 | Fix | Startup Debug Logging, NetworkPolicy ALLOW ALL |
| 0.29.12 | 2026-01-23 | Fix | Operator Startup Fix, Loglevel V-Level Fix |
| 0.29.11 | 2026-01-23 | Fix | TLS Debug-Logging für Endpoint-Diagnose |
| 0.29.10 | 2026-01-20 | Security | Security Hardening, DNS-Validierung, polycrate init Alias |
| 0.29.9 | 2026-01-15 | Feature | Agent Health Redesign, Check Result Submission |
| 0.29.8 | 2026-01-14 | Fix | Vollständige API-Fehlerdiagnose |
| 0.29.7 | 2026-01-14 | Fix | API Schema Update, Operator Block Fix |
| 0.29.6 | 2026-01-14 | Fix | API Client Update für polycrate-api 0.11.5 |
| 0.29.5 | 2026-01-09 | Fix | Wildcard Endpoint API Sync |
| 0.29.4 | 2026-01-09 | Fix | Cluster API Filter, TLS Port Sync, Node RBAC |
| 0.29.3 | 2026-01-09 | Fix | K8sApp Label Length, Wildcard Hostname |
| 0.29.2 | 2026-01-06 | Fix | Operator Loglevel, Metriken-ID, Self-Reference Panic, Pull/Push Flags |
| 0.29.1 | 2026-01-06 | Fix | Ansible Upgrade, Secrets Registry Merge |
| 0.29.0 | 2026-01-06 | Feature | Operator Auto Workspace Resolution, Tools Overhaul |
| 0.28.0 | 2025-12-14 | Feature | Encryption, MCP, K8s Debug, Hub TUI, Git Commands |
Installation & Updates¶
# Neueste Version installieren
curl -sSL https://hub.polycrate.io/install.sh | bash
# Bestehende Installation aktualisieren
polycrate update
→ Installationsanleitung | Update-Anleitung
Artefakte¶
Docker Images¶
Download-Plattformen¶
- Linux (amd64, arm64)
- macOS (amd64, arm64)
Release-Zyklus¶
Die Polycrate CLI 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