chore(deps): update dependency agentgateway/agentgateway to v1.3.0#29
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency agentgateway/agentgateway to v1.3.0#29renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
9cbcf6c to
e06b3ed
Compare
e06b3ed to
04034b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.0→1.3.0Release Notes
agentgateway/agentgateway (agentgateway/agentgateway)
v1.3.0Compare Source
🎉 Welcome to the 1.3.0 release of the agentgateway project!
This release is a major step forward for LLM, MCP, and agentic traffic. Agentgateway v1.3.0 adds a purpose-built UI, AI cost analysis, virtual models, reusable providers and guardrails, 13 new LLM providers, richer MCP support, and many improvements across traffic policy, TLS, telemetry, and operations.
Artifacts
Docker images are available:
cr.agentgateway.dev/agentgateway:v1.3.0cr.agentgateway.dev/controller:v1.3.0Helm charts are available:
cr.agentgateway.dev/charts/agentgateway:v1.3.0cr.agentgateway.dev/charts/agentgateway-crds:v1.3.0Binaries are available below.
Quick Start
Follow the Kubernetes or Standalone quick start guide to get started.
🌟 New features
New UI for LLM, MCP, and traffic management
Agentgateway now includes a rebuilt UI organized around three native views:
The UI includes onboarding for LLM, MCP, and API capabilities, model and provider setup, per-model policies, request and response guardrails, and unified logs for LLM, MCP, and A2A calls. For more information, see the Kubernetes UI observability docs and the LLM and MCP docs.
AI cost and token analysis
Agentgateway can now calculate token usage and dollar cost for LLM requests, attribute usage, and surface the data in logs, traces, metrics,
agctl, and the UI.Cost and token data can be grouped by model, provider, user, team, and client tool. This makes it possible to analyze spend, export reports, build chargeback workflows, and apply policy decisions such as budgets, alerts, quotas, or cost-sensitive routing at the gateway.
For more information, see Kubernetes LLM cost tracking, Standalone LLM spending, and the
agctl costsreference.Virtual models
Virtual models let clients send one model name while agentgateway chooses the real backend model at request time. This moves routing policy out of clients and into the gateway.
Supported strategies include:
For more information, see Standalone virtual models, Kubernetes LLM load balancing, Kubernetes LLM failover, and Kubernetes LLM content routing.
Reusable providers and guardrails
Providers and guardrails can now be defined once and referenced across many models. This simplifies large LLM deployments where many incoming model names share provider configuration, credentials, or policy.
Standalone deployments can also declare shared guardrails as top-level resources instead of repeating guardrail configuration on every route. For more information, see Standalone guardrails, Standalone multi-layer guardrails, and Kubernetes guardrails.
New and improved LLM providers
Agentgateway adds 13 new first-class LLM providers, including Mistral, Hugging Face, and Cohere, along with expanded custom provider support for providers without built-in integrations. For more information, see the Standalone LLM provider docs and Kubernetes LLM provider docs.
Additional LLM gateway improvements include:
failureModesupport.MCP improvements
MCP support now includes Okta as a first-class authentication provider, MCP-aware external auth and external processing, resource subscribe and unsubscribe support, improved multiplexing behavior, and broader protocol compliance fixes.
The UI also includes native MCP policy views for access control, traffic shaping, and mutation policies such as authorization, CORS, JWT, rate limiting, transformations, and external processing. For more information, see the Kubernetes MCP docs, Standalone MCP docs, MCP authentication, and MCP guardrails.
Request handling and extensibility
Traffic policies can now buffer request bodies before forwarding, giving policies and extensions access to full request bodies before backend selection. For more information, see Kubernetes body buffering and Standalone body buffering.
External processing support is also expanded with richer processing-mode configuration, and external processors can return an immediate response from request-body and response-body phases. For more information, see Kubernetes external processing and Standalone external processing.
CEL and
agctlCEL support is expanded with helpers for URL encode/decode, timestamp conversions, bit operations on bytes, raw JWT token access, gRPC response status, expressions in direct responses, and CEL-based retry conditions. For more information, see the CEL reference.
The
agctlCLI now includes proxy and controller log commands, version reporting with mismatch checks, route groups in config output, and evicted-backend visibility.Operations and observability
Agentgateway now exposes proxy timing measurements, a config-synchronization metric, request and connection IDs for troubleshooting, and richer distributed traces with JSON mode, body snapshots, effective gateway and route policies, and raw-output file opening. For more information, see Kubernetes observability, Kubernetes tracing, Standalone metrics, and Standalone traces.
🪲 Notable fixes
X-Forwarded-Proto.What's Changed
aliasattribute by @howardjohn in #2181New Contributors
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.