-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K9s Release v0.29.0 #2326
Merged
Merged
K9s Release v0.29.0 #2326
Conversation
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
> BREAKING CHANGE! K9s configuration breaking change! Shellpod specification will no longer reside with a cluster configuration. It is now part of the global K9s configuration object. Shellpod configuration should be part of k9s config. Clusters admins will most likely use the same image and config to run shells on their nodes. Each cluster in turn will have the option to either enable/disable shelling into nodes. This not only DRYs up the k9s config but also allows user to consolidate their shell pod configuration in one central place.
- Move skin specification to k9s cluster config section - Load skins for skins dir
derailed
added a commit
that referenced
this pull request
Dec 7, 2023
* Feat: Move shell pod cluster config to general config > BREAKING CHANGE! K9s configuration breaking change! Shellpod specification will no longer reside with a cluster configuration. It is now part of the global K9s configuration object. Shellpod configuration should be part of k9s config. Clusters admins will most likely use the same image and config to run shells on their nodes. Each cluster in turn will have the option to either enable/disable shelling into nodes. This not only DRYs up the k9s config but also allows user to consolidate their shell pod configuration in one central place. * Fix #2290 - Add freebsd assets * Maintenance cleaning up * Fix #2166 - Add taint tracking column to node view * Fix #2009: Update screendump file names to contain resource info * Maintenance: Cleanup errror messages * Fix #1513: Change log default to tail vs last 5min * Fix #2166: Add taint indicator on node view * Fix #2165: Track init co restarts * Fix #2308: Fix rbac auth checks * Fix #2036: Fix npe on filtering CRDs * Fix #2219: Turn on TTY option on shellpod * Fix #2167: Update color escape sequence on copy * Fix #2297: Enable multi select on nodes * Cleanup headers * Fix #2162: Allow edit when describing/viewing * Feat: Add helm release history support * Fix #2039: Command Arrow up/down + enter support * Small refactor * Add img vulenerability scans support * Change skin loading and support - Move skin specification to k9s cluster config section - Load skins for skins dir * Release v0.29.0 docs
thejoeejoee
pushed a commit
to thejoeejoee/k9s
that referenced
this pull request
Feb 23, 2024
* Feat: Move shell pod cluster config to general config > BREAKING CHANGE! K9s configuration breaking change! Shellpod specification will no longer reside with a cluster configuration. It is now part of the global K9s configuration object. Shellpod configuration should be part of k9s config. Clusters admins will most likely use the same image and config to run shells on their nodes. Each cluster in turn will have the option to either enable/disable shelling into nodes. This not only DRYs up the k9s config but also allows user to consolidate their shell pod configuration in one central place. * Fix derailed#2290 - Add freebsd assets * Maintenance cleaning up * Fix derailed#2166 - Add taint tracking column to node view * Fix derailed#2009: Update screendump file names to contain resource info * Maintenance: Cleanup errror messages * Fix derailed#1513: Change log default to tail vs last 5min * Fix derailed#2166: Add taint indicator on node view * Fix derailed#2165: Track init co restarts * Fix derailed#2308: Fix rbac auth checks * Fix derailed#2036: Fix npe on filtering CRDs * Fix derailed#2219: Turn on TTY option on shellpod * Fix derailed#2167: Update color escape sequence on copy * Fix derailed#2297: Enable multi select on nodes * Cleanup headers * Fix derailed#2162: Allow edit when describing/viewing * Feat: Add helm release history support * Fix derailed#2039: Command Arrow up/down + enter support * Small refactor * Add img vulenerability scans support * Change skin loading and support - Move skin specification to k9s cluster config section - Load skins for skins dir * Release v0.29.0 docs
placintaalexandru
pushed a commit
to placintaalexandru/k9s
that referenced
this pull request
Apr 3, 2024
* Feat: Move shell pod cluster config to general config > BREAKING CHANGE! K9s configuration breaking change! Shellpod specification will no longer reside with a cluster configuration. It is now part of the global K9s configuration object. Shellpod configuration should be part of k9s config. Clusters admins will most likely use the same image and config to run shells on their nodes. Each cluster in turn will have the option to either enable/disable shelling into nodes. This not only DRYs up the k9s config but also allows user to consolidate their shell pod configuration in one central place. * Fix derailed#2290 - Add freebsd assets * Maintenance cleaning up * Fix derailed#2166 - Add taint tracking column to node view * Fix derailed#2009: Update screendump file names to contain resource info * Maintenance: Cleanup errror messages * Fix derailed#1513: Change log default to tail vs last 5min * Fix derailed#2166: Add taint indicator on node view * Fix derailed#2165: Track init co restarts * Fix derailed#2308: Fix rbac auth checks * Fix derailed#2036: Fix npe on filtering CRDs * Fix derailed#2219: Turn on TTY option on shellpod * Fix derailed#2167: Update color escape sequence on copy * Fix derailed#2297: Enable multi select on nodes * Cleanup headers * Fix derailed#2162: Allow edit when describing/viewing * Feat: Add helm release history support * Fix derailed#2039: Command Arrow up/down + enter support * Small refactor * Add img vulenerability scans support * Change skin loading and support - Move skin specification to k9s cluster config section - Load skins for skins dir * Release v0.29.0 docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolved Issues
NOTE: Better but not cured! Perf improvements while viewing large cm (7k lines) from 26s->9s
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!!