Release 7.0¶
June 2026¶
Kelvin API¶
What's New¶
Task name filtering
- Added support for filtering tasks by name on the tasks list endpoint.
API permission injection for tasks
api-appnow propagatesapi_permissionsreturned from Kelvin AI build responses into task workloads.- Permissions are forwarded to application version defaults and persisted on task records.
- Both an omitted field and an empty list explicitly clear inherited permissions in accordance with the Kelvin AI contract.
Cluster & Edge Management
Per-cluster edge auto-scaling
- Added a new
auto_scaleedge option to cluster create, update, and response APIs. - Replaces the previous K3S-specific auto-scaling behaviour.
AutoScaleUPnow defaults tofalseand can be configured independently per cluster.- Edge options omitted from update requests are now preserved rather than overwritten.
Edge-apps support across all cluster types
cluster.edge-appssettings are now supported on:- Docker
- K3S
- Generic Kubernetes
- Edge applications are now embedded and managed consistently across cluster types:
edge-infoedge-natsedge-mqtt-brokeredge-k8s-rqliteedge-k8s
edge-control-change-managernow respects the configureddisabledflag.- Cluster endpoints now return all edge-app image information.
Asset Insights
- Added
app_nameandstatusfilters to the Asset Insights apps view.
Control Changes — queueing support
- Added queueing mode support to the Control Change creation workflow:
- HTTP API
- Sync upload
- gRPC
- Added queueing support to recommendation action Control Change payloads.
- Queueing information is now exposed through:
- Control Change get endpoints
- List endpoints
- Sync download flows
- API specification updated accordingly.
ClickHouse Analytics
Data quality views
- Added Data Quality Metrics view.
- Added Data Quality Configuration view.
Model event view
- Added a Model Events view.
Provisioning
Enhanced internet connectivity validation
- Connectivity checks now validate access to:
- Provisioning server
- Nexus repository
- Container registry
- HTTPS is used for all checks.
- All targets must be reachable for validation to succeed.
- Unreachable targets are explicitly reported.
Connectivity check bypass
- Added
--skip-internet-checkflag. - Added corresponding environment variable:
KLVN_SKIPINTERNETCHECK
What's Deleted¶
API Timeseries — time_shift removed from API specification
- The
time_shiftfield has been removed from the published API specification.
What's Deprecated¶
- No features were formally deprecated in this release.
- Note: Although
time_shifthas been removed from the API specification, it remains available in code while the InfluxDB client is still present. Consumers should stop relying on it as it is no longer part of the supported API contract.
What's Changed¶
Data Quality score calculation
- When the raw point count is zero, but the availability is greater than zero, the availability score is now used instead of incorrectly publishing a score of
0.
Recommendations — duplicate recommendation handling
- Creating a recommendation with an existing ID now returns:
409 Conflict
- Previously failed with a non-descriptive error.
Asset Insights
- Fixed property filter behaviour.
- Fixed incorrect results returned by
data_tagsource filters. - Added validation for datastream field values.
Tasks
Bulk delete validation
- Bulk delete requests with an empty
nameslist now return:400 InvalidData
- Previously succeeded without performing any action.
Core Service Updates
edge-updaterno longer overrides image tags for embedded core services using cloud metadata.- The following services now exclusively use image versions from the updater bundle:
edge-infoedge-k8sedge-k8s-rqliteedge-leader-apiedge-mqttedge-nats
- Dynamic services continue to support cloud-driven overrides:
- CCM
- CAM
- Sync
- UI
Timeseries
- Bucket precision greater than microseconds is now rejected.
Control Changes
- Queueing settings are now persisted and exposed throughout upload/download workflows.
Guardrails
Error handling improvements
UpdateResourceGuardrailsnow returnsgoogle.protobuf.Empty.- Replaced per-resource workload error reporting with a single aggregated error per resource when RPC failures occur.
Error Handling
- Fixed an issue where errors with no message returned an empty line.
Edge Infrastructure
- Fixed edge
vm-agentscrape configuration.
Edge High Availability
- Refactored HA scaling behaviour:
- Removed centralized
scaleServicesForHAlogic. - Each service now determines replicas independently using:
ScaleUpconfiguration- Node readiness state
- Replica counts are capped at
MinimumNodesForHA.
- Removed centralized
edge-k8s-rqlitePVCs are recreated during HA → single-node transitions to recover from quorum loss.- Added cached
k8s.NodeCounterto reduce Kubernetes API calls.
Security & Dependencies
- Updated Go dependencies to address vulnerabilities.
- Updated Python
urllib3dependency.
Documentation
- Added documentation for:
- Data Quality views
- Data Quality Metrics views
- Model Event views
CI/CD
- Kelvin MCP changes now automatically trigger deployments to Alpha and Beta environments.
- Concurrent
core-apiworkflow executions are now queued instead of cancelling running workflows.
API Specification
- Applied various API specification corrections and updates.
Whats New in our Documentation ?¶
This release brings a major new area of documentation for Kelvin AI. The new AI Tools section in Operations Tools covers the AI Engineer Agent and the full Events to Tasks workflow, with dedicated pages for events, insights, and tasks. Two new concept pages, AI Engineer Agents and AI Events to Tasks, have been added to the Overview to explain the underlying ideas.
The Kelvin Academy expands with a brand new Platform Administrators track in the 200 series. Five new courses cover exploring the Kelvin UI, setting up platform infrastructure, setting up assets and data streams quickly, asset data connectivity, and asset data assurance.
Insights documentation has been reorganized in Platform Administration. A new Insights section now groups all insight management how-tos, with dedicated pages for insight names, individual insights, and listing operations. The Guardrails section also gains a new Dashboard page.
Many existing pages have been refreshed across Developer Tools, Operations Tools, Platform Administration, and the Kelvin Academy to reflect the new AI Tools workflow, the renamed Insights terminology, and updated screenshots.
What's New¶
- Overview ⟶ Concepts ⟶ Intelligence ⟶ AI Engineer Agents page
- Overview ⟶ Concepts ⟶ Intelligence ⟶ AI Events to Tasks page
- Developer Tools ⟶ How To Guides ⟶ Develop SmartApps ⟶ Consume ⟶ Insights page
- Operations Tools ⟶ AI Tools ⟶ Overview page
- Operations Tools ⟶ AI Tools ⟶ Kelvin AI page
- Operations Tools ⟶ AI Tools ⟶ AI Engineer Agent ⟶ Overview page
- Operations Tools ⟶ AI Tools ⟶ Events to Tasks ⟶ Events ⟶ Overview page
- Operations Tools ⟶ AI Tools ⟶ Events to Tasks ⟶ Insights ⟶ From Events page
- Operations Tools ⟶ AI Tools ⟶ Events to Tasks ⟶ Tasks ⟶ Overview page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Overview page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Create Insight Name page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Delete Insight Name page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ List Insight Names page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Create an Insight page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Update an Insight page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Delete an Insight page
- Platform Administration ⟶ How To Guides ⟶ Guardrails ⟶ Dashboard page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Platform Administrators ⟶ 270 Exploring the Kelvin UI page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Platform Administrators ⟶ 271 Setting Up Platform Infrastructure page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Platform Administrators ⟶ 272 Setting Up Assets and Data Streams Quickly page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Platform Administrators ⟶ 273 Asset Data Connectivity page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Platform Administrators ⟶ 274 Asset Data Assurance page
What's Updated¶
- Developer Tools ⟶ How To Guides ⟶ Develop SmartApps ⟶ Variables ⟶ App Parameters page
- Developer Tools ⟶ How To Guides ⟶ Develop SmartApps ⟶ Produce ⟶ App Parameter page
- Developer Tools ⟶ How To Guides ⟶ Develop SmartApps ⟶ Produce ⟶ Insights page
- Developer Tools ⟶ How To Guides ⟶ Develop Connections ⟶ Create an Import page
- Developer Tools ⟶ How To Guides ⟶ Deploy SmartApps ⟶ Deploy Staged Workload page
- Developer Tools ⟶ How To Guides ⟶ Deploy SmartApps ⟶ Deploy Workload Offline page
- Developer Tools ⟶ How To Guides ⟶ Exporting Data ⟶ Download Insights page
- Developer Tools ⟶ Documentation ⟶ Kelvin SDK ⟶ App ⟶ Messages page
- Operations Tools ⟶ Index page
- Operations Tools ⟶ Assets ⟶ How To ⟶ Asset Overview ⟶ Managing Assets page
- Operations Tools ⟶ Assets ⟶ How To ⟶ Asset Overview ⟶ Customize Columns page
- Operations Tools ⟶ Assets ⟶ How To ⟶ Asset Details ⟶ Overview page
- Operations Tools ⟶ Data Explorer ⟶ How To ⟶ Monitor an Asset's Data page
- Operations Tools ⟶ Data Explorer ⟶ How To ⟶ Download Data page
- Operations Tools ⟶ Data Explorer ⟶ How To ⟶ Create/View Tags page
- Operations Tools ⟶ Applications ⟶ Overview page
- Operations Tools ⟶ Applications ⟶ How To ⟶ Applications Dashboard page
- Operations Tools ⟶ Applications ⟶ How To ⟶ Parameters Tab ⟶ Overview page
- Platform Administration ⟶ Index page
- Platform Administration ⟶ How To Guides ⟶ Cluster Management ⟶ Edge Requirements page
- Platform Administration ⟶ How To Guides ⟶ Cluster Management ⟶ Manage Clusters ⟶ Upgrade a Cluster page
- Platform Administration ⟶ How To Guides ⟶ Connections ⟶ Connect to Data ⟶ CSV Publisher page
- Kelvin Academy ⟶ Index page
- Kelvin Academy ⟶ 100 Introduction Courses ⟶ 101 Introduction to Kelvin Platform page
- Kelvin Academy ⟶ 100 Introduction Courses ⟶ 103 Kelvin UI Guided Tour page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Developers ⟶ 210 Quick Start ⟶ 5. Configure page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Operations ⟶ 240 Exploring the Kelvin UI page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Operations ⟶ 241 Add Assets to Applications page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Operations ⟶ 242 Asset Table View page
- Kelvin Academy ⟶ 200 Intermediate Courses ⟶ Operations ⟶ 243 Review & Approve Changes page
What's Deleted¶
- Operations Tools ⟶ Index Old page
- Developer Tools ⟶ How To Guides ⟶ Develop SmartApps ⟶ Spotlight Tips ⟶ Time Series to DataFrame page
- Platform Administration ⟶ How To Guides ⟶ Insights ⟶ Data Tags page
Others¶
- All screenshots updated to the latest look and feel
- Minor fixed on typos and other miscellaneous improvements