You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***filter:** support choosing node label keys ([786bf5d](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/786bf5d3292f13234dd8aef62008174c52e2a00b))
21
+
***ui:** annotate time headers with timezone ([5cea6f2](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/5cea6f2fd82b39c0511061eb156d5f36489496d4))
22
+
***ui:** display timestamps in kst timezone ([252b3ce](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/252b3ce5b1dee794fc196989c9a1abdf586afe22))
***ui:** improve nodegroup filtering and readiness ([5628496](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/56284966722554a57f7fc25d837fb4b1ecc3e976))
25
+
***ui:** refine snapshot export and ready display ([05d3e84](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/05d3e840c43a14a0cabaa05df07e06747d74d56b))
26
+
***ui:** simplify live output and snapshot format ([1b05f52](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/1b05f52322023ee348ef65a0c8c0a1b8b62a86e3))
27
+
28
+
29
+
### Bug Fixes
30
+
31
+
***attrdict:** guard integer lookups from raising ([3361c06](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/3361c06950d7485104994db1ddac6b8d87445510))
32
+
***ci:** resolve mypy and pytest errors ([941069d](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/941069de0894b1ebbb1a6128103be5eb43bd4bf4))
33
+
***ci:** resolve mypy and pytest errors ([79ead3f](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/79ead3f4fae066f3f6f6d7b00ad641760878ce2e))
34
+
***cli:** add timeouts for pod monitor requests ([049ac99](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/049ac99e54e9716ad07c70b11fc2416e2e0d837e))
35
+
***cli:** improve live input responsiveness ([053ffb7](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/053ffb766204d23b758a4d615eea9ce6df66c608))
***node:** resolve created-at parsing and reduce timeouts ([a3b6884](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/a3b68842b753c42787c3becf12babd0eb69f25dd))
39
+
***node:** show zone values and allow label-only selection ([e1792f6](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/e1792f68b7e39da36e548a326a0774b703749e19))
40
+
***node:** skip invalid role labels ([355820a](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/355820a1142738834c9d8fd0178c060d3c1e0385))
41
+
***pod-monitor:** balance restart and creation ordering ([fcb1018](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/fcb1018669947957f43f8d971a6b62f2dc55f75f))
42
+
***pod-monitor:** prioritize restarted pods in creation view ([9229283](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/922928323045aa2c108753618cb2c554e404793d))
43
+
***types:** normalize node zone label lookup ([2101289](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/21012899a4c0a681bce1465456b856e02c5e70d0))
44
+
***ui:** sync node label headers and menu text ([827c34e](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/827c34e3d478bb388b81ecf6b51a30d71d4f665c))
45
+
***ui:** wrap long resource names in live tables ([44aefc0](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/44aefc0f181429745b3e97d5ba476a6c3f2b8c3e))
46
+
47
+
48
+
### Performance Improvements
49
+
50
+
***kubectl:** cache selector lookups and reuse node data ([f3be584](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/f3be584df817385a0b5593f7bd94c5b6d9493be9))
51
+
***pods:** cache kubectl responses and document tuning ([79b3df0](https://github.com/KKamJi98/kubernetes-monitoring-python/commit/79b3df00c1dc492654fd3f8cc6dc952222a1b385))
0 commit comments