With version 0.11.5, the Polycrate API receives important bugfixes and UX improvements. Tables now refresh faster, and objects can be directly accessed via URL.
Bugfixes
CLI Compatibility
The internal polycrate run command has been updated to be compatible with newer CLI versions. The error Error: unknown shorthand flag: 'o' in -o=yaml is now resolved.
Ingress Controller Validation
Clusters are no longer marked as "degraded" if there is no nginx Ingress Controller present. Endpoint discovery now functions independently of the Ingress Controller type.
Deployments Display
The "Deployments" column in the LoadbalancerInstance table now shows the correct values.
UX Improvements
Faster Auto-Refresh
Tables now refresh every 10 seconds instead of 30 seconds, providing even more up-to-date data at a glance.
Deep-Linking
Objects can now be directly accessed via URL parameters:
/ui/workspaces/?drawer=<object-id>
- Bookmarks: Save links to specific objects
- Sharing: Share direct links to object details
- Browser History: Forward/backward navigation works
polycrate-api Block
The polycrate-api block has been updated to version 0.5.6:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
Update Now
# In polycrate-api Workspace
polycrate run docker build
polycrate run docker push
polycrate run polycrate-api install
Polycrate API is the backend for the Polycrate CLI and enables centralized multi-cluster management. Learn more →