Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: derailed/k9s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.50.15
Choose a base ref
...
head repository: derailed/k9s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.50.16
Choose a head ref
  • 8 commits
  • 26 files changed
  • 7 contributors

Commits on Oct 9, 2025

  1. fix: resolve UTF-8 character encoding issues in log search and highli…

    …ghting (#3557)
    
    * fix: find all match str index
    
    * fix: resolve UTF-8 character encoding issue in log search highlighting
    
    * feat: optimize  search logic
    
    * feat: add test
    
    * fix: filter code logic clean
    
    * remove: garbge test code
    
    * golangci: remove unused colorizeByte func
    
    * feat: add test
    
    * fix: golangci
    
    ---------
    
    Co-authored-by: tianbaosha <tianbaosha@tencent.com>
    XR-stb and tianbaosha authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    e762cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. feat: plugin to list all resources by namespace (#3619)

    * Plugin to list all resources by namespace (closes #3618)
    
    * add get-all-namespace-resources.yaml plugin to plugins table
    MattisJensen authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    b97885c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. chore(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 (#3628)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.29.0 to 0.30.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-version: 0.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    453e0ce View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump alpine from 3.22.1 to 3.22.2 (#3627)

    Bumps alpine from 3.22.1 to 3.22.2.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-version: 3.22.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    e5786e9 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang from 1.25.1-alpine3.21 to 1.25.2-alpine3.21 (#…

    …3626)
    
    Bumps golang from 1.25.1-alpine3.21 to 1.25.2-alpine3.21.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-version: 1.25.2-alpine3.21
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    4cadf28 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. fix: debug-container plugin when KUBECONFIG has multiple files (#3625)

    Also,
    - bump netshoot image
    - add `--profile=sysadmin` to create a privileged pod
    giuscri authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    ea2b624 View commit details
    Browse the repository at this point in the history
  2. bugfix: fix panic in BenchmarkPodRender by using NewPod() constructor (

    …#3623)
    
    Signed-off-by: cuishuang <imcusg@gmail.com>
    cuishuang authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    26ab3fc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. Rel v0.50.16 (#3633)

    * fix #3620 - bomb on show yaml
    
    * fix #3595 - namespace warp
    
    * fix #3608 - klog logger
    
    * fix #3621 #3576
    
    * fix #3629 - bump scanner deps
    
    * rel notes
    derailed authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    3c37ca2 View commit details
    Browse the repository at this point in the history
Loading