From dae55f36f5751b0fa1a60f6adbb98e9f1aae5708 Mon Sep 17 00:00:00 2001 From: Richard Whitehead Date: Fri, 29 May 2020 23:43:54 -0700 Subject: [PATCH 1/5] Change stock skin Pending default --- skins/stock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/stock.yml b/skins/stock.yml index 501fe6dc..e3c9250b 100644 --- a/skins/stock.yml +++ b/skins/stock.yml @@ -23,7 +23,7 @@ k9s: modifyColor: greenyellow addColor: white errorColor: orangered - pendingColor: orangered + pendingColor: darkorange highlightcolor: aqua killColor: mediumpurple completedColor: gray From d65d2ea688198564b28fc7c18b130b76585a4a3f Mon Sep 17 00:00:00 2001 From: Richard Whitehead Date: Fri, 29 May 2020 23:43:54 -0700 Subject: [PATCH 2/5] Change stock skin Pending default --- skins/stock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/stock.yml b/skins/stock.yml index 501fe6dc..e3c9250b 100644 --- a/skins/stock.yml +++ b/skins/stock.yml @@ -23,7 +23,7 @@ k9s: modifyColor: greenyellow addColor: white errorColor: orangered - pendingColor: orangered + pendingColor: darkorange highlightcolor: aqua killColor: mediumpurple completedColor: gray From ac56a3ac136a80a740e5a86c2e88caa0915c165d Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 2 Jun 2020 00:03:42 +0200 Subject: [PATCH 3/5] (docs): fixed small error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f17f52f7..7dc7ca76 100644 --- a/README.md +++ b/README.md @@ -386,12 +386,12 @@ K9s does provide additional environment variables for you to customize your plug ### Example -This defines a plugin for viewing logs on a selected pod using `ctrl-l` for shorcut. +This defines a plugin for viewing logs on a selected pod using `ctrl-l` for shortcut. ```yaml # $HOME/.k9s/plugin.yml plugin: - # Defines a plugin to provide a `ctrl-l` shorcut to tail the logs while in pod view. + # Defines a plugin to provide a `ctrl-l` shortcut to tail the logs while in pod view. fred: shortCut: Ctrl-L confirm: false From efd48d3941094ba128b639f37f262df936b7dd7b Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 2 Jun 2020 11:48:07 +0200 Subject: [PATCH 4/5] Update VERSION value in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98ffef6c..4d0d42e7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PACKAGE := github.com/derailed/$(NAME) GIT := $(shell git rev-parse --short HEAD) SOURCE_DATE_EPOCH ?= $(shell date +%s) DATE := $(shell date -u -d @${SOURCE_DATE_EPOCH} +%FT%T%Z) -VERSION ?= v0.19.7 +VERSION ?= v0.20.2 IMG_NAME := derailed/k9s IMAGE := ${IMG_NAME}:${VERSION} From a0e6109948f38ed2aaea4ae1133cefec06e4e8c5 Mon Sep 17 00:00:00 2001 From: Gustavo Pantuza Date: Tue, 2 Jun 2020 22:42:59 -0300 Subject: [PATCH 5/5] Adds installation instructions for OpenSUSE Linux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7dc7ca76..a4b1df30 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ K9s is available on Linux, macOS and Windows platforms. pacman -S k9s ``` +* On OpenSUSE Linux distribution + + ```shell + zypper install k9s + ``` + * Via [Scoop](https://scoop.sh) for Windows ```shell