forked from derailed/k9s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/json-log' of github.com:rm-hull/k9s into feat/json…
…-log * 'feat/json-log' of github.com:rm-hull/k9s: Toggle JSON with Ctrl-J [feat] Add toggle to allow log lines to be JSON colorized Release v0.27.3 (derailed#1970) Add sort by pod count on node view (derailed#1961) fix: Show meaningful error message when kubectl exec fails (derailed#1966) set default sinceSeconds to 300 (derailed#1965) Match ${XXX} environment variables (derailed#1896) Bump github.com/cenkalti/backoff/v4 from 4.1.3 to 4.2.0 (derailed#1957) Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 (derailed#1958) Bump golang from 1.19.5-alpine3.16 to 1.20.0-alpine3.16 (derailed#1956) Bump github.com/fatih/color from 1.13.0 to 1.14.1 (derailed#1959) Added Nightfox theme (derailed#1960) fix: Add missing help menu to gruvbox-dark skin (derailed#1969) Bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 (derailed#1963)
- Loading branch information
Showing
40 changed files
with
412 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png" align="center" width="800" height="auto"/> | ||
|
||
# Release v0.27.3 | ||
|
||
## Notes | ||
|
||
Thank you to all that contributed with flushing out issues and enhancements for K9s! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!! | ||
|
||
As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our [sponsorship program](https://github.com/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) | ||
|
||
On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM) | ||
|
||
--- | ||
|
||
## ♫ Sounds Behind The Release ♭ | ||
|
||
* [Bitches Brew - Miles Davis](https://www.youtube.com/watch?v=50fB5L1vmn8) | ||
* [Sordid Affair - Röyksopp](https://www.youtube.com/watch?v=ECL5zO6ImsA) | ||
* [Love Inc - Booka Shade](https://www.youtube.com/watch?v=sgLxTcok8kQ) | ||
* [Twisted - Kaz James,Nick Morgan](https://www.youtube.com/watch?v=oOsYJ-Co8Y4) | ||
|
||
--- | ||
|
||
## A Word From Our Sponsors... | ||
|
||
To all the good folks below that opted to `pay it forward` and join our sponsorship program, I salute you!! | ||
|
||
* [Astraea](https://github.com/s22) | ||
* [Arnaud Bienvenu](https://github.com/abienvenu) | ||
* [Eric Caleb](https://github.com/iamcaleberic) | ||
* [Sean Williams](https://github.com/SeanThomasWilliams) | ||
* [Federico Ragona](https://github.com/fedragon) | ||
|
||
> Sponsorship cancellations since the last release: `7` ;( | ||
--- | ||
|
||
## Maintenance Release | ||
|
||
--- | ||
|
||
## Resolved Issues | ||
|
||
* [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 | ||
|
||
--- | ||
|
||
## Contributed PRs | ||
|
||
Please give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine contributors for making K9s better for all of us!! | ||
|
||
* [PR #1969](https://github.com/derailed/k9s/pull/1969) fix: Add missing help menu to gruvbox-dark skin | ||
* [PR #1966](https://github.com/derailed/k9s/pull/1966) fix: Show meaningful error message when kubectl exec fails | ||
* [PR #1965](https://github.com/derailed/k9s/pull/1965) set default sinceSeconds to 300 | ||
* [PR #1961](https://github.com/derailed/k9s/pull/1961) feat: Add sort by pod count on node view | ||
* [PR #1960](https://github.com/derailed/k9s/pull/1960) [Misc] Add Nightfox-theme | ||
|
||
--- | ||
|
||
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2022 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.