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
45c2137df8
Rel v0.40.8 ( #3198 )
...
* Update deprecated yaml.v2->v3
* [Fix] fix issue with yaml sanitization when [] or [xxx] are present
* Spring cleanup
* fix#3192
* Column Blow Reloaded
* Add ability to use alias when specifying custom views
2025-03-11 18:15:20 -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
3f30a70688
K9s/release v0.32.5 ( #2740 )
...
* [MAINT] Bump grype rev
* add env vars to override pf address and nodeshell
* mv bailout to app view
* rel v0.32.5
2024-06-15 10:14:57 -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
a543f47319
K9s/release v0.31.6 ( #2487 )
...
* [Bug] Fix #2476
* rel v0.31.6
2024-01-17 23:52:48 -07:00
Fernand Galiana
ff17fff286
K9s/release v0.31.5 ( #2469 )
...
* fix #2466
* fix #2465
* rel v0.31.5
2024-01-12 14:59:38 -07:00
Fernand Galiana
268def2834
K9s/release v0.31.3 ( #2460 )
...
* allow k9s to run with errors
* fixes #2459 #2458 #2454 #2435
* v0.31.3 rel notes
2024-01-10 09:38:26 -07:00
Fernand Galiana
65100b05d9
K9s/release v0.31.2 ( #2452 )
...
* [Bug] Fix #2428
* fix #2446
* fix #2449
* schemas updates
* Add debug info
* v0.31.2 rel notes
2024-01-09 11:34:46 -07:00
Fernand Galiana
98a7f3f1d6
K9s/release v0.31.1 ( #2443 )
...
* [Bug] Fix #2428
* [Bug] Ensures primordials configs are gen/saved if not present
* v0.31.1 release notes
2024-01-08 23:38:18 -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
9e337a6be0
K9s/release v0.30.5 ( #2397 )
...
* [Bug] Fix #2393
* [Maint] Cleaning up
* rel docs
2023-12-27 17:40:44 -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
Alexandru Placinta
38275b25ea
Allow both .yaml and .yml yaml config files ( #2284 )
2023-11-26 07:45:03 -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
tyzbit
91cac5e979
fix: (config) only respect the --command flag once ( #2096 )
...
We want to switch to the command specified by the flag, but only at startup.
Afterwards, we should be interactive and favor the user's command choices over the startup commandline switch.
2023-05-21 09:06:37 -06:00
Fernand Galiana
f4543e9bd2
Rel v0.27.4 ( #2075 )
...
* Update dependencies
* Update k9s skins
* Update release docs
2023-05-07 10:54:29 -06:00
Fernand Galiana
b5a7cfb3af
K9s/rel v0.27.0 ( #1932 )
...
* fix #1661 #1680
* rev k8s + cleanup
* release v0.27.0
2023-01-26 11:07:43 -07:00
Fernand Galiana
c35949189f
release v0.26.5 ( #1771 )
2022-09-22 09:19:09 -06:00
tyzbit
25e02db101
Add locking favorite namespaces ( #1449 ) ( #1519 )
...
* add locking favorite namespaces (#1449 )
* let favorites be set via type default
2022-05-19 09:15:40 -06:00
Fernand Galiana
fc8ffe5d37
release v0.25.16 ( #1400 )
2021-12-24 17:41:35 -07:00
Fernand Galiana
fdc638c5d4
release v0.25.13 ( #1383 )
2021-12-16 09:30:10 -07:00
Fernand Galiana
01bdc85020
K9s: release v0.25.12 ( #1379 )
...
* release v0.25.12
* update rel notes
2021-12-14 23:46:32 -07:00
Fernand Galiana
11c2ae2622
release v0.25.11 ( #1377 )
2021-12-14 10:44:24 -07:00
Fernand Galiana
34eab38afb
k9s: release v0.25.9 ( #1364 )
...
* release v0.25.9
* update docs
2021-12-13 13:02:44 -07:00
Vlasov Artem
0249f7cf2c
Add customizable dump directory property ( #1321 )
...
* Add customizable dump directory property
Add property for configuration file and arguments
* Resolve Comments
Co-authored-by: Artem Vlasov <artemv@tradeix.com>
2021-12-13 12:42:44 -07:00
Fernand Galiana
f97bceaf64
release v0.25.8 ( #1354 )
2021-12-03 15:18:12 -07:00
Wendell Sun
265e0561aa
add logFile flag to change the default log file path ( #1336 )
2021-11-26 15:41:44 -07:00
Fernand Galiana
165ffeab93
K9s: rel v0.25.4 ( #1322 )
...
* release v0.25.4
* update docs
* update docs
2021-11-20 13:23:26 -07:00
Fernand Galiana
4e20e5f110
K9s: Release v0.25.0 ( #1304 )
...
* update rel notes
* release 0.25 checkpoint
* cleaning up
2021-11-15 23:24:51 -07:00
Eng Zer Jun
5166adb7c1
refactor: move from io/ioutil to io and os packages ( #1300 )
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-08 08:47:18 -07:00
derailed
13d52f120f
cleaning up
2021-08-07 07:24:34 -06:00
Fernand Galiana
0bc6179471
K9s: rev 0.24.15 ( #1218 )
...
* fix cron triggers
* fix cron triggers again...
* fix #1203 #1206
* cleaning up
* revert persistent flag
* fix #1181 + update docs
2021-08-06 15:43:36 -06:00
Arthur
0bc2e1764b
Make k9s configuration compatible with XDG Base Directory Specification to not pollute user home directories. ( #1025 )
...
* Make k9s configuration compatible with XDG Base Directory Specification to not pollute user home directories.
* Update readme to include new configuration directory.
* Replace spaces with tabs.. :)
* Remove extra backslash in Windows configuration directory path.
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2021-08-05 17:04:39 -06:00
Fernand Galiana
a35155415e
fix cron triggers ( #1171 )
2021-06-29 08:25:04 -06:00
derailed
9f4ff32699
fix shell issue + bugz
2021-05-03 22:33:22 -06:00
derailed
a951b552fb
checkpoint
2021-05-02 12:46:15 -06:00
derailed
5c1ff0ed7b
Fix #906 #889 #564
2020-10-30 12:52:15 -06:00
derailed
372b4d8e09
cleanup and bug fixes
2020-10-29 09:32:59 -06:00
derailed
e2f1626764
add pvc usage check + bugz #642 #754 #753 #743 #728 #718
2020-06-04 18:20:41 -06:00
derailed
3cfc4e860c
cleaning up
2020-05-28 14:02:43 -06:00
derailed
037d6d3f54
update deps - fix ns issues
2020-05-14 18:27:02 -06:00
derailed
6bd186c377
fix issues #692 #699
2020-05-05 18:28:54 -06:00
derailed
56a520c2d1
fix issues #692 #689 #685 #684
2020-05-01 12:01:21 -06:00
derailed
3efb3f2596
provides logger config options. Fix #623
2020-03-14 10:30:21 -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
c20d89b938
add log search + fix #484 , #481 , #480 , #479 , #477 , #476 , #468
2020-01-10 10:28:27 -07:00