Commit Graph

47 Commits (594c2c6e4c8dce30e5553e84e4a16a3e55e36066)

Author SHA1 Message Date
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 bc22b87053
Rel v0.50.2 (#3269)
* fix#3266 dp alias fails

* fix#3267 add no data flash

* fix#3264 storage-class broke describe/yaml

* fix#3260 po yaml crash

* rel notes
2025-04-10 09:29:21 -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 3a03b67af0
Rel v0.40.11 (#3239)
* Fix #3222 - add gvr title config option

* Fix #3224 - pod shell use default co annotation

* Fix #3226 - yaml search busted

* Fix #3210 - description line is buggy -> update ro icons

* deps-update

* spring cleaning

* update deps + add stale issues
* cleanup secrets
2025-03-30 11:42:45 -06:00
Fernand Galiana 7603f27c9a
Rel 0.40.1 (#3114)
* add dynamic getter + clean up

* fix#3111

* fix#3113

* rel notes
2025-02-16 11:05:53 -07: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
Arthur Coelho 61ea437574
Add color to hpa line when replicas >= maxpods (#2333)
* feat: paint hpa line when replicas >= maxpods

* chore: add license headers

* refactor: decrease Assignment Branch Condition

* validate IndexOf returns a valid index
2024-08-26 09:08:31 -06:00
Prasad Katti c4ff75c81a
use policy/v1 instead of policy/v1beta1 (#2732) 2024-06-08 09:39:29 -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 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
Alexandru Placinta 1a2ee1028c
Secrets are decoded upon describe (#2461) 2024-01-18 17:36:52 -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 412b064439
K9s/rel v0.26.4 (#1767)
* release v0.26.4

* update deps

* update docs

* fix merge

* update gha
2022-09-21 14:28:21 -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 11c2ae2622
release v0.25.11 (#1377) 2021-12-14 10:44:24 -07:00
Fernand Galiana f97bceaf64
release v0.25.8 (#1354) 2021-12-03 15:18:12 -07:00
derailed 019121c04e update build dependencies 2021-09-23 13:41:44 -06:00
Fernand Galiana a35155415e
fix cron triggers (#1171) 2021-06-29 08:25:04 -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
Fernand Galiana 68861202c7
Revert "[WIP] Add ArgoCD views" 2021-03-18 22:04:01 -06:00
Raphaël Pinson debe864dcb
Add AppProjects 2020-12-18 15:41:29 +01:00
Raphaël Pinson cfa761a812
Add Applications renderer
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
2020-12-09 22:42:04 +01:00
Raphaël Pinson 39d2b9535d
[WIP] Add ArgoCD views
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
2020-12-09 21:48:46 +01:00
derailed 5893cffb0d add dir view 2020-07-02 17:58:25 -06:00
derailed 678143e2a3 add resource ref support for sec, sa and cm 2020-05-27 21:23:02 -06:00
derailed 7d8277dfe9 fix config reloads, added filter history + bug fixes 2020-04-24 15:44:18 -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 355f4ce396 checkpoint 2020-02-19 18:25:36 -07:00
derailed f1ef8d216c enable port-forwards on pods and services 2020-02-13 12:31:30 -07:00
derailed 4d37d2449c remove xray icons. fix #498, #497 2020-01-20 10:16:00 -07:00
derailed 97540ded19 checkpoint 2020-01-18 23:34:14 -07:00
derailed 860728c083 checkpoint 2020-01-18 08:13:36 -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 a4e52e41c7 fix #462, #461 2020-01-02 14:28:22 -07:00
derailed a298ba0d9e cleaning up 2019-12-30 15:19:52 -07:00
derailed 60cb53b8c2 clean up + fix toast skinner 2019-12-30 15:08:42 -07:00
derailed b536767a1f cleaning up 2019-12-30 14:01:58 -07:00
derailed f814661fa0 fix hpas + cleanup 2019-12-30 11:28:26 -07:00
derailed add0d678f0 checkpoint 2019-12-24 22:38:54 -07:00
derailed 3be2b370ab checkpoint 2019-12-13 23:32:59 -07:00
derailed e293e1af90 checkpoint 2019-12-13 20:10:03 -07:00
derailed 4c2c4793dc checkpoint 2019-12-02 16:11:39 -07:00
derailed 7a7d66564d checkpoint 2019-11-27 09:31:52 -07:00