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.7
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.8
Choose a head ref
  • 4 commits
  • 34 files changed
  • 4 contributors

Commits on Jul 10, 2025

  1. chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (#3444)

    Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
    - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/yaml
      dependency-version: 1.5.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 Jul 10, 2025
    Configuration menu
    Copy the full SHA
    3740ddd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Configuration menu
    Copy the full SHA
    11d40ca View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. allow skin to be selected via K9S_SKIN env var (#3356)

    * allow skin to be set via env var K9S_SKIN
    
    * use `return` after skin selection
    
    * add K9S_SKIN to README
    trever-atr authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    711a8b8 View commit details
    Browse the repository at this point in the history
  2. Rel v0.50.8 (#3457)

    * revert ns cmd
    
    * fix#3421-helm-view-ns
    
    * fix#3439-add-vendor-config
    
    * fix#3453-add-gpu-cols
    
    * rel notes
    derailed authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    855e995 View commit details
    Browse the repository at this point in the history
Loading