1 - Aura system components version

Aura system components versions

Updated versions of Aura system components for the current Aura Platform release

Components versions

All components in the table below run over AKS cluster version 1.32

Name Namespace Image deployed
alertmanager aura-system devopstf.azurecr.io/tools/alertmanager:v0.28.1
atlas-logger aura-system devopstf.azurecr.io/tools/atlas-logger:2.0.0
azure-logger aura-system devopstf.azurecr.io/tools/azure-logger:1.4.0
elasticsearch-es-aura aura-system devopstf.azurecr.io/tools/elasticsearch:8.18.2
elasticsearch-exporter aura-system devopstf.azurecr.io/tools/elasticsearch_exporter:v1.5.0
elastic-operator aura-system docker.elastic.co/eck/eck-operator:2.7.0
fluent-bit-aggregator aura-system devopstf.azurecr.io/tools/fluent-bit:3.2.2
grafana aura-system devopstf.azurecr.io/tools/grafana:11.6.3
keda aura-system devopstf.azurecr.io/tools/keda:2.17.2
kibana-kb aura-system docker.elastic.co/kibana/kibana:8.18.2
mongodb-atlas-operator aura-system devopstf.azurecr.io/tools/mongodb-atlas-kubernetes-operator:2.1.0
prometheus aura-system devopstf.azurecr.io/tools/prom/prometheus:v3.5.0
pushgateway aura-system devopstf.azurecr.io/tools/pushgateway:v1.11.1
redis aura-system devopstf.azurecr.io/tools/redis:6.0.19
redis-exporter aura-system devopstf.azurecr.io/tools/redis-exporter:1.6.1
thanos-querier aura-system devopstf.azurecr.io/tools/thanos:v0.38.0
thanos-store-gateway aura-system devopstf.azurecr.io/tools/thanos:v0.38.0

Additional information

Information regarding Aura system components end-of-life (EOL) and next updates is included in the document Scheduled updates in Aura components. Find it in the Aura releases section of your corresponding release.

2 - Agents manager changelog

Agents manager changelog

Changelog of the Agents manager for Radiohead Aura Platform release

Added

2025-06-30 - Sequence diagram for agents

  • Added to ATRIA documentation the technical flow corresponding to the operation of the Agents AI capability.
  • Related documents:

3 - Atria Model Gateway changelog

Atria Model Gateway changelog

Changelog of Atria Model Gateway for Radiohead Aura Platform release

Fixed

2025-07-03 - Azure security filter adjustment for LLMs

  • Due to Azure’s security control to avoid inappropriate phrases in both input and output of the LLM, certain requests entering ATRIA were wrongly filtered.
  • To resolve this, a temporary solution has been implemented by switching the content filter settings from medium (by default) to high, so it only blocks extreme or high-severity content.

4 - Aura Authentication API changelog

Aura Authentication API changelog

Changelog of Aura Authentication API component for Radiohead Aura Platform release

Changed

2025-07-03 - Improved MongoDB server connection settings

  • The complete set of environment variables for MongoDB connection has been added to the aura-authentication-api component. This includes settings for maximum and minimum pool sizes, idle time, retry writes and reads, heartbeat frequency, server selection timeout, socket timeout, connection timeout, and read preference.
  • Related documents:

5 - Aura bot changelog

Aura Bot changelog

Changelog of Aura Bot component for Radiohead Aura Platform release

Added

2025-06-19 - TV Content Get Info dialog configuration for channels MP and MH

  • Configuration has been added for channels movistar-plus and movistar-home to enable TV Content Get Info use case, now supporting intent.tv.content_get_info, which allows retrieving detailed information about a specific TV channel.
  • Related documents:

2025-06-12 - TV None and None dialog configuration for channels MP and MH

  • Configuration has been added for channels movistar-plus and movistar-home to enable both TV None and None use cases. Now, user requests that do not make sense in the video domain will trigger the intent.tv.none use case, while the rest will trigger the intent.none use case.
  • Related documents:

2025-06-10 - Negative sound added to actions for channel MH

  • Configuration has been added for the channel movistar-home to enable negative sound when requests to Aura Complex Logic Framework (CLF) return error or no content.
  • Related documents:

2025-06-09 - New suggestions dialog for channelData V3

  • Added new suggestions dialog v3 (/docs/components/global-use-cases/miscellaneous-dialogs/suggestions-dialog-v3/) so that it can be activated when needed in the normalized use cases.

2025-06-09 - New aura-bot environment variable

  • New environment variable is added to aura-bot to handle the number of suggestions to be shown in use cases.
  • Related documents:

2025-06-09 - Add smalltalk v3 use cases for channel MH and MP in Spain OB

  • The normalized smalltalk use cases adapted to Aura request-response v3 model, have been activated for the channel movistar-plus (MP) and movistar-home (MH) in Spain OB.

2025-06-09 - Add init v3 use cases for channel MP in Spain OB

  • The normalized use case init adapted to Aura request-response v3 model, has been activated for the channel movistar-plus (MP) in Spain OB.

Changed

2025-07-03 - Improved MongoDB server connection settings

  • The complete set of environment variables for MongoDB connection has been added to the aura-bot component. This includes settings for maximum and minimum pool sizes, idle time, retry writes and reads, heartbeat frequency, server selection timeout, socket timeout, connection timeout, and read preference.
  • Related documents:

Fixed

2025-06-23 - Error message after bypass timeout

Resolved a bug in the Aura Conversational experience on STB (Brazil, ES) where, after a bypass timeout period (240 seconds) during a Custom Recommendation dialog, the subsequent user messages (e.g., greetings) triggered a generic error response instead of the appropriate intent-based reply. After this bypass timeout, the system incorrectly attempted to access the topIntent property from an undefined object, resulting in an unhandled exception in the tv-custom-recommendation dialog flow.

This has been fixed through an improved session management logic to correctly handle post-timeout interactions. If a session has expired, the bot now properly reinitializes context and safely processes the next user message (e.g., COMMON.GREETINGS) instead of throwing an internal error.

2025-06-17 - Fixed metrics to be aggregated by path in Prometheus metrics

  • For certain aura-bot metrics, there was a wrong result when aggregating them by path to Prometheus metrics. Now, new paths for home-devices-management/v2 endpoints have been created.

6 - Aura Channel Connections Manager changelog

Aura Channel Connections Manager changelog

Changelog of Aura Channel Connections Manager component for Radiohead Aura Platform release

Changed

2025-07-03 - Improved MongoDB server connection settings

  • The complete set of environment variables for MongoDB connection has been added to the aura-channel-connections-manager component. This includes settings for maximum and minimum pool sizes, idle time, retry writes and reads, heartbeat frequency, server selection timeout, socket timeout, connection timeout, and read preference.
  • Related documents:

7 - Aura Configuration API changelog

Aura Configuration API changelog

Changelog of Aura Configuration API component for Radiohead Aura Platform release

Added

2025-06-10 - Added suggestion management in Aura Configuration API

Changed

2025-07-03 - Improved MongoDB server connection settings

  • The complete set of environment variables for MongoDB connection has been added to the aura-configuration-api component. This includes settings for maximum and minimum pool sizes, idle time, retry writes and reads, heartbeat frequency, server selection timeout, socket timeout, connection timeout, and read preference.
  • Related documents:

Fixed

2025-06-11 - Fixed metrics to be aggregated by path in Prometheus metrics

  • For certain aura-configuration-api metrics, there was a wrong result when aggregating them by path to Prometheus metrics. Now, new paths for presets, components, suggestions and tv-sections endpoints have been created.

8 - Aura Gateway API changelog

Aura Gateway API changelog

Changelog of Aura Gateway API component for Radiohead Aura Platform release

Fixed

2025-06-11 - Fixed metrics to be aggregated by path in Prometheus metrics

  • For certain aura-gateway-api metrics, there was a wrong result when aggregating them by path to Prometheus metrics. To resolve it, paths have been updated to remove an invalid character.

9 - Aura Groot changelog

Aura Groot changelog

Changelog of Aura Groot component for Radiohead Aura Platform release

Changed

2025-07-03 - Improved MongoDB server connection settings

  • The complete set of environment variables for MongoDB connection has been added to the aura-groot component. This includes settings for maximum and minimum pool sizes, idle time, retry writes and reads, heartbeat frequency, server selection timeout, socket timeout, connection timeout, and read preference.
  • Related documents:

10 - Aura NLP changelog

Aura NLP changelog

Changelog of Aura NLP for Radiohead Aura Platform release

Fixed

2025-05-23 - Logs without correlator field

  • Fixed certain logs that did not contain the correlator field, which is a mandatory one.

11 - Aura operations changelog

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.

12 - Aura request-response model changelog

Aura request-response model changelog

Changelog of Aura request-response model for Radiohead Aura Platform release

Added

2025-06-27 - Added new allowedCatalogTypes property for channelData

  • Aura channelData version has been updated from 3.1.0 to 3.2.0 version. This upgrade introduces new descriptions and properties to enhance functionality and clarity. Specifically, the allowedCatalogTypes property has been added for including the list of catalog types that the device is able to play.
  • Related documents:

13 - Aura Complex Logic Framework changelog

Aura Complex Logic Framework changelog

Changelog of Aura Complex Logic Framework for Radiohead Aura Platform release

Changed

2025-06-24 - New tracking_info field in API responses

  • A new field named tracking_info has been added to the base schema in Kernel video content responses, so now all responses can contain tracking_info in addition to id and content_type.
  • Related documents:

2025-06-24 - Removal of sorting parameter for content search queries in tv.search plugin

  • The order parameter has been removed from the requests in tv.search plugin.
  • The default ordering is now fully handled by GVP platform, which will eventually support a “Scoring” criteria for ordering based on content relevance.
  • Related documents:

2025-06-24 - Addition of new catalog types and content categories in tv.search plugin

  • A new content category has been included in the responses: GAME.
  • The accepted values for the catalog_types parameter have been updated. Now the device sending the request may include a list of catalog types.
  • The allowed values are now: VOD, LIVE, L7D, LCH, and LSR.
  • For legacy devices or where the device does not specify supported types, the default list of VOD, LIVE and L7D will be used.
  • This update ensures that the search functionality works correctly when new content types are supported.
  • Related documents:

Fixed

2025-05-23 - Logs without correlator field

  • Fixed certain logs that did not contain the correlator field, which is a mandatory one.

14 - Aura Documentation changelog

Aura documentation changelog

Changelog of Aura documentation for Radiohead Aura Platform release

Added

2025-07-15 - New ATRIA guidelines for use cases constructors

  • New guidelines for ATRIA use case constructors has been added to provide simpler and clearer instructions tailored to use case developers, who may not have a technical background. This content has been extracted and adapted from the existing technical documentation to better suit their needs.
  • Related documents:

Changed

2025-07-09 - Improved ATRIA documentation

  • ATRIA documentation has been improved by simplifying the documents and clearly distinguishing between product and technical content. Additionally, certain documents have been adapted to the introduction of the new guidelines for ue cases constructors. This will improve usability, accessibility and overall user understanding.
  • Related documents:

2025-07-06 - Homogenization of structure for descriptive documents

  • Starting with ATRIA, the descriptive documents of its key components have been restructured in order to establish a consistent format across all components, enhancing readability and overall clarity.
  • ATRIA technical components

2025-07-01 - Deleted deprecated content

  • Documents corresponding to deprecated releases have been deleted from the Aura Technical Documentation website.

2025-07-01 - Review of tags and categories

  • Review of tags and categories in documents in order to adapt them to the new features and components in Aura and to maintain the adequate taxonomy for the classification of documents.

2025-07-01 - Documents fixes and corrections

  • Throughout the website, different links, styles, weights and typos have been modified and/or corrected, for a continuous improvement of Aura Platform documentation.
  • Tags and categories are reviewed in every release in order to maintain the adequate taxonomy for the classification of documents.