Commit Graph

250 Commits (4f5c1a1105974e8bbff9a0e145c9a8f6b642a21d)

Author SHA1 Message Date
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
ClementLachaussee 2d8fb99993
feat: add imagePullSecrets and imagePullPolicy configuration for shellpod (#2301)
* feat: add imagePullSecrets and imagePullPolicy in shell_pod for internal registry use cases

* docs: add imagePullPolicy and imagePullSecrets configuration example

* docs: remove comments

* docs: use same wording

* docs: remove useless phrase

* fix: truncated comment

* fix: use correct type, remove useless if

* add: ImagePullPolicy on container variable

---------

Co-authored-by: clementlachaussee <clement_lachaussee@ext.carrefour.com>
2023-11-21 13:03:27 -07:00
Sebastien Tardif 8b5ffce61a
fix brew command in the readme (#2012) 2023-11-12 11:38:23 -07:00
Jimmy Merrild Krag a02f2c64a3
Update README.md with snap install (#2262) 2023-11-12 11:04:08 -07:00
Clément Loiselet 24e244ca82
fix(#1359): add option to keep missing clusters in config (#2213)
Co-authored-by: Clément Loiselet <clement.loiselet@cbp-group.com>
2023-11-12 09:42:50 -07:00
Artem Gorbatiuk a34d7ae6bf
feat: add autoRefresh config field (#2256) (#2257)
* feat: add autoRefresh config field

Add autoRefresh: true to config test scenarios
Update all instances of NewLiveView() to pass autoRefresh config value to LiveView

* fix: rename generic autoRefresh config field to liveViewAutoRefresh

* docs: document liveViewAutoRefresh config field

* fix: use app config for NewLiveView creation

---------

Co-authored-by: Artem Gorbatiuk <wfrced@gmail.com>
2023-11-08 12:45:22 -07:00
Aleksei Romanenko 248f7bc56c
Add instruction how to install k9s through winget (#2117) 2023-06-14 08:00:30 -06:00
Yann Defretin a8e0942d7e
Fix typo introduced in #2045 (#2082) 2023-05-09 09:36:29 -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
Mike 465c947517
feat: allow customization of log indicator toggles closes #2024 (#2041) 2023-05-07 08:18:10 -06:00
tyzbit 5657b3cd72
fix: (views) use saved context view when switching (#2045)
* fix: (views) use saved context view when switching

* fix: (app) remove unnecessary variable
2023-05-07 08:15:11 -06:00
Aleksei Romanenko 56f044d510
Update k8s matrix (#1979)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2023-03-16 14:14:41 -06:00
Gabriel M. Dutra c032c32a0d
adding instruction to install in FreeBSD via pkg (#1991) 2023-03-16 14:11:17 -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
Wolfgang Ebner 7ca8ad8cea
Match ${XXX} environment variables (#1896) 2023-02-11 11:50:12 -07:00
derailed fd2cfd4ef2 update docs 2023-02-04 09:21:05 -07:00
Fernand Galiana d5c9cf5ed5
release v0.27.1 (#1945) 2023-01-31 08:09:53 -07:00
Aleksei Romanenko b0c7f8d61c
Add k8s client compatibility matrix (#1872)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-11-29 09:11:13 -07:00
Mohamed Messaad 530d067110
feat: add noLatestRevCheck config option (#1874)
* feat: add noLatestRevCheck flag to configure whether k9s should fetch the latest rev from the Github repo.

* refactor: rename "noLatestRevCheck" to more appropriate "skipLatestRevCheck"
2022-11-29 08:52:33 -07:00
James Spurin 534c2791ca
Update README.md (#1696) 2022-11-05 08:42:52 -06:00
Fernand Galiana 37569b8772
K9s/rel v0.26.7 (#1816)
* update batch resource api and remove unused ingress render

* docs update: add rel notes + update release version
2022-10-18 09:01:20 -06:00
Kevin Gentile 404b8e691f
use go install (#1797) 2022-10-18 06:34:57 -06:00
Rui Chen 56ab42db54
docs: update homebrew installation note (#1772)
Linuxbrew has been merged into Homebrew

See https://github.com/Linuxbrew/brew/issues/612 and https://github.com/Homebrew/brew/issues/7028
2022-09-25 08:37:54 -06:00
jon r a9f97bdf0c
README : correct (auto-)port-forwards annotations (#1744)
* README : correct (auto-)port-forwards annotations

* README : one more port-forwards typo
2022-09-17 08:04:20 -06:00
Ben Blackmore 6e398ed6fb
feat: allow disable CTRL-C behavior (#1672)
Fixes #1599
2022-07-26 07:54:46 -06:00
Michael Legart 69dc096717
Fix typo in FastForwards annotation name (#1600)
Took me a while to get auto forwards working - read the code and figured out the name in the README.md file was wrong :)
2022-06-27 18:00:51 -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
Bengt Lüers 1ab51c809e
Fix Typo (#1422)
This fixes a small typo I keep stumbling upon in the README
2022-01-19 14:23:58 -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 165ffeab93
K9s: rel v0.25.4 (#1322)
* release v0.25.4

* update docs

* update docs
2021-11-20 13:23:26 -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
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
Anthony DeChiaro d739b04fd8
Adding note on popeye config (#1264) 2021-10-02 10:51:42 -06:00
derailed 67cf6f855e update docs 2021-08-09 23:05:49 -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
Takumasa Sakao b232dacf3c
Support GVR environment variables for plugin (#1213)
* Add resource name as plugin environment variable

* Add support of RESOURCE_GROUP & RESOURCE_VERSION too
2021-08-06 05:18:48 -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
James Li 97e6c4b75a
fix typo (#1185)
Co-authored-by: James3 Li(李麒傑) <james3_li@asus.com>
2021-07-08 06:45:09 -06:00
derailed 9b498196f9 fix #1163 #1153 #1151 #1140 #1137 #1132 #1131 2021-06-27 23:22:13 -06:00
derailed 739f495daa fix shell issue + bugz 2021-05-03 23:39:54 -06:00
derailed a951b552fb checkpoint 2021-05-02 12:46:15 -06:00
Fernand Galiana 8b19bfe537
Update docs 2021-04-30 05:46:47 -06:00
derailed 627c38cb36 bug fixes and enhancements 2021-04-29 11:21:43 -06:00
derailed 02feafcae3 add rel notes 2021-04-29 11:19:46 -06:00
Josh Soref a07243dbb0
Spelling (#1089)
* spelling: a hex

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: accepted

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: actions

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: additional

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: assertions

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: assessments

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: betta'

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: [br]eaking [ba]d

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: change

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: changed

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: childnodes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: cleared

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: clusterrole

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: collection

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: columns

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: configuration

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: confirm

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: consensus

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: crumbs

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: ctrl

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: ctx

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: debugging

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: deltas

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: deprecated

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: describable

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: disturbance

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: disturbances

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: efforts

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: excitement

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: filter

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: forward

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: forwarding

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: fqn

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: fullscreen

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: grab

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: graphable

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: groups if

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: homebrew

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: hopeful

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: impatient

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: initialized

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: initially

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: is a

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: job runner

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: kubectl

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: kubernetes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: latest

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: list

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: makusi

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: menu

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: mnemonic

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: nice

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: nominally

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: nonexistent

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: original

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: outputs

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: override

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: parens

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: preceded

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: preliminary

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: process

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: prozac

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: purpose

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: rbac

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: repeatedly

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: replenishing

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: resource

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: returns

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: right

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: row event

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: rpi

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: salient

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: seemingly

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: separator

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: shas

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: shortcut

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: shortcuts

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: solidify

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: sponsorship

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: superfluous

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: support

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: target's

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: threshold

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: times out

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: tripping

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: unanimous (?)

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: upgrade

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: using

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: views

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: vulnerability

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: will launch

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-04-27 07:51:33 -06:00
Fernand Galiana ddeb2166ed
Merge pull request #910 from vfarcic/master
Review video
2021-03-15 11:36:01 -06:00
Fernand Galiana f3b5a20b89
Merge pull request #1009 from nikersch/add-webi-install-option
Added webi installer infos - Thank you @nikersch!
2021-03-15 11:13:33 -06:00
derailed 3a3b9b5074 Merge branch 'master' of github.com-derailed:derailed/k9s 2021-02-28 14:06:58 -07:00
derailed 79d419e027 alpha is out 2021-02-28 14:06:46 -07:00
Michael K 49ac5af2b6
fix typo for cluster based skins
related to comment made in https://github.com/derailed/k9s/issues/980#issuecomment-738045801
2021-01-13 10:24:12 -06:00
Nico Kerschbaumer eedda14575 Added webi installer infos 2021-01-10 15:49:17 +01:00
derailed 760b5f7675 update docs 2020-10-30 12:58:55 -06:00
derailed a3f11bab2e implement resoure req/limit columns 2020-10-28 18:50:27 -06:00
derailed dbfa66c9de merging master 2020-10-27 09:01:43 -06:00
derailed 81820b6459 checkpoint 2020-10-26 21:05:25 -06:00
Fernand Galiana 705174cc6f
Merge pull request #909 from michaeljohnalbers/inverse-filter
Fix #848 Add inverse filtering
2020-10-26 21:04:32 -06:00
Fernand Galiana bef956189b
Merge pull request #907 from SaskiaKeil/improve-documentation-on-since-seconds
Improve documentation on sinceSeconds in logging config
2020-10-26 20:51:39 -06:00
Fernand Galiana e78ad92f0f
Merge pull request #896 from emeric-martineau/master
Fix #374 allow remove crumbs
2020-10-26 20:31:37 -06:00
Viktor Farcic cd05b79aa5 k9s review 2020-10-20 14:43:37 +02:00
Michael Albers a5aebb746d Fix #848 Add inverse filtering 2020-10-17 09:51:01 -06:00
Saskia Keil 81bd600192 Improve documentation on sinceSeconds in logging config 2020-10-16 00:08:30 +02:00
Emeric MARTINEAU 6b27c91168 Fix #374 allow remove crumbs 2020-10-01 14:17:03 +02:00
Eldad Assis 61cd0a379d Add option to get latest kubectl stable version and README to describe building local Docker image
Signed-off-by: Eldad Assis <eldada@jfrog.com>
2020-09-30 14:22:39 +03:00
derailed 9c84e651ec fix #874 2020-09-15 09:10:29 -06:00
derailed f52cd8220f resolve conflicts 2020-09-10 14:37:52 -06:00
derailed 3d4726d726 maintenance drop for v0.21.8 2020-09-10 14:36:00 -06:00
Romain Chardiny a9a56af25b
docs(installation): add Chocolatey installation way 2020-08-11 14:30:57 +02:00
derailed 21f0cb1b15 fix issue #819 #818 #797 2020-07-23 18:42:51 -06:00
Andy Cook 5ed68ad560 update benchmarking documentation 2020-07-21 09:46:23 -07:00
Alexander Zigelski 0ec82f1931
k9s was added to linuxbrew-core as well 2020-07-06 23:19:45 +02:00
Alexander Zigelski a27775f99a
k9s has been added to homebrew-core 2020-07-05 22:37:40 +02:00
derailed 5c214ccda4 update docs 2020-06-19 13:03:50 -06:00
derailed c0786c2016 resolve conflict 2020-06-03 15:00:02 -06:00
derailed e1a5dd510f fix issue #752 #677 2020-06-03 14:50:58 -06:00
Gustavo Pantuza a0e6109948
Adds installation instructions for OpenSUSE Linux 2020-06-02 22:42:59 -03:00
0xflotus ac56a3ac13
(docs): fixed small error 2020-06-02 00:03:42 +02:00
derailed 48317abc2a update docs 2020-05-29 15:41:54 -06:00
sgandon 08d4498f86
updated the executable path when build from source 2020-05-27 22:30:15 +02:00
derailed 01cdc5b86e update docs 2020-05-23 11:42:10 -06:00
M. Tarık Yurt 1e2da78a86 Add instructions to run Docker container
Containers with bridge network mode work fine with this.

For local clusters, the API server DNS should be resolvable by container.
If bridge network doesn't work, host network can be tried.
Unfortunately, I couldnt test host networking.

Closes #661.
2020-05-09 01:25:45 +03:00
David Němec 2c79dcfda8
Update readme and examples 2020-05-01 22:26:08 +02:00
derailed e2f22dadce Merge branch 'master' of github.com-derailed:derailed/k9s 2020-04-10 07:30:28 -06:00
derailed 5e8403907c update pf verb + docker image fix 2020-04-10 07:30:22 -06:00
Tomáš Pospíšek d026dea25f
better documentation for xray
Fixes #642
2020-04-09 10:56:22 +02:00
derailed bf427dda78 update docs 2020-04-06 07:47:05 -06:00
derailed e211611d4e checkpoint 2020-04-02 13:08:41 -06:00
derailed 1dfca156bc add command prompt 2020-03-24 17:26:20 -06:00
derailed e7312d569b update docs 2020-03-23 23:08:04 -06:00
derailed 5bdac583ba add rel notes 2020-03-23 11:51:51 -06:00
derailed 2e05367256 changed plugin col references. Bugz #616 #615 #614 2020-03-13 00:24:04 -06:00
Jeff Widman 148f449529
Tweak readme
It's no longer the "initial drop". 😀

Also tweaked layout/wording a little since Disclaimer section seemed redundant...
2020-03-06 11:08:15 -08:00
Fernand Galiana 35f480a908
Merge pull request #589 from thomasboni/patch-1
Add pods headers description in README
2020-02-29 09:59:02 -07:00
derailed f0ae348b02 updates 2020-02-28 23:24:50 -07:00
derailed 3e751eb92e Fix sorting on Restart col #590 2020-02-28 23:20:10 -07:00
Fernand Galiana 5e5408c7aa
Merge pull request #569 from kandros/add-common-example
add common commands example
2020-02-28 22:35:57 -07:00
derailed e760b2c176 update docs 2020-02-28 08:31:05 -07:00
thomasboni c633eb67a5
Add description for PROBES(L:R) header 2020-02-28 08:43:02 +01:00
thomasboni bb6d70d1a9
Add a README section to describe headers 2020-02-28 08:38:39 +01:00