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

Rel v0.40.6 #3185

Merged
merged 19 commits into from
Mar 9, 2025
Merged

Rel v0.40.6 #3185

merged 19 commits into from
Mar 9, 2025

Conversation

derailed
Copy link
Owner

@derailed derailed commented Mar 9, 2025

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

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 (<<< not displayed correctly #3093)

@derailed derailed marked this pull request as ready for review March 9, 2025 19:58
@derailed derailed merged commit a8b75ef into master Mar 9, 2025
2 checks passed
@derailed derailed deleted the rel-v0.40.6 branch March 9, 2025 19:58
Copy link

@KENNYSOFT KENNYSOFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the character doesn't match with it from the release note, I assumed that 'S for show' is the correct one.

"github.com/derailed/tview"
"k8s.io/kubectl/pkg/cmd/get"
)

var fullRX = regexp.MustCompile(`^([\w\s%\/-]+)\:?([\w\d\S\W]*?)\|?([N|T|W|R|L|H]{0,3})$`)
var fullRX = regexp.MustCompile(`^([\w\s%\/-]+)\:?([\w\d\S\W]*?)\|?([N|T|W|V|R|L|H]{0,3})$`)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
var fullRX = regexp.MustCompile(`^([\w\s%\/-]+)\:?([\w\d\S\W]*?)\|?([N|T|W|V|R|L|H]{0,3})$`)
var fullRX = regexp.MustCompile(`^([\w\s%\/-]+)\:?([\w\d\S\W]*?)\|?([N|T|W|S|R|L|H]{0,3})$`)


type colAttr byte

const (
number colAttr = 'N'
age colAttr = 'T'
wide colAttr = 'W'
show colAttr = 'V'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
show colAttr = 'V'
show colAttr = 'S'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants