# k9s changelog > A terminal UI to interact with Kubernetes clusters. - Vendor: Fernand Galiana - Category: Developer Tools - Official site: https://k9scli.io - Tracked by: What's New (https://whatsnew.fyi/product/k9s) - Harvested from: GitHub (derailed/k9s) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v0.51.0 - Date: 2026-06-06 - Version: v0.51.0 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.51.0 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.51.0 - **fixed** — Disable edit/delete actions in XRay view when readonly mode is enabled - **fixed** — Fix jumping to owner of cluster scoped resources - **fixed** — Fix pod status for sidecar init containers - **changed** — Adjust namespace handling for RBAC checks in CanForResource and CanForInstance - **fixed** — Show syncing status instead of spurious no-resources warning in browser - **changed** — Skip reconcile cycle when informer data is unchanged - **changed** — Raise default client QPS from 5 to 50 - **fixed** — Paginate metrics API calls to prevent timeout on large clusters - **changed** — Batch Hydrate workers to eliminate per-item goroutine overhead - **changed** — Respect wide columns in default view - **fixed** — Reset styles before loading skin on context switch - **fixed** — Populate pod count in Node.Get() for single-node view - **added** — Add OSC52 clipboard backend with native fallback - **added** — Add One Light skin - **added** — Allow users to cycle pulse grid selection forwards and backwards - **added** — Enhance pvc-shell configuration with dynamic inputs and RWO support - **added** — Add default confirm:true for plugins with inputs - **fixed** — Prevent index out of range panic in initContainerStats - **fixed** — Handle blank PVC capacities for the purpose of sorting - **added** — Enhance debug container configuration with input fields #### Release v0.51.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 big corporations with deep pockets, thus if you feel K9s is helping in 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) --- ##### ♫ Sounds Behind The Release ♭ * [Aprieta - Vincen Garcia](https://www.youtube.com/watch?v=ldQ6hpg9BD0&list=RDldQ6hpg9BD0&start_radio=1) * [Graham Chapman - John Cleese](https://www.youtube.com/watch?v=Bm2XPkqENaw) * [Kill the pain - SYZGYX](https://www.youtube.com/watch?v=5XuvMhHZorw&list=RD5XuvMhHZorw&start_radio=1) --- ##### Maintenance Release! Please help me welcome [Ümüt Özalp](https://github.com/uozalp) as a core contributor to K9s! Ümüt has been instrumental in helping this project grow. I trust you will help Ümüt triage issues and prs reviews and show him the kindness and patience all k9sers are famous for! Sponsorships are dropping at an alarming rate which puts this project in the red. This is becoming a concern and sad not to mention unsustainable ;( If you dig `k9s` and want to help the project, please consider `paying it forward!` and don't become just another `satisfied, non paying customer!`. K9s does take a lot of my `free` time to maintain, enhance and keep the light on. Many cool ideas are making it straight to the `freezer` as I just can't budget them in. I know many of you work for big corporations, so please put in the word/work and have them help us out via sponsorships or other means. Thank you! --- ##### 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!! * [#4026](https://github.com/derailed/k9s/pull/4026) fix(xray): disable edit/delete actions in XRay view when readonly mode is enabled * [#4024](https://github.com/derailed/k9s/pull/4024) Fix 'J'umping to owner of cluster scoped resources * [#4005](https://github.com/derailed/k9s/pull/4005) Fix pod status for sidecar init containers * [#4001](https://github.com/derailed/k9s/pull/4001) Adjust namespace handling for RBAC checks in CanForResource and CanForInstance * [#3997](https://github.com/derailed/k9s/pull/3997) chore: fix wrong function name in comment * [#3993](https://github.com/derailed/k9s/pull/3993) fix(browser): show syncing status instead of spurious no-resources warning * [#3989](https://github.com/derailed/k9s/pull/3989) perf: skip reconcile cycle when informer data is unchanged * [#3988](https://github.com/derailed/k9s/pull/3988) perf: raise default client QPS from 5 to 50 * [#3987](https://github.com/derailed/k9s/pull/3987) fix: paginate metrics API calls to prevent timeout on large clusters * [#3986](https://github.com/derailed/k9s/pull/3986) perf: batch Hydrate workers to eliminate per-item goroutine overhead * [#3917](https://github.com/derailed/k9s/pull/3917) Respect wide columns in default view * [#3911](https://github.com/derailed/k9s/pull/3911) fix: reset styles before loading skin on context switch * [#3908](https://github.com/derailed/k9s/pull/3908) fix: populate pod count in Node.Get() _[Truncated at 4000 characters — full notes: https://github.com/derailed/k9s/releases/tag/v0.51.0]_ ### v0.50.18 - Date: 2026-01-11 - Version: v0.50.18 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.18 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.18 - **added** — Enable copying multiple resource and namespace names to clipboard - **added** — Add reconcile plugin for Flux instances - **added** — Add plugins for Argo Workflows - **added** — Add dark/light theme inversion using Oklch - **added** — Add neat plugin - **fixed** — Editing a single Namespace no longer opens the editor with a list of all Namespaces - **fixed** — Fix panic on jump to owner of reflect.Value.Elem on zero Value - **fixed** — Fix Flux trace plugin shortcut conflict by changing to Shift-Q - **fixed** — Cannot decode secret if there is no get permissions for all secrets - **changed** — Improve visual distinction for cordoned nodes in Node view - **changed** — Improve column sorting #### Release v0.50.18 ##### Notes 🥳🎉 Happy new year fellow k9ers!🎊🍾 Hoping 2026 will bring good health and great success to you and yours... 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 big corporations with deep pockets, thus if you feel K9s is helping in 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) --- ##### ♫ Sounds Behind The Release ♭ * [A cool new way - Joe Satriani](https://www.youtube.com/watch?v=4apA948yOF0) * [Song for you - Ray Charles](https://www.youtube.com/watch?v=CzAkTrDiXxg) * [Kill the pain - SYZGYX](https://www.youtube.com/watch?v=5XuvMhHZorw&list=RD5XuvMhHZorw&start_radio=1) --- ##### Maintenance Release! Oops! I've missed a PR in the v0.50.17 excitement ;( Dropping v0.50.18 with feelings... Sponsorships are dropping at an alarming rate which puts this project in the red. This is becoming a concern and sad not to mention unsustainable ;( If you dig `k9s` and want to help the project, please consider `paying it forward!` and don't become just another `satisfied, non paying customer!`. K9s does take a lot of my `free` time to maintain, enhance and keep the light on. Many cool ideas are making it straight to the `freezer` as I just can't budget them in. I know many of you work for big corporations, so please put in the word/work and have them help us out via sponsorships or other means. Thank you! --- ##### A Word From Our Sponsors... To all the good folks and orgs below that opted to `pay it forward` and join our sponsorship program, I salute you!! * [Philomena Yeboah](https://github.com/PhilomenaYeboah1989) * [Kilian](https://github.com/kaerbr) * [TVRiddle](https://github.com/TVRiddle) * [Tom Morelly](https://github.com/FalcoSuessgott) * [Nikhil Narayen](https://github.com/nnarayen) * [Andrew Aadland](https://github.com/DaemonDude23) * [Radek](https://github.com/radvym) * [Timothée Gerber](https://github.com/TimotheeGerber) * [Matthias](https://github.com/maetthu) * [DKB](https://github.com/dkb-bank) ❤️ * [Kraken Tech](https://github.com/kraken-tech) * [Daniel](https://github.com/sherlock7402) * [Fred Loucks](https://github.com/fullmetal-fred) * [Patricia Mascaros](https://github.com/ccong2586) * [Qube Research & Technologies](https://github.com/qube-rt) * [Michel Jung](https://github.com/micheljung) * [Ümüt Özalp](https://github.com/uozalp) * [Nathan Papapietro](https://github.com/npapapietro) * [Oleksandr Podze](https://github.com/dasdy) * [Lee Jones](https://github.com/leejones) * [tsahlif](https://github.com/tshalif) * [Jean-Christophe Amiel](https://github.com/jcamiel) * [Lightspark](https://github.com/lightsparkdev) * [egs-hub](https://github.com/egs-hub) ❤️ * [Sergey](https://github.com/malsatin) * [Wynter Inc](https://github.com/copytesting) * [Jen Norris](https://github.com/tnorris) * [Joakim-Byg](https://github.com/Joakim-Byg) * [Oleksandr Podze](https://github.com/dasdy) * [Lee Jones](https://github.com/leejones) > Sponsorship cancellations since the last release: **17!** 🥹 ##### Resolved Issues * [#3765](https://github.com/derailed/k9s/issues/3765) quay.io docker images not up to date but referenc _[Truncated at 4000 characters — full notes: https://github.com/derailed/k9s/releases/tag/v0.50.18]_ ### v0.50.17 - Date: 2026-01-11 - Version: v0.50.17 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.17 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.17 - **added** — Enable copying multiple resource and namespace names to clipboard - **added** — Add reconcile plugin for Flux instances - **added** — Add plugins for Argo workflows - **added** — Add dark/light theme inversion using Oklch - **added** — Add symlink handle for plugin directory - **changed** — Improve visual distinction for cordoned nodes in Node view - **fixed** — Editing a single Namespace opens the editor with a list of all Namespaces - **fixed** — Panic on jump to owner of reflect.Value.Elem on zero Value - **fixed** — Flux trace plugin shortcut conflict by changing to Shift-Q - **fixed** — Cannot decode secret if there is no get permissions for all secrets - **fixed** — Ensure object is deep copied before realization in Render method #### Release v0.50.17 ##### Notes 🥳🎉 Happy new year fellow k9ers!🎊🍾 Hoping 2026 will bring good health and great success to you and yours... 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 big corporations with deep pockets, thus if you feel K9s is helping in 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) --- ##### ♫ Sounds Behind The Release ♭ * [A cool new way - Joe Satriani](https://www.youtube.com/watch?v=4apA948yOF0) * [Song for you - Ray Charles](https://www.youtube.com/watch?v=CzAkTrDiXxg) * [Kill the pain - SYZGYX](https://www.youtube.com/watch?v=5XuvMhHZorw&list=RD5XuvMhHZorw&start_radio=1) --- ##### Maintenance Release! Sponsorships are dropping at an alarming rate which puts this project in the red. This is becoming a concern and sad not to mention unsustainable ;( If you dig `k9s` and want to help the project, please consider `paying it forward!` and don't become just another `satisfied, non paying customer!`. K9s does take a lot of my `free` time to maintain, enhance and keep the light on. Many cool ideas are making it straight to the `freezer` as I just can't budget them in. I know many of you work for big corporations, so please put in the word/work and have them help us out via sponsorships or other means. Thank you! ##### A Word From Our Sponsors... To all the good folks and orgs below that opted to `pay it forward` and join our sponsorship program, I salute you!! * [Philomena Yeboah](https://github.com/PhilomenaYeboah1989) * [Kilian](https://github.com/kaerbr) * [TVRiddle](https://github.com/TVRiddle) * [Tom Morelly](https://github.com/FalcoSuessgott) * [Nikhil Narayen](https://github.com/nnarayen) * [Andrew Aadland](https://github.com/DaemonDude23) * [Radek](https://github.com/radvym) * [Timothée Gerber](https://github.com/TimotheeGerber) * [Matthias](https://github.com/maetthu) * [DKB](https://github.com/dkb-bank) ❤️ * [Kraken Tech](https://github.com/kraken-tech) * [Daniel](https://github.com/sherlock7402) * [Fred Loucks](https://github.com/fullmetal-fred) * [Patricia Mascaros](https://github.com/ccong2586) * [Qube Research & Technologies](https://github.com/qube-rt) * [Michel Jung](https://github.com/micheljung) * [Ümüt Özalp](https://github.com/uozalp) * [Nathan Papapietro](https://github.com/npapapietro) * [Oleksandr Podze](https://github.com/dasdy) * [Lee Jones](https://github.com/leejones) * [tsahlif](https://github.com/tshalif) * [Jean-Christophe Amiel](https://github.com/jcamiel) * [Lightspark](https://github.com/lightsparkdev) * [egs-hub](https://github.com/egs-hub) ❤️ * [Sergey](https://github.com/malsatin) * [Wynter Inc](https://github.com/copytesting) * [Jen Norris](https://github.com/tnorris) * [Joakim-Byg](https://github.com/Joakim-Byg) * [Oleksandr Podze](https://github.com/dasdy) * [Lee Jones](https://github.com/leejones) > Sponsorship cancellations since the last release: **17!** 🥹 ##### Resolved Issues * [#3765](https://github.com/derailed/k9s/issues/3765) quay.io docker images not up to date but referenced in README.md * [#3762](https://github.com/derailed/k9s/issues/3762) Copy multiple selected _[Truncated at 4000 characters — full notes: https://github.com/derailed/k9s/releases/tag/v0.50.17]_ ### v0.50.16 - Date: 2025-10-19 - Version: v0.50.16 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.16 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.16 #### Release v0.50.16 ##### 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 big corporations with deep pockets, thus if you feel K9s is helping in 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance Release! Sponsorships are dropping at an alarming rate which puts this project in the red. This is becoming a concern and sad not to mention unsustainable ;( If you dig `k9s` and want to help the project, please consider `paying it forward!` and don't become just another `satisfied, non paying customer!`. K9s does take a lot of my `free` time to maintain, enhance and keep the light on. Many cool ideas are making it straight to the `freezer` as I just can't budget them in. I know many of you work for big corporations, so please put in the word/work and have them help us out via sponsorships or other means. Thank you! ###### Warp Speed Scotty! As of this drop, we are introducing `namespace warp` via shortcut `w`. This affords to view all resources of that type based on the currently selected resource namespace. This command is only available on namespaced resources. For example, if you are in pod view and select pod-xxx in namespace `bozo`, hitting `w` will `warp` you to view all pods in namespace `bozo`. ##### Resolved Issues * [#3629](https://github.com/derailed/k9s/issues/3629) vulnerability in k9s project * [#3621](https://github.com/derailed/k9s/issues/3621) Switching to ":Deploy" sends you to deployments from namespace "deploy" * [#3620](https://github.com/derailed/k9s/issues/3620) Trying to show pod yaml using custom views.yaml crashes k9s * [#3608](https://github.com/derailed/k9s/issues/3608) k9s crashes when :namespaces used * [#3601](https://github.com/derailed/k9s/issues/3601) Can't delete namespace * [#3595](https://github.com/derailed/k9s/issues/3595) Toggle Namespace Filter in Pods View with 'n' Key * [#3576](https://github.com/derailed/k9s/issues/3576) Custom alias/view not working anymore since v0.50.10 --- ##### 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!! * [#3625](https://github.com/derailed/k9s/pull/3625) fix: debug-container plugin when KUBECONFIG has multiple files * [#3623](https://github.com/derailed/k9s/pull/3623) bugfix: fix panic in BenchmarkPodRender by using NewPod() constructor * [#3619](https://github.com/derailed/k9s/pull/3619) feat: plugin to list all resources by namespace * [#3605](https://github.com/derailed/k9s/pull/3605) browser: do not prevent redraw when connection unavailable * [#3600](https://github.com/derailed/k9s/pull/3600) fix(shell): set linux when OS detection fails * [#3588](https://github.com/derailed/k9s/pull/3588) fix: do not error out of shellIn if OS detection fails --- © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)# ### v0.50.15 - Date: 2025-10-07 - Version: v0.50.15 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.15 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.15 #### Release v0.50.15 ##### 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 big corporations with deep pockets, thus if you feel K9s is helping in 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance Release! Sponsorships are dropping at an alarming rate which puts this project in the red. This is becoming a concern and sad not to mention unsustainable ;( If you dig `k9s` and want to help the project, please consider `paying it forward!` and don't become just another `satisfied, non paying customer!`. K9s does take a lot of my `free` time to maintain, enhance and keep the light on. Many cool ideas are making it straight to the `freezer` as I just can't budget them in. I know many of you work for big corporations, so please put in the word/work and have them help us out via sponsorships or other means. Thank you! ##### Resolved Issues * [#3591](https://github.com/derailed/k9s/issues/3591) REVERTED! Accept suggestion with enter (without having to "tab") --- © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)# ### v0.50.14 - Date: 2025-10-07 - Version: v0.50.14 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.14 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.14 #### Release v0.50.14 ##### 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 big corporations with deep pockets, thus if you feel K9s is helping in 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance Release! Sponsorships are dropping at an alarming rate which puts this project in the red. This is becoming a concern and sad not to mention unsustainable ;( If you dig `k9s` and want to help the project, please consider `paying it forward!` and don't become just another `satisfied, non paying customer!`. K9s does take a lot of my `free` time to maintain, enhance and keep the light on. Many cool ideas are making it straight to the `freezer` as I just can't budget them in. I know many of you work for big corporations, so please put in the word/work and have them help us out via sponsorships or other means. Thank you! ##### Resolved Issues * [#3608](https://github.com/derailed/k9s/issues/3608) k9s crashes when :namespaces used * [#3606](https://github.com/derailed/k9s/issues/3606) Xray not working anymore on (possible) v0.50.X * [#3594](https://github.com/derailed/k9s/issues/3594) Show pod yaml - Boom!! cannot deep copy int * [#3591](https://github.com/derailed/k9s/issues/3591) Accept suggestion with enter (without having to "tab") * [#3576](https://github.com/derailed/k9s/issues/3576) Custom alias/view not working anymore since v0.50.10 --- © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)# ### v0.50.13 - Date: 2025-09-27 - Version: v0.50.13 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.13 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.13 #### Release v0.50.13 ##### 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance Release! ##### Resolved Issues * [#3587](https://github.com/derailed/k9s/issues/3587) UI doesn't show any updates when restarting a Deployment * [#3585](https://github.com/derailed/k9s/issues/3585) abbreviation sec for secret not working * [#3584](https://github.com/derailed/k9s/issues/3584) Show managed fields doesn't show them * [#3583](https://github.com/derailed/k9s/issues/3583) Cannot open shell to pods without node read access as of 0.50.12 * [#3577](https://github.com/derailed/k9s/issues/3577) Log view is broken as of v0.50.10 * [#3574](https://github.com/derailed/k9s/issues/3574) Aliases for pods with label filters not working --- © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)# ### v0.50.12 - Date: 2025-09-19 - Version: v0.50.12 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.12 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.12 #### Release v0.50.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! 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance Release! ##### Resolved Issues * [#3570](https://github.com/derailed/k9s/issues/3570) 0.50.11 could not display any resources * [#3562](https://github.com/derailed/k9s/issues/3562) Can't delete namespace * [#3547](https://github.com/derailed/k9s/issues/3547) Error message from admission controller --- © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)# ### v0.50.11 - Date: 2025-09-18 - Version: v0.50.11 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.11 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.11 #### Release v0.50.11 ##### 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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance Release! Oh dear! Hopefully we're happier on this drop?? Apologizes for the `disturbance in the farce`... ##### Resolved Issues * [#3567](https://github.com/derailed/k9s/issues/3567) Extra slash '/' added when filtering from the command prompt * [#3566](https://github.com/derailed/k9s/issues/3566) unable to switch context or use k9s after upgrade to 0.50.10 --- © 2025 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)# ### v0.50.10 - Date: 2025-09-17 - Version: v0.50.10 - Original notes: https://github.com/derailed/k9s/releases/tag/v0.50.10 - Permalink: https://whatsnew.fyi/product/k9s/releases/v0.50.10 #### Release v0.50.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](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/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA) ##### Maintenance 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!! * [rufusshrestha](https://github.com/rufusshrestha) * [Ovidijus Balkauskas](https://github.com/Stogas) * [Konrad Konieczny](https://github.com/Psyhackological) * [Serit Tromsø](https://github.com/serit) * [Dennis](https://github.com/dennisTGC) * [LinPr](https://github.com/LinPr) * [franzXaver987](https://github.com/franzXaver987) * [Drew Showalter](https://github.com/one19) * [Sandylen](https://github.com/Sandylen) * [Uriah Carpenter](https://github.com/uriahcarpenter) * [Vector Group](https://github.com/vectorgrp) * [Stefan Roman](https://github.com/katapultcloud) * [Phillip](https://github.com/Loki-Afro) * [Lasse Bang Mikkelsen](https://github.com/lassebm) > Sponsorship cancellations since the last release: **19!** 🥹 --- ##### Resolved Issues * [#3541](https://github.com/derailed/k9s/issues/3541) ServiceAccount RBAC Rules not displayed if RoleBinding subject doesn't specify namespace * [#3535](https://github.com/derailed/k9s/issues/3535) Current Release process will cause code changes been reverted * [#3525](https://github.com/derailed/k9s/issues/3525) k9s suspends when launching foreground plugin * [#3495](https://github.com/derailed/k9s/issues/3495) Regression: filtering no long works with aliases * [#3478](https://github.com/derailed/k9s/issues/3478) High Disk and CPU usage when imageScans Is enabled in K9s * [#3470](https://github.com/derailed/k9s/issues/3470) Aliases for pods with unequal (!=) label filters not working * [#3466](https://github.com/derailed/k9s/issues/3466) Shared GPU (nvidia.com/gpu.shared) is shown as n/a on K9s node view * [#3455](https://github.com/derailed/k9s/issues/3455) memory command not found --- ##### 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!! * [#3558](https://github.com/derailed/k9s/pull/3558) refactor(duplik8s): consolidate duplicate resource commands and updat… * [#3555](https://github.com/derailed/k9s/pull/3555) feat: add dup plugin * [#3543](https://github.com/derailed/k9s/pull/3543) Make "flux trace" more generic * [#3536](https://github.com/derailed/k9s/pull/3536) Add flux-operator resources to flux plugin * [#3528](https://github.com/derailed/k9s/pull/3528) feat(plugins): add pvc debug container plugin * [#3517](https://github.com/derailed/k9s/pull/3517) Feature/refresh rate * [#3516](https://github.com/derailed/k9s/pull/3516) Fixes flickering/jumping issue in context suggestions caused by inconsistent spacing behavior * [#3515](https://github.com/derailed/k9s/pull/3515) Fix/suppress init no resources warning * [#3513](https://github.com/derailed/k9s/pull/3513) fix: Color PV row according to its STATUS column * [#3513](https://github.com/derailed/ _[Truncated at 4000 characters — full notes: https://github.com/derailed/k9s/releases/tag/v0.50.10]_