Fernand Galiana
69cd0cd707
K9s/release v0.32.1 ( #2591 )
...
* [Bug] Fix #2579
* [Bug] Fix #2584
* [Exp] make pf address configurable via K9S_DEFAULT_PF_ADDRESS
* v0.32.1 release
2024-03-04 17:57:20 -07: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
Jayson Wang
763a6b0e00
adding the f command to pf extender view ( #2511 )
2024-02-05 16:56:21 -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
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
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
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
d19c792feb
K9s/rel v0.28.0 ( #2274 )
...
* check for plausible overflow when seting up env
* Various fixes and clean up
* Introduce File transfer command
- Add ability to upload/download files from/to pods
* release v0.28.0
2023-11-07 17:22:41 -07:00
Felix Geyer
062e7ef439
Show the default container as the first entry ( #2158 )
...
* Switch to new default-container pod annotation
kubectl.kubernetes.io/default-logs-container has been deprecated and
removed in kubectl, see
3a9c6f2a2f
* Show the default container as the first entry
In container selections show the default container as the first entry of
the list.
2023-07-26 12:46:35 -06: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
Fernand Galiana
d5c9cf5ed5
release v0.27.1 ( #1945 )
2023-01-31 08:09:53 -07:00
Fernand Galiana
e309c28d26
K9s/rel v0.26.1 ( #1685 )
...
* fix #1661 #1680
* cleaning up
* add rel notes
2022-08-02 13:22:16 -06:00
derailed
ee07b98755
cleaning up deprecation
2022-07-17 09:56:16 -06:00
Fernand Galiana
b6feb10388
K9s/rel v0.26.0 ( #1660 )
...
* additional tests + cleanup
* release v0.26.0
2022-07-17 09:28:59 -06:00
Fernand Galiana
bb5ba1306d
K9s release v0.25.19 ( #1610 )
...
* release v0.25.19
* update deps revs
2022-06-27 19:20:22 -06:00
Christian Provenzano
8e8f874b1e
Allow all deletion propagation policies ( #1553 )
...
* Allow all deletion propagation policies
* Add "none" deletion propagation policy
2022-05-26 07:48:00 -06: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
4e20e5f110
K9s: Release v0.25.0 ( #1304 )
...
* update rel notes
* release 0.25 checkpoint
* cleaning up
2021-11-15 23:24:51 -07:00
Fernand Galiana
026adfbfbf
K9s 1186: prev logs ( #1190 )
...
* fix cron triggers
* fix cron triggers again...
* fix #1186
* update rel notes
2021-07-08 07:11:35 -06:00
derailed
9b498196f9
fix #1163 #1153 #1151 #1140 #1137 #1132 #1131
2021-06-27 23:22:13 -06:00
Fernand Galiana
561a0c1f41
K8s update ( #1041 )
...
* rev k8s
* add rel notes
* checkpoint
* add helm
* cleaning up
* cleaning up
* rel notes
* check deps
* rev apis + bugs
* cleanup cronjob view
* update rel notes
* clean up + docs
2021-03-19 09:20:05 -06:00
Gal Solomon
58010eedfd
Added windows shell support ( #997 )
2021-03-19 08:29:15 -06:00
derailed
512c40fae0
rel v.24.0 - maintenance drop
2020-11-21 10:20:32 -07:00
derailed
a3f11bab2e
implement resoure req/limit columns
2020-10-28 18:50:27 -06:00
derailed
ffc31f856a
checkpoint
2020-10-26 16:49:28 -06:00
Antoine Meausoone
b00c77f477
feat(set_image): add set image feature for pod
2020-08-20 13:58:06 +02:00
derailed
874226a1b3
resolve conflicts
2020-07-02 18:05:26 -06:00
Fernand Galiana
b42a67c875
Merge pull request #712 from sagor999/limit-colors
...
color cpu and memory limit fields in different color if close to threshold
2020-07-02 12:30:57 -06:00
derailed
f1111174aa
add pf indicator
2020-06-29 18:47:02 -06:00
Pavel Tumik
eebe9e78bb
color cpu and memory limit fields in different color if close to threshold
2020-05-24 08:49:29 -07:00
derailed
037d6d3f54
update deps - fix ns issues
2020-05-14 18:27:02 -06:00
derailed
56a520c2d1
fix issues #692 #689 #685 #684
2020-05-01 12:01:21 -06:00
derailed
7d8277dfe9
fix config reloads, added filter history + bug fixes
2020-04-24 15:44:18 -06:00
derailed
a5106ec1d5
fix #590
2020-03-01 21:43:25 -07:00
derailed
543f9837ff
checkpoint
2020-02-25 22:48:24 -08:00
derailed
42e2e98e4d
added support for custom columns
2020-02-22 18:30:30 -07:00
derailed
18db3f1f3c
resolved issue #562
2020-02-20 14:21:26 -07:00
Fernand Galiana
184ea664eb
Merge branch 'master' into attach
2020-02-20 13:51:58 -07:00
derailed
237ef23bf7
fix #561
2020-02-20 11:57:55 -07:00
derailed
355f4ce396
checkpoint
2020-02-19 18:25:36 -07:00
Mike Hummel
d50539a71e
remove unused functions
2020-02-18 00:36:09 +01:00
Mike Hummel
045f39cd88
add container selection
2020-02-18 00:21:06 +01:00
Mike Hummel
ad0b9e49d0
Merge branch 'master' into attach
2020-02-17 23:57:27 +01:00
Mike Hummel
ef311c7fac
fix bugs
2020-02-17 23:47:43 +01:00
derailed
7a977f31c7
refactor pf and benchmarks
2020-02-14 14:28:52 -07:00
derailed
2822ac702e
rework portforward + benchmarks
2020-02-14 00:57:57 -07:00
derailed
f1ef8d216c
enable port-forwards on pods and services
2020-02-13 12:31:30 -07:00