UNCLASSIFIED - NO CUI

Skip to content

Update all dependencies

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Type Update Change
derailed/k9s ironbank-github minor v0.26.7 -> v0.27.0
mikefarah/yq ironbank-github patch v4.30.7 -> v4.30.8
stern/stern ironbank-github minor v1.22.0 -> v1.23.0

Release Notes

derailed/k9s

v0.27.0

Compare Source

Release v0.27.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


Maintenance Release


♫ Sounds Behind The Release ♭

I'd like to dedicate this release to Jeff Beck one of my all time favorite musicians that sadly passed away this last week ;(


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


Resolved Issues

Contributed MRs

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

  • MR #​1910 Replace x86_64 to amd64 build
  • MR #​1877 Bug: portforward custom containers not showing
  • MR #​1874 Feat: Add noLastestRevCheck config option
  • MR #​1872 Docs: Add k8s client compatibility matrix
  • MR #​1871 Bug: update scanSA calls to account for blank service accounts
  • MR #​1866 Bug: Fix order of arguments for CanI function call
  • MR #​1859 FEAT: Add vim-like quit force option
  • MR #​1849 Bug: Fix build date for OSX
  • MR #​1847 FEAT: Add labels configuration for shell node pod
  • MR #​1840 FEAT: Add policy view to service accounts
  • MR #​1837 FEAT: Use default terminal colors for better readability
  • MR #​1830 FEAT: Plugin support for carvel kapp CR
  • MR #​1829 FEAT: flux.yml plugin new displays stderr messages

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

mikefarah/yq

v4.30.8: - Snap fix

Compare Source

  • Log info message instead of erroring when unable to chown file in linux (e.g. snap confinement) #​1521
stern/stern

v1.23.0

Compare Source

New features

Add --no-follow flag to exit when all logs have been shown

New --no-follow flag allows you to exit when all logs have been shown.

stern --no-follow .
Support <resource>/<name> form as a query

Stern now supports a Kubernetes resource query in the form <resource>/<name>. Pod query can still be used.

stern deployment/nginx

The following Kubernetes resources are supported:

  • daemonset
  • deployment
  • job
  • pod
  • replicaset
  • replicationcontroller
  • service
  • statefulset

Shell completion of stern already supports this feature.

Add --verbosity flag to set log level verbosity

New --verbosity flag allows you to set the log level verbosity of Kubernetes client-go. This feature is useful when you want to know how stern interacts with a Kubernetes API server in troubleshooting.

stern --verbosity=6 .
Add --only-log-lines flag to print only log lines

New --only-log-lines flag allows you to print only log lines (and errors if occur). The difference between not specifying the flag and specifying it is as follows:

$ stern . --tail=1 --no-follow
+ nginx-cfbcb7b98-96xsv › nginx
+ nginx-cfbcb7b98-29wn7 › nginx
nginx-cfbcb7b98-96xsv nginx 2023/01/27 13:20:48 [notice] 1#&#8203;1: start worker process 46
- nginx-cfbcb7b98-96xsv › nginx
nginx-cfbcb7b98-29wn7 nginx 2023/01/27 13:20:45 [notice] 1#&#8203;1: start worker process 46
- nginx-cfbcb7b98-29wn7 › nginx

$ stern . --tail=1 --no-follow --only-log-lines
nginx-cfbcb7b98-96xsv nginx 2023/01/27 13:20:48 [notice] 1#&#8203;1: start worker process 46
nginx-cfbcb7b98-29wn7 nginx 2023/01/27 13:20:45 [notice] 1#&#8203;1: start worker process 46

Changes

  • Allow to specify --exclude-pod/container multiple times (#​218) b04478c (Kazuki Suda)
  • Add --only-log-lines flag that prints only log lines (#​216) 995be39 (Kazuki Suda)
  • Fix typo of --verbosity flag (#​215) 6c6db1d (Takashi Kusumi)
  • Add --verbosity flag to set log level verbosity (#​214) 5327626 (Takashi Kusumi)
  • Add completion for flags with pre-defined choices (#​211) e03646c (Takashi Kusumi)
  • Fix bug where container-state is ignored when no-follow specified (#​210) 1bbee8c (Takashi Kusumi)
  • Add dynamic completion for a resource query (#​209) 2983c8f (Takashi Kusumi)
  • Support <resource>/<name> form as a query (#​208) 7bc45f0 (Takashi Kusumi)
  • Fix indent in update-readme.go (#​207) daf2464 (Takashi Kusumi)
  • Update dependencies and tools (#​205) 1bcb576 (Kazuki Suda)
  • Add --no-follow flag to exit when all logs have been shown (#​204) a5e581d (Takashi Kusumi)
  • Use StringArrayVarP for --include and --exclude flags (#​196) 80a68a9 (partcyborg)
  • Fix the invalid command in README.md (#​193) f6e76ba (Kazuki Suda)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports