Skip to content

Commit 772faa5

Browse files
committed
Rel v0.40.8 update docs
1 parent 45c2137 commit 772faa5

File tree

4 files changed

+57
-4
lines changed

4 files changed

+57
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DATE ?= $(shell TZ=UTC date -j -f "%s" ${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:
1111
else
1212
DATE ?= $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ")
1313
endif
14-
VERSION ?= v0.40.7
14+
VERSION ?= v0.40.8
1515
IMG_NAME := derailed/k9s
1616
IMAGE := ${IMG_NAME}:${VERSION}
1717

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,18 @@ views:
698698
v1/pods@fred: # => 🌚 New v0.40.6! Customize columns for a given resource and namespace!
699699
columns:
700700
- AGE
701-
- NAMESPACE|WR
701+
- NAME|WR
702702
703703
v1/pods@kube*: # => 🌚 New v0.40.6! You can also specify a namespace using a regular expression.
704704
columns:
705+
- NAME
705706
- AGE
706-
- NAMESPACE|WR
707+
- LABELS
707708
709+
cool-kid: # => 🌚 New v0.40.8! You can also reference a specific alias and display a custom view for it
710+
columns:
711+
- AGE
712+
- NAMESPACE|WR
708713
709714
v1/services:
710715
columns:

change_logs/release_v0.40.8.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png" align="center" width="800" height="auto"/>
2+
3+
# Release v0.40.8
4+
5+
## Notes
6+
7+
Thank you to all that contributed with flushing out issues and enhancements for K9s!
8+
I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev
9+
and see if we're happier with some of the fixes!
10+
If you've filed an issue please help me verify and close.
11+
12+
Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated!
13+
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!
14+
15+
As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
16+
please consider joining our [sponsorship program](https://github.com/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)
17+
18+
On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)
19+
20+
## Maintenance Release!
21+
22+
## Videos Are In The Can!
23+
24+
Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgjmw) for up coming content...
25+
26+
* [K9s v0.40.0 -Column Blow- Sneak peek](https://youtu.be/iy6RDozAM4A)
27+
* [K9s v0.31.0 Configs+Sneak peek](https://youtu.be/X3444KfjguE)
28+
* [K9s v0.30.0 Sneak peek](https://youtu.be/mVBc1XneRJ4)
29+
* [Vulnerability Scans](https://youtu.be/ULkl0MsaidU)
30+
31+
---
32+
33+
## Resolved Issues
34+
35+
* [#3193](https://github.com/derailed/k9s/issues/3193) Feature Request: View aliases with custom columns
36+
* [#3192](https://github.com/derailed/k9s/issues/3192) Allow readonly indicator respect the noIcons configuration
37+
* [#3153](https://github.com/derailed/k9s/issues/3153) Add support for bunyan logging
38+
39+
---
40+
41+
## Contributed PRs
42+
43+
Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine contributors for making K9s better for all of us!!
44+
45+
* [#3186](https://github.com/derailed/k9s/pull/3186) fix: allow absolute paths for the 'dir' command
46+
* [#3152](https://github.com/derailed/k9s/pull/3152) Feat: Add plugin support for parsing logs with bunyan cli #3153
47+
48+
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: k9s
22
base: core22
3-
version: 'v0.40.7'
3+
version: 'v0.40.8'
44
summary: K9s is a CLI to view and manage your Kubernetes clusters.
55
description: |
66
K9s is a CLI to view and manage your Kubernetes clusters. By leveraging a terminal UI, you can easily traverse Kubernetes resources and view the state of your clusters in a single powerful session.

0 commit comments

Comments
 (0)