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: inference-gateway/operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: inference-gateway/operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 3 commits
  • 28 files changed
  • 3 contributors

Commits on Aug 1, 2025

  1. chore(issue-templates): Add bug report, feature request, and refactor…

    … request templates
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    dd77567 View commit details
    Browse the repository at this point in the history
  2. refactor(api): Rename A2A Custom Resource Definition to Agent (#36)

    * chore(refactor): Remove old A2A files as part of rename to Agent
    
    * chore(refactor): Remove old A2A sample and example files
    
    * feat(api): Rename A2A Custom Resource Definition to Agent
    
    This major refactoring renames the A2A (Agent-to-Agent) CRD to simply "Agent" 
    for better usability and intuitive kubectl commands.
    
    ## Changes Made:
    
    ### API Types
    - Renamed `A2ASpec` → `AgentSpec`
    - Renamed `A2AStatus` → `AgentStatus` 
    - Renamed `A2A` → `Agent`
    - Renamed `A2AList` → `AgentList`
    - Renamed Gateway field `A2A` → `Agents`
    - Renamed all A2A-related types to Agent equivalents
    
    ### Controllers
    - Renamed `A2AReconciler` → `AgentReconciler`
    - Updated all controller logic to use new Agent types
    - Updated RBAC permissions from `a2as` to `agents`
    
    ### Examples & Samples
    - Updated example files to use `kind: Agent`
    - Renamed example files for clarity
    - Updated Gateway examples to use `agents:` field
    
    ### Generated Files
    - Regenerated DeepCopy methods for new API types
    - Updated CRDs and manifests
    - Updated RBAC permissions
    
    ## Breaking Changes
    This is a breaking change that requires existing A2A resources to be migrated.
    Users can now run `kubectl get agents` instead of `kubectl get a2as`.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>"
    
    * refactor(api): Run task manifests
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    
    * chore(api): Ensure newline at end of file in gateway-agent-service-discovery.yaml
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    
    * refactor(api): Rename A2A configuration and update related references
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    
    * refactor(api): Keep the gateway attribute called a2a
    
    It makes sense because it just registers those agents and knowing what protocol to use mcp or a2a then makes a lot of sense in the Gateway context.
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    
    * refactor(api): Simplify environment variable definitions in agent-server.yaml
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    
    ---------
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
    edenreich and claude[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    e68cadf View commit details
    Browse the repository at this point in the history
  3. chore(release): 🔖 0.12.1 [skip ci]

    ## [0.12.1](v0.12.0...v0.12.1) (2025-08-01)
    
    ### ♻️ Improvements
    
    * **api:** Rename A2A Custom Resource Definition to Agent ([#36](#36)) ([e68cadf](e68cadf))
    
    ### 🔧 Miscellaneous
    
    * **issue-templates:** Add bug report, feature request, and refactor request templates ([dd77567](dd77567))
    ig-semantic-release-bot[bot] committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    4b747e6 View commit details
    Browse the repository at this point in the history
Loading