cui fliter
26ab3fcc42
bugfix: fix panic in BenchmarkPodRender by using NewPod() constructor ( #3623 )
...
Signed-off-by: cuishuang <imcusg@gmail.com>
2025-10-18 10:04:12 -06:00
Fernand Galiana
4f5c1a1105
Rel v0.50.10 ( #3564 )
...
* fix #3455
* Clean up and refactor
* fix #3495 #3470 #3455 - fix cmd alias and filters
* fix #3535 - revert
* fix #3478 - make vulscan a bit less cpu extensive (init stab...)
* fix issue with plugin foreground exit
* fix#3466-add shared gpu on nodes
* fix #3541 - use default namespace when not specified
* update deps + release notes
2025-09-17 16:49:58 -06:00
Fernand Galiana
855e995b3a
Rel v0.50.8 ( #3457 )
...
* revert ns cmd
* fix#3421-helm-view-ns
* fix#3439-add-vendor-config
* fix#3453-add-gpu-cols
* rel notes
2025-07-15 08:38:28 -06:00
Fernand Galiana
ccebaa604e
Rel v0.50.5 ( #3332 )
...
* update pulse view
* fix #3301 - pf delete msg
* clean
* short header styles
* fix #3294 event time cols sorting
* fix #3309 label selector fault
* multi arch build
* fix #3328 init co count
* rel notes
2025-05-07 23:22:01 -06:00
Fernand Galiana
e55083ba27
Rel v0.50.0 ( #3254 )
...
* update deps + add stale issues
* springclean client and dao
* gvr clean up
* perf updates
* springclean render
* update gvr
* perf
* add jq like cust views support
* springclean config and models
* gvr update
* perf
* springclean perf
* springclean ui bits
* update ro icon
* updage gvr
* perf
* springclean watch
* update linter to v2
* update gha workflows
* small clean up
* spring clean
* move pool to internal
* rel notes
2025-04-08 23:40:34 -06:00
Fernand Galiana
c45c44c111
Rel v0.40.0 ( #3109 )
...
* misc cleanups
* update vul scans
* update deps
* [custv] config updates
* [custv] dao updates
* [custv] model updates
* [custv] render updates
* [custv] ui updates
* rel notes
2025-02-15 15:33:33 -07:00
Fernand Galiana
6b5d24f574
Rel v0.32.7 ( #2971 )
...
* update deps + vulscan
* fix #2961
* fix #2970 #2962 #2966
* fix #2958
* fix #2969
* fix #2945
* update rel notes
2024-11-16 13:21:23 -07:00
Eric Bitencourt de Santana
92ff64eac3
Feature: add pod last restart column to pod section ( #2946 )
...
* feat: create ToRestartAge helper function to calculate last restart age
* feat: add Last Restart column to pod view
* test: add TestPodLastRestart to pod tests
* test: add TestToRestartAge tests
* test: fix all initial row states on table tests
* chore: remove TestToRestartAge changes
* refactor: move LastRestart pod function to internal function
* refactor: update to new go 1.22 range over map syntax
2024-11-14 08:56:52 -07:00
Eric Bissonnette
8a16b57c09
Include sidecar containers requests and limits ( #2848 )
...
* include sidecar container metrics
* apply code review suggestions
2024-10-13 08:06:52 -06:00
Fernand Galiana
0d16531016
K9s/release v0.32.0 ( #2577 )
...
* [Perf] improved load perf and ui updates
* [Bug] Fix #2557
* [Maint] refactor + spring cleaning up
* [Bug] Fix #2569
* [Maint] Refactor + cleanup
* [Bug] Fix #2560
* [Maint] Refactor + cleanup
* Release v0.32.0
2024-03-02 10:18:47 -07:00
Fernand Galiana
90a810ffc2
K9s/release v0.31.8 ( #2528 )
...
* [Maint] Fix race condition issue
* [Bug] Fix #2501
* [Maint] Allow reference to resource aliases for plugins
* [Feat] Intro cp namespace command + misc cleanup
* [Maint] Rev k8s v0.29.1
* [Bug] Fix #1033 , #1558
* [Bug] Fix #2527
* [Bug] Fix #2520
* rel v0.31.8
2024-02-06 19:21:28 -07:00
Fernand Galiana
26d1585699
K9s/release v0.30.3 ( #2381 )
...
* fix #2377
* fix #2379
* cleaning up
* Release docs
2023-12-25 12:06:23 -07:00
Fernand Galiana
dcec53e061
K9s/rel v0.30.0 ( #2361 )
...
* [Maint] Refactor VS col handling
* [Bug] Add helm hist <enter> values cmd
* [Bug] Add context specific skins within a given cluster config.
* [Maint] Image scan controls
* [Bug] Fix fwd+bench timestamp
* [Refact] all-ns const
* [Maint] update tabledefs from metav1beta1 to metav1
* [Feat] Introduce workload view
* [Maint] Add convenience to map out ns names
- Refactor allnamespaces
* [Cleanup] axe pegomock
* [Refact] Use gvr type vs string
* [Feat] Add blacklist scans exclusions
* [Feat] setLabels for stored commands
* [Maint] Rename api-group column
* [Refact] gvr type refactor
* [Maint] Cleaning up
* [Bug] Add ability to skin based on context
- Handles cluster spanning *contexts
* [Maint] Cleaning up
* [Feat] Cmd interpreter
* [Maint] Clean up + bug fixes
* [Feat] Changed k9s config loader
> NOTE: !!Breaking change!!
- Make k9s config readonly
- Move writable artifacts to XDG data dir
- Move transient artifacts to XDG state dir
- Add per context skin option
- Add per context readonly option
- Consistent pluralization file names to yaml section
* [Docs] Update release and README docs
* [Maint] Rebase + cleanup
* [Maint] Normalize config extensions all yml -> yaml
* [Maint] Cleaning up + fixes
2023-12-23 14:29:55 -07:00
Fernand Galiana
702f6f01b2
Clean up items... ( #2303 )
...
* Update licence header
* Add linter workflow
* Add pkg builds
2023-11-19 08:43:39 -07:00
Fernand Galiana
32b9493a0d
Clean up issues introduced by #2125 ( #2289 )
2023-11-12 11:33:01 -07:00
Alexandru Placinta
344990e096
Pod view resembles more the output of kubectl get pods -o wide ( #2125 )
2023-11-12 11:08:16 -07:00
Fernand Galiana
5540b5a825
Add sanitize command ( #2286 )
...
- Sanitize provides for clearing out pods in either completed/failed
state #2277
2023-11-11 10:33:33 -07:00
Fernand Galiana
d5c9cf5ed5
release v0.27.1 ( #1945 )
2023-01-31 08:09:53 -07:00
derailed
a4c7f3817e
cleanup + rel notes
2020-12-04 10:18:37 -07:00
derailed
512c40fae0
rel v.24.0 - maintenance drop
2020-11-21 10:20:32 -07:00
derailed
c4fcecf7e7
clean up and bugs fix
2020-10-29 16:34:04 -06:00
derailed
a3f11bab2e
implement resoure req/limit columns
2020-10-28 18:50:27 -06:00
derailed
7a920a4ed6
checkpoint
2020-10-26 21:28:36 -06:00
derailed
ffc31f856a
checkpoint
2020-10-26 16:49:28 -06:00
derailed
161837c1ad
perf improv + update rev + bugz
2020-07-22 12:15:14 -06:00
derailed
f1111174aa
add pf indicator
2020-06-29 18:47:02 -06:00
Pavel Tumik
0c425f2edf
If container doesn't have resources set, in pod view show limits as n/a
2020-05-09 07:52:51 -07:00
derailed
a5106ec1d5
fix #590
2020-03-01 21:43:25 -07:00
derailed
c896598e84
Fix #583 , #584
2020-02-27 21:47:21 -07:00
derailed
42e2e98e4d
added support for custom columns
2020-02-22 18:30:30 -07:00
derailed
355f4ce396
checkpoint
2020-02-19 18:25:36 -07:00
derailed
f9e32003b9
reworked cpu/mem limits
2020-01-22 13:42:51 -07:00
Benjamin Clauss
dc2b0104de
Show resource limit % next to request % in Pod view ( fix #413 )
2020-01-22 13:57:14 +01:00
derailed
aab46f6aad
fix for #452
2020-01-01 23:00:22 -07:00
derailed
4127da865f
checkpoint
2019-12-14 16:18:36 -07:00
derailed
4c2c4793dc
checkpoint
2019-12-02 16:11:39 -07:00