Aura operations changelog
Changelog of Aura operations for Radiohead Aura Platform release
Added
2025-07-04 - DAPR integration
- The DAPR (Distributed Application Runtime) framework has been enabled in Aura to manage its microservices-based applications. DAPR provides a standardized way to handle common microservices challenges, such as service discovery, state management, and event-driven communication. The adoption of DAPR will significantly reduce the complexity of building and maintaining Aura microservices architecture and will clearly enhance development processes and operational efficiency.
- Specifically for event publishing/subscription, Aura now supports two event managers: the already existing Redis Pub/Sub and DAPR.
- By default, DAPR is disabled in Aura.
- Related documents:
Changed
2025-07-04 - Aura components upgrade
- Radiohead release includes the following upgrades as part of the periodic component updates in Aura platform infrastructure:
- AKS: 1.32
- Prometheus: 3.5.0
- Grafana: 11.6.3
- Elasticsearch: 8.18.2
- Kibana: 8.18.2
- Keda: 2.17.2
- Thanos: 0.38.0
- Alertmanager: 0.28.1
- Pushgateway: 1.11.1
- Related documents:
2025-07-04 - Modifications in config-watcher
From the current release onwards, the config-watcher is not a cronjob responsible for executing tasks based on a predefined schedule and it is converted into a deployment, continuously running in a persistent execution.
- Related documents:
Last modified July 16, 2025: feat: Documentation for Radiohead release #AURA-30277 [RTM] (a6e97074)