Skip to content

Releases: derailed/k9s

v0.40.10

16 Mar 16:13
35361bb
Compare
Choose a tag to compare

Release v0.40.10

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!

Sounds like I did hose plugins after all... With feelings!

  • Refactored plugins implementation, hopefully we didn't hose them 😳
  • Updated plugins docs
  • Apparently when it comes to icons, I've chosen... poorly 🙀
    Updated write icon 🔓->✍️, hopefully for the better 👀??

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3202 0.40.8 breaks plugins loading

© 2025 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.9

15 Mar 22:50
fc5f190
Compare
Choose a tag to compare

Release v0.40.9

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!

  • Refactored plugins implementation, hopefully we didn't hose them 😳
  • Updated plugins docs
  • Apparently when it comes to icons, I've chosen... poorly 🙀
    Updated write icon 🔓->✍️, hopefully for the better 👀??

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3202 0.40.8 breaks plugins loading

© 2025 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.8

12 Mar 00:28
Compare
Choose a tag to compare

Release v0.40.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!

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3193 Feature Request: View aliases with custom columns
  • #3192 Allow readonly indicator respect the noIcons configuration
  • #3153 Add support for bunyan logging

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #3186 fix: allow absolute paths for the 'dir' command
  • #3152 Feat: Add plugin support for parsing logs with bunyan cli #3153

© 2025 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.7

10 Mar 18:41
08b8efa
Compare
Choose a tag to compare

Release v0.40.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!

🙀 Hoy! Hosed custom view loading in v0.40.6...

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues


Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #3186 fix: allow absolute paths for the 'dir' command

© 2025 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.6

09 Mar 20:22
a8b75ef
Compare
Choose a tag to compare

Release v0.40.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!

Breaking change

Moved portForwardAddress out of clusterXXX/contextYYY/config.yaml and into the main K9s config file.
This is a global preference based on your setup vs a cluster/context specific attribute.
K9s will nag you in the logs if a specific context config still contains this attribute but should not prevent the configuration load.

Column Blow Reloaded!

We've added another property to the custom view. You can now also specify namespace specific column definition for a given resource.
For instance, view pods in any namespace using one configuration and view pods in fred namespace using an alternate configuration.

# views.yaml
views:
  # Using this for all pods...
  v1/pods:
    columns:
      - AGE
      - NAMESPACE|WR                                     # => 🌚 Specifies the NAMESPACE column to be right aligned and only visible while in wide mode
      - ZORG:.metadata.labels.fred\.io\.kubernetes\.blee # => 🌚 extract fred.io.kubernetes.blee label into it's own column
      - BLEE:.metadata.annotations.blee|R                # => 🌚 extract annotation blee into it's own column and right align it
      - NAME
      - IP
      - NODE
      - STATUS
      - READY
      - MEM/RL|S                                         # => 🌚 Overrides std resource default wide attribute via `S` for `Show`
      - '%MEM/R|'                                        # => NOTE! column names with non alpha names need to be quoted as columns must be strings!

   # Use this instead for pods in namespace `fred`
   v1/pods@fred:                                         # => 🌚 New v0.40.6! Customize columns for a given resource and namespace!
    columns:
      - AGE
      - NAMESPACE|WR

Additionally, we've added a new column attribute aka Show -> S. This allows you to now override the default resource column wide attribute when set.


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3179 Resource name with full api or group displayed (somewhere and sometimes)
  • #3178 Cronjobs with the same name in different namespaces appear together
  • #3176 Trigger all marked cronjobs
  • #3162 Context configs: context directory created under wrong cluster after context switch
  • #3161 Force wide-only columns to appear outside of wide view
  • #3147 Prompt style is overriden by body
  • #3139 CPU/R:L and MEM/R:L columns invalid in views.yaml
  • #3138 Subresources are not shown correctly in the RBAC view

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #3182 fix: Use the latest version when downloading the Ubuntu deb file
  • #3168 fix(history): handle cases where special commands add their command their command to the history
  • #3159 Added hard contrast gruvbox skins
  • #3149 fix: Pass grv on gotoResource as a String to fix non-default apiGroup list
  • #3149 Add externalsecrets plugin
  • #3140 fix: Avoid false positive matches in enableRegion (#3093)

© 2025 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.5

18 Feb 16:02
af8aa5f
Compare
Choose a tag to compare

Release v0.40.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!

😳 Aye! Continued Buzz kill on the 0.40.0 aftermath 🙀 👻

Likely additional disturbance in the farce might be observed.
Thank you all for giving this drop a rinse and reporting back!! 😍


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3131 Singular versions of native Kubernetes resource names no longer work
  • #3119 Custom Views Fail to Load with % in Column Names (with feelings!)

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #3123 update regex to allow '%' and '/' in column names

© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.4

18 Feb 06:45
e44c223
Compare
Choose a tag to compare

Release v0.40.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!

😳 Aye! Continued Buzz kill on the 0.40.0 aftermath 🙀 👻

Likely additional disturbance in the farce might be observed.
Thank you all for giving this drop a rinse and reporting back!! 😍


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3122 Viewing events is no longer sorted by LAST SEEN
  • #3120 Custom View Column Mismatch in K9s: Shuffled Values in Pods View
  • #3119 Custom Views Fail to Load with % in Column Names
  • #3118 selecting an alias, the wrong resources are being shown

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #3123 update regex to allow '%' and '/' in column names

© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.3

17 Feb 04:16
Compare
Choose a tag to compare

Release v0.40.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!

😳 Aye! Buzz kill on the 0.40.0 aftermath ;( Hot fix in progress...🙀 👻

Likely additional disturbance in the farce might be observed.
Thank you all for giving this drop a rinse and reporting back!! 😍


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3116 Cannot list custom CRD's since v0.40.1 (with feelings!)

© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.2

17 Feb 04:00
Compare
Choose a tag to compare

Release v0.40.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!

😳 Aye! Buzz kill on the 0.40.0 aftermath ;( Hot fix in progress...🙀 👻

Likely additional disturbance in the farce might be observed.
Thank you all for giving this drop a rinse and reporting back!! 😍


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3116 Cannot list custom CRD's since v0.40.1

© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0

v0.40.1

16 Feb 18:51
Compare
Choose a tag to compare

Release v0.40.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!

😳 Aye! Buzz kill on the 0.40.0 aftermath... 🙀 👻

Likely additional disturbance in the farce might be observed.
Thank you all for giving v0.40.0 a rinse and reporting back!! 😍


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #3113 0.40.0 can't retain temporary view sort
  • #3111 k9s can't describe or print YAML for HPAs in all namespaces view
  • #2966 Go to the Contexts page and filter, contexts that are matched will be filtered ou
  • #2962 Small colour/filtering related bug
  • #2961 Drain node with the -disable-eviction
  • #2958 Restart count in container view associated with the wrong container
  • #2945 Could we add ServiceAccount Column in v1/POD view

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #3094 Log in as root to the node.
  • #3033 Skip cache invalidation on failed connection
  • #2965 Make menu foreground style configurable through skins
  • #2952 A modest attempt to improve the logo aesthetics
  • #2833 allow scaling custom resource
  • #2799 feat(app): add history navigation with [ and ], most recent command with -
  • #2719 fix: stop table header cells from being selectable
  • #2865 Feature/DisableAutoscroll

© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0