Axual 2026.2 Release Notes
Helm Charts versions
| Helm Charts | Version |
|---|---|
Axual Connect Charts |
0.2.8 |
Axual Distributor Charts |
5.5.3 |
1.5.0 |
|
0.2.1 |
|
0.7.0 |
|
2.0.0 |
|
0.2.2 |
Helm Charts Release Notes
Axual Governance Charts
1.5.0 - 2026-06-30
-
Update
Chart.yamlto use platform-manager15.0.0dependency chart -
Update
Chart.yamlto use platform-ui13.0.1dependency chart -
Update
Chart.yamlto use topic-browse0.8.0dependency chart -
Update
Chart.yamlto use api-gateway0.10.0dependency chart -
Update
Chart.yamlto use metrics-exposer1.6.0dependency chart
Axual Governance Charts Component Versions
| Component | Version |
|---|---|
0.10.0 |
|
Keycloak |
25.0.0 |
1.6.0 |
|
15.0.0 |
|
13.0.1 |
|
0.8.0 |
|
Vault |
1.18.1 |
Axual KSML Provisioner Charts
0.7.0 - 2026-06-24
-
Update default ksml chart version to
1.3.0 -
Add Docker runtime mode (DEPLOYMENT_TARGET=docker) to deploy KSML applications as Docker containers on the local Docker daemon, intended for local development and testing via Docker Compose
-
Introduce RuntimeService interface abstraction so all REST handlers are runtime-agnostic; Kubernetes and Docker runtimes are both implementations of this interface
-
Migrate Docker SDK from github.com/docker/docker v27 to moby/moby v29 split modules, resolving known CVEs in the previous dependency
-
Fix schemaRegistries JSON tag casing so deployments sending the conventional lowercase key are accepted correctly
-
Fix inverted error-type check in /metrics that could misclassify a missing Metrics Server as a missing deployment
-
Add restart information for pods on /status endpoint
-
Update dependencies to latest patch versions (Helm 3.21.2, Kubernetes 0.36.2, golang.org/x/*, oras-go 2.6.1, and related transitive modules)
Axual Streaming Charts
2.0.0 - 2026-06-26
-
Update
Chart.yamlto use rest-proxy1.17.0dependency chart -
Add Apicurio Registry v3 as a separate dependency, keyed apicurio-registry-v3 and toggled with global.apicurio-v3.enabled (disabled by default — enable it to migrate off Apicurio v2).
-
Update
Chart.yamlto use apicurio-registry3.1.12dependency chart -
Remove the axual-schema-registry dependency chart
Axual Streaming Charts Component Versions
| Component | Version |
|---|---|
1.17.0 |
|
3.1.12 |
|
0.1.0 NEW 🎉 |
|
Schema Registry |
5.7.7 |
Axual MCP Server Charts
0.2.2 - 2026-06-26
MCP Tools
-
Add search_access_grants tool for searching grant connections between applications and topics; filters by environment_uid (required), application_uid, topic_uid, and statuses (PENDING, APPROVED, REJECTED, CANCELLED); returns grant uid, status, access type, topic, environment, and application info
-
Add operate_access_grants tool for approving, rejecting, or cancelling a PENDING access grant; REJECT requires a reason; revoking APPROVED grants is explicitly blocked
-
Add update_application tool for updating an application’s metadata (name, description, type, properties, applicationId) and/or its deployment configuration in a specific environment; deployment config updates automatically stop and restart the deployment if it was running
-
Add register_application tool for registering self-managed CUSTOM applications with auto-generated applicationId and shortName, smart owner group resolution, and duplicate field error reporting
-
Add search_applications tool for searching applications by name, applicationId, shortName, group, applicationType (CUSTOM, KSML, CONNECTOR), or visibility with pagination support
-
Add get_application_details tool providing a comprehensive view of an application including per-environment credentials, principals, access grants, deployment state, and cluster connectivity info (bootstrap servers, Schema Registry listeners); includes deployment state and configs for KSML and Connector types
-
Add create_application_authentication tool for provisioning SASL/SCRAM credentials for an application in a specific environment
MCP Resources
-
Add environment resource exposing Axual environment information to MCP clients
-
Add KSML data generator resource with documentation and examples for producing messages
-
Add KSML definition resource providing the KSML guide to MCP clients
Authentication & Security
-
Enforce redirect URI whitelist on OAuth authorization requests (AXPD-11489). The new MCP_OAUTH_ALLOWED_REDIRECT_URIS env var (default: http://localhost:*) prevents open-redirect phishing attacks where an attacker could harvest authorization codes via a crafted authorize URL containing a malicious redirect_uri. Production deployments should set this to their server domain plus http://localhost:* (e.g., https://mcp.axual.se/,http://localhost:)