Releases: Aetherix-code/QuickStack
Releases · Aetherix-code/QuickStack
Release list
0.2.0
This is featured packed release! including auto nodes balancing, node-podes visibility, DARK MODE! and many bug fixes
- [feat] Node affinity enforcement - QuickStack will periodically balance apps with
PREFERREDnode affinity setting across matching nodes - [feat] Node groups balance enforcement - make sure all node groups (grouped by matching labels) share the load, and prevent a situation where all apps with same node affinity end up on a single node
- [feat] See on which node(s) apps are deployed, this is implemented across many places in the system, such as in the apps table in the project view, in the monitoring page, in the node's details pane, and more...
- [feat] Better env vars parsing, older versions supported a strict
KEY=VALUE, now we supportKEY="VALUE"as well - [perf] Faster "AUTO" builds
- [perf] Better terminal socket management
- [UI] DARK MODE! 🔥
- [UI] Change env vars font
- [UI] Fix UI bugs in the cluster page
- [fix] Allow "micro" cores conversion
- [fix] Fix FE warning about
stroke-width - [fix] Prevent monitoring page from crashing by skipping "bad" nodes
- [other] Make sure to schedule QuickStack instance on the main node only
- [other] Better GitHub repos fetching