-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s_small.png" align="right" width="200" height="auto"/> | ||
|
||
# Release v0.24.12 | ||
|
||
## 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! | ||
|
||
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) | ||
|
||
## Prompt GOT Styles! | ||
|
||
Added a new configuration for styling your command/search prompts. So you can now specify foreground/background and suggestion color to your heart content. For example: | ||
|
||
```yaml | ||
# $HOME/.k9s/skin.yml | ||
k9s: | ||
body: | ||
fgColor: aqua | ||
bgColor: black | ||
logoColor: purple | ||
# Prompt styles | ||
prompt: | ||
fgColor: blue | ||
bgColor: black | ||
suggestColor: orange | ||
... | ||
``` | ||
|
||
--- | ||
|
||
## Resolved Issues | ||
|
||
* [Issue #1169](https://github.com/derailed/k9s/issues/1169) Scaling last deployment errors out | ||
* [Issue #1167](https://github.com/derailed/k9s/issues/1167) Cronjob trigger busted | ||
* [Issue #1163](https://github.com/derailed/k9s/issues/1163) Color for autocomplete text | ||
|
||
--- | ||
|
||
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2020 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) |