Commit Graph

1279 Commits (6085039f83cd5e8528c898cc1538f5b3287ce117)

Author SHA1 Message Date
Fernand Galiana 6085039f83
fix #1402 (#1408) 2021-12-28 09:52:33 -07:00
Fernand Galiana 2a9f5464c3
K9s: rel v0.25.17 (#1406)
* fix #1402 #1401

* add rel notes
2021-12-27 23:42:01 -07:00
Fernand Galiana fc8ffe5d37
release v0.25.16 (#1400) 2021-12-24 17:41:35 -07:00
Fernand Galiana df613ec88d
fix #1384 (#1388) 2021-12-17 10:04:52 -07:00
Fernand Galiana 306e4f239f
release v0.25.14 (#1385) 2021-12-16 17:59:53 -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
derailed e64dcbcbdc update rev 2021-12-13 15:43:38 -07:00
derailed aef0840e73 must get moore sleep! 2021-12-13 15:42:51 -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
Guillaume Berche 08ee61a298
Add flux trace shortcut to flux plugin (#1356)
* Add flux trace shortcut to flux plugin

Implementation notes: $RESOURCE_NAME is exported in plural form (e.g. cronjobs, pods) so the script trims the trailing s if any.

* Generalize to support other resource name plural forms

such as Ingresses
2021-12-13 12:33:00 -07:00
Sergio A. Arevalo Soria 4a8a653e74
Add rose-pine skin (#1363) 2021-12-13 12:30:45 -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
mattn 256441692a
Support colors on Windows (#1312) 2021-11-26 14:12:03 -07:00
Fernand Galiana 6b6a490c73
K9s: release v0.25.7 (#1343)
* fix #1341

* fix tests
2021-11-26 14:02:44 -07:00
Gerhard Lazu 5add5b9ec1
Increase the color contrast for selected items (#1340)
I have tested this with both Gruvbox Light & Dark, see the relevant PR
for screenshots.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
2021-11-25 16:08:27 -07:00
Fernand Galiana f0b540a350
rel v0.25.6 (#1335) 2021-11-23 23:59:25 -07:00
Fernand Galiana 4ae57817bd
rel v0.25.5 (#1334) 2021-11-23 09:51:40 -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
Danny Rich f4007fa0ce
Add plugin examples for `helm get values` and `kubectl get events` (#1288)
* Create helm_values.yml

* Create watch_events.yml
2021-11-20 12:34:15 -07:00
derailed 97f1214f9d update docs 2021-11-19 10:08:25 -07:00
derailed 27efbb1d7b update docs 2021-11-19 10:04:04 -07:00
derailed ffab2151ee windows fix 2021-11-17 07:09:56 -07:00
Fernand Galiana 81823ae167
fixed #1311 #1310 #1293 (#1313) 2021-11-16 22:41:02 -07:00
Raul Cabello Martin 671f4eab21
Add s390x support (#1301) 2021-11-16 22:25:06 -07:00
muicoder 5d62fdc425
Fix accessMode getting exception (#1306)
The result obtained in the old way is always the first ReadWriteOnce(RWO)
2021-11-16 18:14:49 -07:00
Fernand Galiana 83b5feeb37
fixed #1308 #1307 #1296 (#1309) 2021-11-16 13:58:51 -07:00
derailed e4eaf4d047 rel 0.25.0 2021-11-15 23:28:03 -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
Zach Peters 8d47b3dcea
Removed cusor colors that are too light to read (#1271) 2021-10-20 22:39:23 -06:00
Rick 3b28b94bc7
Fix a small typo which comes from the cluster info view (#1284) 2021-10-20 22:23:15 -06:00
Vladimir Varankin 72b466d5ff
skins: add missing directive to kiss (#1287) 2021-10-20 08:04:50 -06:00
Jan-Kees van Andel f682a02ca9
Some small color modifications (#1286)
Because in some situations, the text became invisible
2021-10-20 08:01:51 -06:00
derailed 0059a57abc Merge branch 'master' of github.com-derailed:derailed/k9s 2021-10-02 13:00:54 -06:00
derailed 6980489cef update rel notes 2021-10-02 13:00:50 -06:00
Fernand Galiana a637d494bf
fix #1258 (#1270) 2021-10-02 13:00:05 -06:00
dependabot[bot] 994a6dba65
Bump alpine from 3.14.1 to 3.14.2 (#1245)
Bumps alpine from 3.14.1 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-02 11:17:22 -06:00
dependabot[bot] a0e663c0d7
Bump github.com/rs/zerolog from 1.23.0 to 1.25.0 (#1263)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.23.0 to 1.25.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.23.0...v1.25.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2021-10-02 11:17:04 -06:00
dependabot[bot] 27b1db59b3
Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1 (#1246)
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.9 to 1.5.1.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-02 11:14:12 -06:00
dependabot[bot] fa4081a7a0
Bump github.com/adrg/xdg from 0.3.0 to 0.3.4 (#1254)
Bumps [github.com/adrg/xdg](https://github.com/adrg/xdg) from 0.3.0 to 0.3.4.
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](https://github.com/adrg/xdg/compare/v0.3.0...v0.3.4)

---
updated-dependencies:
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-02 11:13:59 -06:00
Jacob Dreesen debe2746ec
Improve contrast by changing the table `cursorFgColor` to match the `bgColor` (#1250) 2021-10-02 11:13:12 -06:00
Konstantinos Natsakis 1152133de1
Node shell pods tolerate all taints (#1249) 2021-10-02 11:11:53 -06:00
Fernand Galiana 9a455438d1
#1268 age sorting (#1269)
* #1268 age sorting

* cleaning up
2021-10-02 10:58:08 -06:00
Anthony DeChiaro d739b04fd8
Adding note on popeye config (#1264) 2021-10-02 10:51:42 -06:00
Torjus Eidet 8343f34e7b
Skin to preserve your terminal session background color (#1266) 2021-10-02 10:49:30 -06:00
Diogo Nunes bcf3810a76
feat: replace blurry k8s logo with sharper version (#1261) 2021-09-23 13:45:28 -06:00