Fernand Galiana
e4e3816185
Rel v0.50.4 ( #3293 )
...
* fix#3278 honor ns ovewride
* refactor column exclude
* [feat] add configurable api server timeout
* clean
* fix#3285 - add restart option for flux support
* fix#3283 fix dp ready state
* update vulscan deps
* fix#3288 fix cust view filter
* fix#3286 match-exp
* rel notes
2025-04-19 12:07:10 -06:00
Fernand Galiana
594c2c6e4c
Rel v0.50.3 ( #3276 )
...
* update linter
* spring cleaning
- m'o code cleanup
- small bugs fixin
* fix cust col jq parser support
* add context,token to shell args
* rel notes
2025-04-13 18:25:04 -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
08b8efa617
Rel v0.40.7 ( #3188 )
...
* [FEAT] add readonly indicator
* [FIX] Hosed cust view loading
* rel notes
2025-03-10 12:29:36 -06:00
Fernand Galiana
a8b75ef1e5
Rel v0.40.6 ( #3185 )
...
* update deps
* docs
* fix#3161 - add V attr
* add alias sort
* fix#3139 - cpu/mem with rx
* fix#3147 - prompt styles
* fix#3138 - rbac subres
* update deps
* mv pfAddress to main config + relax validation
* fix#3179 - gvr title
* fix#3178 - jobs in wrong ns
* fix#3163 - cust views with ns
* fix#3162 - ctx switch save in wrong context
* switch over to slog logger
* add exit code
* update default timeout
* rel notes
* update docs
* rel notes
2025-03-09 13:58:44 -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
yinheli
00e4600788
feat: sort by role in node list view ( #2558 )
2024-02-29 07:53:53 -07:00
Fernand Galiana
f2f4077b59
K9s/release v0.31.9 ( #2543 )
...
* [Bug] fix #2535
* [Bug] fix #2532
* [Bug] fix #2536
* [Bug] fix #2533
* [Bug] fix #2538
* [Maint] cleaning up
* Release notes
2024-02-15 17:43:29 -07:00
Fernand Galiana
6cc4374e83
K9s/release v0.31.0 ( #2440 )
...
* cleaning up
* [Bug] Fix #2425 - no context skin issue
* [Bug] Fix #2428
* [Feat] schema validation
* v0.31.0 Release notes
2024-01-08 18:30:49 -07:00
Fernand Galiana
f0d0e62b70
K9s/release v0.30.1 ( #2369 )
...
* [Bug] Fix #2368
* [Bug] Fix #2363
* [Bug] Fix #2364
* [Bug] Fix #2366
* [Bug] Fix #2367
* Release docs + rebase fixes
2023-12-24 11:29:22 -07:00
Jayson Wang
f8ad4aa8c7
adding cancelable launch prompts to NodeShell ( #2360 )
2023-12-24 11:18:47 -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
a44cb6135c
K9s Release v0.29.0 ( #2326 )
...
* Feat: Move shell pod cluster config to general config
> BREAKING CHANGE! K9s configuration breaking change! Shellpod specification will
no longer reside with a cluster configuration. It is now part of the
global K9s configuration object.
Shellpod configuration should be part of k9s config. Clusters admins
will most likely use the same image and config to run shells on their
nodes. Each cluster in turn will have the option to either
enable/disable shelling into nodes. This not only DRYs up the k9s config
but also allows user to consolidate their shell pod configuration in one
central place.
* Fix #2290 - Add freebsd assets
* Maintenance cleaning up
* Fix #2166 - Add taint tracking column to node view
* Fix #2009 : Update screendump file names to contain resource info
* Maintenance: Cleanup errror messages
* Fix #1513 : Change log default to tail vs last 5min
* Fix #2166 : Add taint indicator on node view
* Fix #2165 : Track init co restarts
* Fix #2308 : Fix rbac auth checks
* Fix #2036 : Fix npe on filtering CRDs
* Fix #2219 : Turn on TTY option on shellpod
* Fix #2167 : Update color escape sequence on copy
* Fix #2297 : Enable multi select on nodes
* Cleanup headers
* Fix #2162 : Allow edit when describing/viewing
* Feat: Add helm release history support
* Fix #2039 : Command Arrow up/down + enter support
* Small refactor
* Add img vulenerability scans support
* Change skin loading and support
- Move skin specification to k9s cluster config section
- Load skins for skins dir
* Release v0.29.0 docs
2023-12-06 23:12:39 -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
Nick Mills-Barrett
9d804c6c17
Add env var to disable node pod counts ( #2168 )
...
* Add env var to disable node pod counts
* Move disabling pod counting to config
* Correct alias context function name
2023-11-12 10:32:02 -07:00
Jayson Wang
7af4b2d890
try to get the os name form the pod assigned node ( #2282 )
...
* get the os name from the node when needed
* code quality
* remove err sentinel
---------
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2023-11-11 18:51:46 -07:00
Fernand Galiana
7c76691c38
Release v0.27.3 ( #1970 )
...
- [Issue #1968 ](https://github.com/derailed/k9s/issues/1968 ) Some skins are missing the definitions for the help menu
- [Issue #1967 ](https://github.com/derailed/k9s/issues/1967 ) Helm cve-2023-25165
- [Issue #1964 ](https://github.com/derailed/k9s/issues/1964 ) logger.sinceSeconds config setting inconsistent with README
- [Issue #1955 ](https://github.com/derailed/k9s/issues/1955 ) K9s crashes with empty resources and/or verbs in RBAC
- [Issue #1954 ](https://github.com/derailed/k9s/issues/1954 ) Open very slow
- [Issue #1883 ](https://github.com/derailed/k9s/issues/1883 ) Fix force deletion
- [Issue #1788 ](https://github.com/derailed/k9s/issues/1788 ) Draining nodes cannot be forced
- [Issue #1150 ](https://github.com/derailed/k9s/issues/1150 ) Add a persistent popup for drain failures
2023-02-12 08:12:25 -07:00
Niko Janceski
d4ae1c7a74
Add sort by pod count on node view ( #1961 )
2023-02-11 11:51:29 -07:00
Fernand Galiana
d5c9cf5ed5
release v0.27.1 ( #1945 )
2023-01-31 08:09:53 -07:00
derailed
3792d30031
rev k8s
2021-03-15 11:01:47 -06:00
derailed
512c40fae0
rel v.24.0 - maintenance drop
2020-11-21 10:20:32 -07:00
derailed
a952806eba
fix #933 #932 #931
2020-11-10 08:17:50 -07:00
derailed
a3f11bab2e
implement resoure req/limit columns
2020-10-28 18:50:27 -06:00
derailed
087e6643f9
add liveviews for describe/yaml
2020-10-27 19:38:54 -06:00
derailed
ffc31f856a
checkpoint
2020-10-26 16:49:28 -06:00
derailed
3d4726d726
maintenance drop for v0.21.8
2020-09-10 14:36:00 -06:00
derailed
7bfcbc092b
add dialog skins
2020-08-02 09:13:58 -06:00
derailed
251221c19b
add rel notes + cleanup
2020-07-23 11:35:01 -06:00
derailed
f1111174aa
add pf indicator
2020-06-29 18:47:02 -06:00
derailed
80176609db
switch to context view if cluster is unreachable
2020-05-28 13:42:02 -06:00
derailed
6bd186c377
fix issues #692 #699
2020-05-05 18:28:54 -06:00
derailed
7d8277dfe9
fix config reloads, added filter history + bug fixes
2020-04-24 15:44:18 -06:00
derailed
bf2847bea7
checkpoint
2020-03-28 18:27:17 -06:00
derailed
f691249db3
changed drain shortcut to vs
2020-03-11 08:45:39 -06:00
derailed
bdd4ecff20
node view tlc. add cordon/uncordon/drain options
2020-03-10 20:59:38 -06:00
derailed
42e2e98e4d
added support for custom columns
2020-02-22 18:30:30 -07:00
derailed
67c0702bf2
add searchable yaml/describe. Fix #464 , #526
2020-02-10 14:28:22 -07:00
derailed
7d703ba434
fix metrics update
2020-01-25 15:03:24 -07:00
derailed
4d37d2449c
remove xray icons. fix #498 , #497
2020-01-20 10:16:00 -07:00
derailed
c917b6c548
perf pass + fix #475 , #473
2020-01-08 13:12:43 -07:00
derailed
4f05dc9cbf
checkpoint
2020-01-04 14:05:41 -07:00
derailed
aab46f6aad
fix for #452
2020-01-01 23:00:22 -07:00
derailed
b950546b88
implement rbac policy checks + fix #457
2020-01-01 14:29:49 -07:00
derailed
f814661fa0
fix hpas + cleanup
2019-12-30 11:28:26 -07:00
derailed
c26c80e170
checkpoint
2019-12-28 12:22:22 -07:00
derailed
4127da865f
checkpoint
2019-12-14 16:18:36 -07:00
derailed
6839578a8c
checkpoint
2019-12-14 12:12:18 -07:00
derailed
e293e1af90
checkpoint
2019-12-13 20:10:03 -07:00
derailed
4c2c4793dc
checkpoint
2019-12-02 16:11:39 -07:00