Skip to content
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

chore(deps): update dependency derailed/k9s to v0.40.7 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2023

This PR contains the following updates:

Package Update Change
derailed/k9s minor v0.26.7 -> v0.40.7

Release Notes

derailed/k9s (derailed/k9s)

v0.40.7

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

v0.40.0

Compare Source

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

Sponsorship cancellations since the last release: 12! 🥹

🎉 Feature Release code name: Colon Blow! 🎈

We are pretty stocked about this drop (hopefully...) as we've fully enabled custom columns support in K9s!
Historically, one could customize the view for a given resource by adding a definition in views.yaml.
From there one could change sort order and re-arrange the standard column layout.
Several folks voiced the need to add a column for a given label/annotation or any other fields available on a resource.
To date, this wasn't possible 😳

So... without further ado, let see what we can now do with Custom Views ding dang deal!
It all starts with a few new directives available in views.yaml

A Refresher...

Customize a pod view and ensure age, ns and name appear first and sort by age descending.

NOTE! You no longer need to list out all columns.
The remaining columns will be automatically filled from the standard columns.

### Usual biz...
views:
  v1/pods:                         # specify the gvr you want to customize aka group/version/resource
    sortColumn: AGE:desc           # set the default ordering to ascending (asc) or descending (desc)
    columns:                       # tell the view which columns to display and in which order
      - AGE                        # ensure age, ns and name are the first 3 cols and backfill the rest
      - NAMESPACE
      - NAME
      - READY|H                    # => NEW! Do not display the READY column
      - NODE|W                     # => NEW! Show node column only on wide
      - IP|WR                      # => NEW! Pull the ip column and right align it in wide mode only

Colon Blow!

Say your pods comes standard with a label blee and you want to show it while in pod view.

### Pull labels/annotations
views:
  v3/freds:
    sortColumn: NAMESPACE:dsc
    columns:
      - NAMESPACE
      - NAME
      - BLEE:.metadata.labels.blee                        # => NEW! Pull values from a label or an annotation using json parser

### expression similar mechanic as kubectl -o custom-columns
      - ZORG:.spec.zips[?(@​.type == 'zorg')].ip|WR        # => NEW! Same deal with a json exp + but align right and show wide only

TLDR...

As you can see the CustomView feature adds a few new semantics on this drop.

You can now use the following shape for columns definition COL_NAME<:json_parse_expression><|column attributes>

The :json_parse_expression is optional.

The column attributes are as follows:

  • T -> time column indicator
  • N -> number column indicator
  • W -> turns on wide column aka only shows while in wide mode. Defaults to the standard resource definition when present.
  • H -> Hides the column
  • L -> Left align (default)
  • R -> Right align

When certain columns are not present in the custom view, K9s will pull the standard column definition and merge the columns.
This allows user to specify and order which columns they want to see first without having to define every single columns from the default resource representation. If you do not wish to see all these columns you can add them to your custom view definition and either specify |W or |H to wide it or hide it.

📢 Still work in progress so your mileage may vary!
This feature will likely need additional TLC.
Your feedback on this will be much appreciated and we will iterate as usual to ensure it vorks as prescribed... 🙀


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​3064 Question: brew formula k9s vs derailed/k9s/k9s
  • #​3061 k9s not opening active namespace or namespace specified via -n
  • #​3044 CRDs are loaded incorrectly into metadata registry, cause sporadic "Jump Owner" issues
  • #​2995 Latest image on quay.io contains "failed" kubectl binary

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!!

  • #​3065 Fixed trimming of favorite namespaces in Config
  • #​3063 Updating CVE dependencies
  • #​3062 feat: use kubectl events for plugin watch-events
  • #​3060 Rename "delete local data" checkbox description in drain dialog
  • #​3046 Strict unmarshal for plugin files
  • #​3045 fix: CRD loading: trim group suffix from CRD name
  • #​3043 Fix K9S_EDITOR
  • #​3041 Fix Flux trace plugin command
  • #​3038 fix check e != nil but return a nil value error err
  • #​3026 Fix typos
  • #​3018 fix: coloring of rose-pine for values of log options
  • #​3017 feat: add helm diff plugin
  • #​3009 fix(argo-rollouts plugin): resolve improper piping in watch command
  • #​2996 Bump version of netshoot image in debug-container plugin
  • #​2994 fix kubectl url and fail build on download errors
  • #​2986 plugin/trace-dns: Trace DNS requests using Inspektor Gadget
  • #​2985 feat(plugins/crossplane): change to crossplane cli & add crossplane-watch
  • #​2986 plugin/trace-dns: Trace DNS requests using Inspektor Gadget

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

v0.32.7

Compare Source

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


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2970 Ctrl-z on events view causes runtime error in v0.32.6
  • #​2969 When using impersonation user information and permissions not preserved when switching context
  • #​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!!

  • #​2968 Update go version to 1.23.X in README
  • #​2964 feat(dao,used-by-cmd): check imagePullSecrets as well
  • #​2960 Put log levels in order in cmd help

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

v0.32.6

Compare Source

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


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2947 CTRL+Z causes k9s to crash
  • #​2938 Critical Vulnerability CVE-2024-41110 in v26.0.1 of docker included in k9s
  • #​2929 conflicting plugins shortcuts
  • #​2896 Add a plugin to disable/enable a keda ScaledObject
  • #​2811 Dockerfile build step fails due to misaligned Go versions (1.21.5 vs 1.22.0)
  • #​2767 Manually triggered jobs don't get automatically cleaned up
  • #​2761 Enable "jump to owner" for more kinds
  • #​2754 Plugins not loaded/shown in UI
  • #​2747 Combining context and namespace switching only works sporadically (e.g. ":pod foo-ns @​ctx-dev")
  • #​2746 k9s does not display "[::]" string in its logs
  • #​2738 "Faults" view should show all Terminating pods

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!!

  • #​2937 Adding Argo Rollouts plugin version for PowerShell
  • #​2935 fix: show all terminating pods in Faults view (#​2738)
  • #​2933 chore: broken url in build-status tag in the readme.md
  • #​2932 fix: add kubeconfig if k9s is launched with --kubeconfig
  • #​2930 fixed conflicting plugin shortcuts, and added 2 new plugins
  • #​2927 Fix "Mark Range": reduce maximum namespaces in favorites, fix shadowing of ctrl+space
  • #​2926 chore(plugins,remove-finalizers): make sure the resources api group is respected
  • #​2921 feat: Add plugins for kubectl node-shell
  • #​2920 eat: added StartupProbes status (S) to the PROBES column in the container render
  • #​2914 Adding eks-node-viewer plugin
  • #​2898 Add argocd plugin to community plugins
  • #​2896 feat(2896): Add toggle keda plugin
  • #​2890 Update README.md
  • #​2881 Fix Mark-Range command: ensure that NS Favorite doesn't exceed the limit
  • #​2861 chore: fix function name
  • #​2856 fix internal/render/hpa.go merge issue
  • #​2848 Include sidecar containers requests and limits
  • #​2844 Update README GO Version Required
  • #​2830 update tview to fix log escaping problem completely
  • #​2822 Adding HolmesGPT plugin
  • #​2821 Add a spark-operator plugin
  • #​2817 Add comment about Escape keybinding
  • #​2812 fix: align build image Go version with go.mod
  • #​2795 add new plugin current-ctx-terminal
  • #​2791 Add leading space to Kubernetes context suggestions
  • #​2789 Create kubectl-get-in-shell.yaml
  • #​2788 Update README.md plugin format
  • #​2787 Update helm-purge.yaml
  • #​2786 Update README.md with plugin dangerous field
  • #​2780 install copyright file into correct location
  • #​2775 fix freebsd build failure
  • #​2780 install copyright file into correct location
  • #​2772 proper handle OwnerReference for manually created job
  • #​2771 feat: add duplik8s plugin
  • #​2770 feat: allow plugins block in plugin files
  • #​2765 fix: Shellin -> ShellIn
  • #​2763 enable "jump to owner" for more kinds
  • #​2755 Loki plugin
  • #​2751 container logs should be escaped when printed
  • #​2750 fix: should switching ctx before ns

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

v0.32.5

Compare Source

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


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2734 Incorrect pod containers displayed when using custom resource columns
  • #​2733 Toggle Wide and Toggle Faults broken for PDB view
  • #​2656 nil pointer dereference when switching contexts
  • #​2617 Plugin command execution output

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!!

  • #​2736 fix view sorting being reset
  • #​2732 use policy/v1 instead of policy/v1beta1
  • #​2728 feat: add pool col to node view
  • #​2718 fix: jump to namespaceless owner reference
  • #​2711 Add plugins for argo-rollouts
  • #​2700 feat: allow jumping to the owner of the resource
  • #​2699 Added cert-manager and openssl plugins
  • #​2711 Add plugins for argo-rollouts
  • #​2698 fix: job color based on failures (#​2686)
  • #​2685 feat: support cluster and cmp view
  • #​2678 fix: do not hard-code path to kubectl in jq plugin
  • #​2676 Add kanagawa skin
  • #​2666 save config when closing k9s with ctrl-c
  • #​2644 Allow overwriting plugin output with command's stdout

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

v0.32.4

Compare Source

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


♫ Sounds Behind The Release ♭

Thinking of all you at KubeCon Paris!!
May I suggest a nice glass of cold Merlote or other fine grape juices from my country?


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2608 Make the sanitize feature easier to use
  • #​2605 Built-in shortcuts being overridden by plugins result in excessive logging
  • #​2604 Ability to mark a plugin as Dangerous/destructive
  • #​2592 "list access denied" when switching contexts within k9s since 0.32.0

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!!


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

v0.32.3

Compare Source

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

Look like v0.32.2 drop release bins are toast. So m'o aftermath ;(


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2584 Transfer of file doesn't detect corruption (with feelings!)

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

v0.32.2

Compare Source

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

Mo aftermath ;(


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2582 Slowness due to client-side throttling in v0.32.0 (Maybe??)
  • #​2593 Popeye not working in 0.32.X

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

v0.32.1

Compare Source

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

The aftermath ;(


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2584 Transfer of file doesn't detect corruption
  • #​2579 Default sorting behavior changed to descending sort bug

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!!

  • #​2586 Properly initialize key actions in picker

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

v0.32.0

[Compare Source](https://redirect


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 12, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from dbfdf63 to 01f0961 Compare May 28, 2023 11:25
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.27.3 chore(deps): update dependency derailed/k9s to v0.27.4 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.27.4 chore(deps): update dependency derailed/k9s to v0.28.0 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 01f0961 to 14b6232 Compare November 7, 2023 03:44
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.28.0 chore(deps): update dependency derailed/k9s to v0.28.1 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 14b6232 to 8ca0df3 Compare November 11, 2023 19:17
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.28.1 chore(deps): update dependency derailed/k9s to v0.28.2 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 8ca0df3 to e1356b9 Compare November 12, 2023 06:42
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from e1356b9 to 39a5719 Compare December 7, 2023 07:12
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.28.2 chore(deps): update dependency derailed/k9s to v0.29.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 39a5719 to 6aba65a Compare December 7, 2023 18:41
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.29.0 chore(deps): update dependency derailed/k9s to v0.29.1 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 6aba65a to 5c57b0e Compare December 23, 2023 22:16
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.29.1 chore(deps): update dependency derailed/k9s to v0.30.0 Dec 23, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 5c57b0e to 93d31f4 Compare December 24, 2023 19:40
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.0 chore(deps): update dependency derailed/k9s to v0.30.1 Dec 24, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 93d31f4 to 71ed589 Compare December 25, 2023 06:52
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.1 chore(deps): update dependency derailed/k9s to v0.30.2 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 71ed589 to b98bef7 Compare December 25, 2023 22:16
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.2 chore(deps): update dependency derailed/k9s to v0.30.3 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from b98bef7 to 5c062fa Compare December 26, 2023 19:46
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.3 chore(deps): update dependency derailed/k9s to v0.30.4 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 5c062fa to da986c5 Compare December 28, 2023 01:45
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.4 chore(deps): update dependency derailed/k9s to v0.30.5 Dec 28, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from da986c5 to f1fbc62 Compare December 28, 2023 22:48
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.5 chore(deps): update dependency derailed/k9s to v0.30.6 Dec 28, 2023
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from f1fbc62 to 902a036 Compare January 3, 2024 10:46
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.30.6 chore(deps): update dependency derailed/k9s to v0.30.7 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 902a036 to 5f2352a Compare January 3, 2024 23:15
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.0 chore(deps): update dependency derailed/k9s to v0.32.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 94a09df to 6679edd Compare March 6, 2024 01:30
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.1 chore(deps): update dependency derailed/k9s to v0.32.2 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 6679edd to 4ca5963 Compare March 6, 2024 10:03
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.2 chore(deps): update dependency derailed/k9s to v0.32.3 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 4ca5963 to 8e22eb0 Compare March 20, 2024 23:03
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.3 chore(deps): update dependency derailed/k9s to v0.32.4 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 8e22eb0 to a41636f Compare June 15, 2024 18:40
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.4 chore(deps): update dependency derailed/k9s to v0.32.5 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from a41636f to ea34014 Compare November 10, 2024 18:53
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.5 chore(deps): update dependency derailed/k9s to v0.32.6 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from ea34014 to c1fda72 Compare November 16, 2024 21:03
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.6 chore(deps): update dependency derailed/k9s to v0.32.7 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from c1fda72 to 662fa9e Compare February 16, 2025 02:32
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.32.7 chore(deps): update dependency derailed/k9s to v0.40.0 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 662fa9e to 346ef34 Compare February 16, 2025 22:46
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.0 chore(deps): update dependency derailed/k9s to v0.40.1 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 346ef34 to 7593d9d Compare February 17, 2025 03:42
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.1 chore(deps): update dependency derailed/k9s to v0.40.2 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 7593d9d to 19e7b11 Compare February 17, 2025 06:39
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.2 chore(deps): update dependency derailed/k9s to v0.40.3 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from 19e7b11 to d51858f Compare February 18, 2025 11:06
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.3 chore(deps): update dependency derailed/k9s to v0.40.4 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from d51858f to ee9ca27 Compare February 18, 2025 18:48
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.4 chore(deps): update dependency derailed/k9s to v0.40.5 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from ee9ca27 to cbfe3ee Compare March 9, 2025 22:09
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.5 chore(deps): update dependency derailed/k9s to v0.40.6 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/derailed-k9s-0.x branch from cbfe3ee to 24c23ef Compare March 10, 2025 22:35
@renovate renovate bot changed the title chore(deps): update dependency derailed/k9s to v0.40.6 chore(deps): update dependency derailed/k9s to v0.40.7 Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants