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: txn2/kubefwd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.5
Choose a base ref
...
head repository: txn2/kubefwd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25.6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 30, 2025

  1. deps: bump github.com/bep/debounce from 1.2.0 to 1.2.1 (#344)

    Bumps [github.com/bep/debounce](https://github.com/bep/debounce) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/bep/debounce/releases)
    - [Commits](bep/debounce@v1.2.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bep/debounce
      dependency-version: 1.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Craig Johnston <[email protected]>
    dependabot[bot] and cjimti authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    60238c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Fix Missing Kubernetes API Routes for MCP (#351)

    * Add Kubernetes API handlers for pods, logs, events, and endpoints
    
    - Implemented new handlers in `pkg/fwdapi/handlers/kubernetes.go` to support endpoints for pod logs, pod listing, pod details, events, and service endpoints.
    - Included parameter validation and error responses for missing or invalid inputs.
    
    * Add Kubernetes API handlers for pods, logs, events, and endpoints
    
    * Handle service name resolution for missing namespaces and ambiguous matches
    
    - Added logic to search for services when `Namespace` is not provided.
    - Implemented filtering for exact matches and error-handling for ambiguous namespace cases.
    - Simplified key construction logic for connection info retrieval.
    cjimti authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    516bdc3 View commit details
    Browse the repository at this point in the history
Loading