This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
chore(deps): update dependency derailed/k9s to v0.31.2 (master) #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.27.4
->v0.31.2
Release Notes
derailed/k9s (derailed/k9s)
v0.31.2
Compare Source
Release v0.31.2
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release!
Yikes! The aftermath...
Thank you all for pitching in and helping flesh out issues!!
Please make sure to add gory details to issues ie relevant configs, debug logs, etc...
Comments like:
same here!
doesn't really help us zero in. Everyone has slightly different settings/platforms so every little bits of info helps with the resolves.Thank you!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.31.1
Compare Source
Release v0.31.1
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
♫ Sounds Behind The Release ♭
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!!Feature Release!
😳 Found a few issues in the neutrino drive...
This is another fairly heavy drop so bracing for impact 😱
Be sure to dial in the v0.31.0 SneakPeek video below for the gory details!
😵 Hopefully we've move the needle in the right direction on this drop... 🤞
Thank you all for your kindness, feedback and assistance in flushing out issues!!
Hold My Hand...
In this drop, we've added schema validation to ensure various configs are setup as expected.
K9s will now run validation checks on the following configurations:
K9s behavior changed in this release if the main configuration does not match schema expectations.
In the past, the configuration will be validated, updated and saved should validation checks failed. Now the app will stop and report validation issues.
The schemas are set to be a bit loose for the time being. Once we/ve vetted they are cool, we could publish them out (with additional TLC!) so k9s users can leverage them in their favorite editors.
In the meantime, you'll need to keep k9s logs handy, to check for validation errors. The validation messages can be somewhat cryptic at times and so please be sure to include your debug logs and config settings when reporting issues which might be plenty ;(.
Breaking Bad!
With this release, k9s may not start correctly if the config.yaml configurations are incorrect!
Configuration changes:
DRY fullScreenLogs -> fullScreens (k9s root config.yaml)
$XDG_CONFIG_HOME/k9s/config.yaml
k9s:
liveViewAutoRefresh: false
logger:
sinceSeconds: -1
fullScreen: false # => Was fullScreenLogs
...
Serenity Now!
You can now opt in/out of the
reactive ui
feature. This feature enable users to make change to some configurations and see changes reflected live in the ui. This feature is now disabled by default and one must opt-in to enable viak9s.UI.reactive
Reactive UI provides for monitoring various config files on disk and update the UI when changes to those files occur. This is handy while tuning skins, plugins, aliases, hotkeys and benchmarks parameters.
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.31.0
Compare Source
Release v0.31.0
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
♫ Sounds Behind The Release ♭
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!!Feature Release!
😳 Found a few issues in the neutrino drive...
This is another fairly heavy drop so bracing for impact 😱
Be sure to dial in the v0.31.0 SneakPeek video below for the gory details!
😵 Hopefully we've move the needle in the right direction on this drop... 🤞
Thank you all for your kindness, feedback and assistance in flushing out issues!!
Hold My Hand...
In this drop, we've added schema validation to ensure various configs are setup as expected.
K9s will now run validation checks on the following configurations:
K9s behavior changed in this release if the main configuration does not match schema expectations.
In the past, the configuration will be validated, updated and saved should validation checks failed. Now the app will stop and report validation issues.
The schemas are set to be a bit loose for the time being. Once we/ve vetted they are cool, we could publish them out (with additional TLC!) so k9s users can leverage them in their favorite editors.
In the meantime, you'll need to keep k9s logs handy, to check for validation errors. The validation messages can be somewhat cryptic at times and so please be sure to include your debug logs and config settings when reporting issues which might be plenty ;(.
Breaking Bad!
Configuration changes:
DRY fullScreenLogs -> fullScreens (k9s root config.yaml)
$XDG_CONFIG_HOME/k9s/config.yaml
k9s:
liveViewAutoRefresh: false
logger:
sinceSeconds: -1
fullScreen: false # => Was fullScreenLogs
...
Serenity Now!
You can now opt in/out of the
reactive ui
feature. This feature enable users to make change to some configurations and see changes reflected live in the ui. This feature is now disabled by default and one must opt-in to enable viak9s.UI.reactive
Reactive UI provides for monitoring various config files on disk and update the UI when changes to those files occur. This is handy while tuning skins, plugins, aliases, hotkeys and benchmarks parameters.
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.8
Compare Source
Release v0.30.8
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release!
Thank you all for pitching in and helping flesh out issues!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.7
Compare Source
Release v0.30.7
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release!
Thank you all for pitching in and helping flesh out issues!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.6
Compare Source
Release v0.30.6
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
🎄 Maintenance Release! 🎄
Thank you all for pitching in and helping flesh out issues!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.5
Compare Source
Release v0.30.5
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
🎄 Maintenance Release! 🎄
Thank you all for pitching in and helping flesh out issues!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.4
Compare Source
Release v0.30.4
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
🎄 Maintenance Release! 🎄
Thank you all for pitching in and helping flesh out issues!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.3
Compare Source
Release v0.30.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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
🎄 Maintenance Release! 🎄
🎵
On The twelfth day of Christmas my true love gave to me... More Bugs!!
🎵Thank you all for pitching in and help flesh out issues!!
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.2
Compare Source
Release v0.30.2
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
🎄 Maintenance Release! 🎄
🎵
On The eleventh day of Christmas my true love gave to me... More Bugs!!
🎵Thank you all for pitching in and help flesh out bugs!!
[!!FEATURE NAME CHANGED!!] Vulnerability Scan Exclusions...
As it seems customary with all k9s new features, folks want to turn them off ;(
The
Vulscan
feature did not get out unscaped ;(As it was rightfully so pointed out, you may want to opted out scans for images that you do not control.
Tho I think it might be a good idea to run wide open once in a while to see if your cluster has any holes??
For this reason, we've opted to intro an exclusion section under the image scan configuration to exclude certain images from the scans.
Here is a sample configuration:
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.1
Compare Source
Release v0.30.1
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
🎄 Maintenance Release! 🎄
🎵
On The eleventh day of Christmas my true love gave to me... Bugs!!
🎵Got to love the aftermath... Thank you all for pitch'in in and help flesh out bugs!! The gift that keeps on... giving?
🎅 Merry Christmas to all and Best wishes for the new year!!🧑🎄
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.30.0
Compare Source
Release v0.30.0
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
♫ Sounds Behind The Release ♭
Going back to the classics...
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!!🎄 Feature Release! 🎄
🎅 Merry Christmas to all and Best wishes for the new year!!🧑🎄
Videos Are In The Can!
Please dial K9s Channel for up coming content...
Breaking Bad!
Some of you might say:
You're on the roll their bud! Two breaking changes drops in a row!!
Per the wise words of my beloved Grand mama!
One can't cook a decent meal without creating a mess!
Not to mention we're still at v0.x.y so
Open season on breaking changes
is very much in full effect.Tho I have tested this drop quite a bit, there is a strong chance that I've broken some stuff.
The key here is to walk the fine line of improving k9s code base and features set with minimal impact to you.
As you know by now, I am committed to ease the pain and resolve issues quickly to get you all back up and running.
From the scope changes in this release, I would caution that this drop will likely break you!
If so, worry not! We will fix the duds so we are
Happy as a Hippo
once again.There was a few issues with the way K9s persists it's configuration and various artifacts. So we rewrote it!
First and foremost all k9s related YAML resources, will now use the standard ".yaml" extension.
I think we've bloated the code checking for both extensions with no real actionable value!
As it stands the main K9s configuration
config.yml
will now be static. These settings are now readonly! All the dynamic configurations that K9s manages now live in a new directory akaclusters
. The clusters directory manages your k8s cluster/context configurations. So things like active view, namespace, favorites, etc... now live in this directory. K9s configurations are still managed using either xdgXDG_CONFIG_HOME
or you can setK9S_CONFIG_DIR
to specify a your preferred k9s configs location. Also all config files will now use the ".yaml" extension vs ".yml"!!So the main k9s configuration (static) now looks like this:
Next context specific configurations that are managed by you and k9s live in the XDG data directory
i.e
$XDG_DATA_HOME/k9s/clusters
or$K9S_CONFIG_DIR/clusters
if the env var is set.Now looking at a given context configuration i.e cluster-1/context-1/config.yaml
Transient artifacts ie k9s logs, screen-dumps, benchmarks etc now live in the state config dir.
If you get stuck or if my instructions are just
clear as mud
...k9s info
is always your friend!!I feel this is an improvement (tho I might be unanimous on this!) especially for folks dealing with multi-clusters or swapping out there kubeconfigs...
Got Prompt?
In this drop, we've also gave the k9s command prompt aka
:xxx
some love.You have the ability to specify filter directly in the prompt.
So for example, you can now run something like
:po /fred
to run pod view with a filter to just show pods containingfred
. Likewise:po k8s-app=fred,env=blee
to filter by labels.And now for the
Krampus
special... you can see pods in a different context all together via:pod @​ctx-2
.Finally you can combo and send the
whole enchilada
via:po k8s-app=fred /blee ns-1 @​ctx-x
Did I mention with completion where applicable? Yes Please!!
Compliments of Jayson Wang. Be sure to thank him!!
Put these frequent flyers command in an alias and now you can nav your clusters with
even more style
!All Is Love?
🎵
On The twentieth day of Christmas my true love gave to me... Ten worklords a-leaping??...
🎵This is a feature reported by many of you and its (finally!) here. As of this drop, we intro the
workload
view akawk
which is similar tokubetcl get all
. I was reluctant to intro it given the potential hazards on larger clusters but figured why not? YOLO. I think using it in combo with the prompt updates it could pack a serious punch to observe workload related artifacts.The Black List...
As it seems customary with all k9s new features, folks want to turn them off ;(
The
Vulscan
feature did not get out unscaped ;(As it was rightfully so pointed out, you may want to opted out scans for images that you do not control.
Tho I think it might be a good idea to run wide open once in a while to see if your cluster has any holes??
For this reason, we've opted to intro a blacklist section under the image scan configuration to exclude certain images from the scans.
Here is a sample configuration:
This is a bit of a blur now, but I think that it! We hope you guys will dig this drop or at least the concepts as likely this is going to be
Open Season
on bugs ;(🎵
On The second day of Christmas my true love gave to me... Eleven buggers bugging??...
🎵Lastly looks like the sponsorship stream is down to an alarming trickle so if you dig this project and find it useful be sure
to give til it hurts!
🎅 Best wishes to you and yours for good health and happiness this holiday season!! 🎉
AndJoy!
Fernand
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.29.1
Compare Source
Release v0.29.1
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release
Resolved Issues
© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.29.0
Compare Source
Release v0.29.0
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 and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
♫ Sounds Behind The Release ♭
🦃 Happy (Belated!) ThanksGiving To All! 🦃
Hope you and yours had a wonderful holiday!!
Hopefully this drop won't be a cold turkey 😳
I'd like to take this opportunity to honor two very special folks:
These guys have been relentless in fishing out bugs, helping out with support and addressing issues, not to mention enduring my code! 🙀
They dedicate a lot of their time to make
k9s
better for all of us!So if you happen to run into them live/virtual, please be sure to
Thank
them and give them a huge hug! 🤗I am thankful for all of you for being kind, patient, understanding and one of the coolest OSS community on the web!!
Feeling blessed and ever so humbled to be part of it.
Thank you!!
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!!🎉 Feature Release 🎈👯
Breaking Bad!
WARNING! There are breaking change on this drop!
NodeShell configuration has moved up in the k9s config file from the context section to the top level config.
More than likely, one uses the same nodeShell image with all the fixins to introspect nodes no matter the cluster. This update DRY's up k9s config and still allows one to opt in/out of nodeShell via the context specific feature gate.
Please see README for the details.
Log view used to default to the last 5mins aka
sinceSeconds: 300
.Changed the default to tail logs instead aka
sinceSeconds: -1
Skins loading changed! In this release, we do away with the context specific skin files. You can now directly specify the skin to use for a given cluster directly in the k9s config file under the cluster configuration. K9s now expects a skins directory in the k9s config home with your skin files. You can use your custom skins and copy them to the
skins
directory or use the contributes skins found on this repo root.Specify the name of the skin in the config file and now your cluster will load the specified skin.
For example: create a
skins
dir your k9s config home and add one_dark.yml skin file from this repo. Then edit your k9s config file as follows:The
fred
cluster will now load with the specified skin name. Rinse and repeat for other clusters of your liking. In the case where neither the skin dir or skin file are present, k9s will still honor the global skin akaskin.yml
in your k9s config home directory to skin all your clusters.Walk Of SHelm...
Added a
Releases
view to Helm!This provides the ability for Helm users to manage their releases directly from k9s.
You can now press
enter
on a selected Helm install and view all associated releases.While in the releases view, you can also rollback an install to a previous revision.
Spock! Are You Out Of Your VulScan Mind?
Tired of having malignent folks shoot holes in your prod clusters or failing compliance testing?
Added ability to run image vulnerability scans directly from k9s. You can now monitor your security stance in dev/staging/
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.