Commit Graph

50 Commits (982bf6a72873131773862779694520e1ef2dc7e8)

Author SHA1 Message Date
Fernand Galiana 982bf6a728
K9s/release v0.30.7 (#2416)
* [Bug] Fix #2413

* [Bug] Fix #2414

* [Bug] Fix #2407

* cleaning up

* Add config files watcher

* rel notes
2024-01-02 23:57:07 -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
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
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
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 83b5feeb37
fixed #1308 #1307 #1296 (#1309) 2021-11-16 13:58:51 -07:00
derailed 7e2dab2a66 cleaning up 2021-08-07 07:29:47 -06:00
Fernand Galiana a35155415e
fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
derailed 9b498196f9 fix #1163 #1153 #1151 #1140 #1137 #1132 #1131 2021-06-27 23:22:13 -06:00
derailed 512c40fae0 rel v.24.0 - maintenance drop 2020-11-21 10:20:32 -07:00
derailed da8a65e59a cleaning up 2020-10-29 17:18:46 -06:00
derailed dbfa66c9de merging master 2020-10-27 09:01:43 -06:00
derailed ffc31f856a checkpoint 2020-10-26 16:49:28 -06:00
Michael Albers a5aebb746d Fix #848 Add inverse filtering 2020-10-17 09:51:01 -06:00
derailed 7bfcbc092b add dialog skins 2020-08-02 09:13:58 -06:00
derailed a6ec74ff6c update prompt. Fix #649 2020-04-04 21:53:57 -06:00
derailed e211611d4e checkpoint 2020-04-02 13:08:41 -06:00
derailed bf2847bea7 checkpoint 2020-03-28 18:27:17 -06:00
derailed 1dfca156bc add command prompt 2020-03-24 17:26:20 -06:00
derailed dbbf68fab9 checkpoint 2020-03-23 08:01:19 -06:00
derailed 2e05367256 changed plugin col references. Bugz #616 #615 #614 2020-03-13 00:24:04 -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 e601a9dda0 cleaning up 2020-02-20 14:23:42 -07:00
Fernand Galiana 184ea664eb
Merge branch 'master' into attach 2020-02-20 13:51:58 -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 a491f7c77e fix race conditions 2020-02-12 08:33:56 -07:00
derailed aa58d1063a fix pod xray menu + layout 2020-02-11 15:26:49 -07:00
derailed ecdce780c9 enable search on describe+yaml. Fix #536, #526, #564 2020-02-10 16:26:54 -07:00
derailed 67c0702bf2 add searchable yaml/describe. Fix #464, #526 2020-02-10 14:28:22 -07:00
Joscha Alisch 7d56789a20
Allow setting info message on command execution 2020-02-07 20:22:55 +01:00
Mike Hummel 01b77384d1 add 'attach' command 2020-02-06 19:45:52 +01:00
derailed f7badc4a2a fix #523 #522 #521 2020-02-05 21:10:27 -08:00
derailed a96fa843b5 checkpoint 2020-01-22 10:23:59 -07:00
derailed 9089346e35 add rel notes 2020-01-20 18:43:03 -07:00
derailed 4d37d2449c remove xray icons. fix #498, #497 2020-01-20 10:16:00 -07:00
derailed 9fd02d11a4 cleaning up 2020-01-19 22:55:38 -07:00
derailed 4d557fb813 checkpoint 2020-01-19 12:13:21 -07:00
derailed 97540ded19 checkpoint 2020-01-18 23:34:14 -07:00
derailed d45d3af116 checkpoint 2020-01-18 18:45:17 -07:00
derailed 860728c083 checkpoint 2020-01-18 08:13:36 -07:00