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.32.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: master
Choose a head ref
  • 16 commits
  • 76 files changed
  • 10 contributors

Commits on Nov 22, 2024

  1. feat: support portforwarding over websocket (#2894)

    * feat: support portforwarding over websocket
    
    * replicating kubectl implementation
    
    * update readme
    lsjostro authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c2f0962 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#2976)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.17.0 to 1.18.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.17.0...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fatih/color
      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 Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c2e86f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. chore(deps): bump k8s.io/apiextensions-apiserver from 0.31.1 to 0.31.3 (

    #2993)
    
    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.31.1 to 0.31.3.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.31.1...v0.31.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      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 Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f716bf4 View commit details
    Browse the repository at this point in the history
  2. plugin/trace-dns: Trace DNS requests using Inspektor Gadget (#2986)

    Signed-off-by: Qasim Sarfraz <qasimsarfraz@microsoft.com>
    mqasimsarfraz authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1c38806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd439bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afa27f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2932eb6 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump k8s.io/cli-runtime from 0.31.1 to 0.31.3 (#2992)

    Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.31.1 to 0.31.3.
    - [Commits](kubernetes/cli-runtime@v0.31.1...v0.31.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/cli-runtime
      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 Nov 28, 2024
    Configuration menu
    Copy the full SHA
    ce0e974 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#…

    …2975)
    
    Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/fsnotify/fsnotify/releases)
    - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
    - [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fsnotify/fsnotify
      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 Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4ef39f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9ad95a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

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

Commits on Dec 7, 2024

  1. fix(argo-rollouts plugin): resolve improper piping in watch command (#…

    …3009)
    
    The `-w` or `--watch` flag is designed for continuous monitoring
    and should not pipe to `less` to avoid unnecessary screen rolling.
    davefu113 authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    7230fdb View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/anchore/grype from 0.84.0 to 0.85.0 (#3008)

    Bumps [github.com/anchore/grype](https://github.com/anchore/grype) from 0.84.0 to 0.85.0.
    - [Release notes](https://github.com/anchore/grype/releases)
    - [Changelog](https://github.com/anchore/grype/blob/main/.goreleaser.yaml)
    - [Commits](anchore/grype@v0.84.0...v0.85.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/anchore/grype
      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 Dec 7, 2024
    Configuration menu
    Copy the full SHA
    851fd14 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump k8s.io/kubectl from 0.31.1 to 0.31.3 (#3007)

    Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.31.1 to 0.31.3.
    - [Commits](kubernetes/kubectl@v0.31.1...v0.31.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/kubectl
      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 Dec 7, 2024
    Configuration menu
    Copy the full SHA
    6311fe2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump helm.sh/helm/v3 from 3.16.2 to 3.16.3 (#3006)

    Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.2 to 3.16.3.
    - [Release notes](https://github.com/helm/helm/releases)
    - [Commits](helm/helm@v3.16.2...v3.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: helm.sh/helm/v3
      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 Dec 7, 2024
    Configuration menu
    Copy the full SHA
    9b0ffb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Fix typos (#3026)

    NathanBaulch authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    420a533 View commit details
    Browse the repository at this point in the history
Loading