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.31

Name Namespace Image deployed
alertmanager aura-system devopstf.azurecr.io/tools/alertmanager:v0.26.0
elastic-operator aura-system docker.elastic.co/eck/eck-operator:2.7.0
elasticsearch-es-aura aura-system devopstf.azurecr.io/tools/elasticsearch:8.16.1
elasticsearch-exporter aura-system devopstf.azurecr.io/tools/elasticsearch_exporter:v1.5.0
fluent-bit-aggregator aura-system devopstf.azurecr.io/tools/fluent-bit:3.2.2
grafana aura-system devopstf.azurecr.io/tools/grafana:10.3.3
kibana-kb aura-system docker.elastic.co/kibana/kibana:8.16.1
prometheus aura-system devopstf.azurecr.io/tools/prom/prometheus:v2.53.1
mongodb-atlas-operator aura-system devopstf.azurecr.io/tools/mongodb-atlas-kubernetes-operator:2.1.0
redis-exporter aura-system devopstf.azurecr.io/tools/redis-exporter:1.6.1
redis aura-system devopstf.azurecr.io/tools/redis:6.0.19
thanos-store-gateway aura-system devopstf.azurecr.io/tools/thanos:v0.32.5
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
pushgateway aura-system devopstf.azurecr.io/tools/pushgateway:v1.4.1
thanos-querier aura-system devopstf.azurecr.io/tools/thanos:v0.32.5

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 - Atria Model Gateway changelog

Atria Model Gateway changelog

Changelog of Atria Model Gateway for Prince Aura Platform release

Added

2025-04-28 - New document for ATRIA error management

Changed

2025-04-30 - Migration of ATRIA repositories to Python 3.13.

2025-05-13 - Improved ATRIA configuration documentation

3 - Atria RAG Generate DB changelog

Atria RAG Generate DB changelog

Changelog of Atria RAG Generate DB for Prince Aura Platform release

Added

2025-04-28 - Guidelines for adding the project.metadata file

  • New content in the guidelines for importing documents into ATRIA that describes the optional step for including the project.metadata file in each uploaded folder with relevant information (metadata) about each file. This helps store useful info in the database and simplifies future source URL changes.
  • Related documents:

2025-04-03 - Add new RAG capability for data persistence

4 - Atria RAG Server changelog

Atria RAG Server changelog

Changelog of Atria RAG Server for Prince Aura Platform release

Added

2025-04-03 - Add new RAG capability for data persistence

Changed

2025-04-30 - Migration of ATRIA repositories to Python 3.13.

2025-05-13 - Improved ATRIA configuration documentation

Fixed

2025-07-04 - Fix read data text

  • Resolved an issue where the atria-rag-server was unable to read data from text files correctly.

5 - Aura Authentication API changelog

Aura Authentication API changelog

Changelog of Aura Authentication API component for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

6 - Aura Bot changelog

Aura Bot changelog

Changelog of Aura Bot component for Prince Aura Platform release

Added

2025-04-02 - TV Search dialog configuration for channels MP and MH

  • Configuration has been added for channels movistar-plus and movistar-home to enable TV search use case for basic content search.
  • Related documents:

Changed

2025-04-30 - Updated Nodejs components dependencies versions

Fixed

2025-04-17 - Provide correct response format for the TV custom recommendation dialog on STB in channelData V1 (Ozzy 9.12.1 NoDoubt 9.11.1)

  • In the TV custom recommendation use case, the response format generated as output for its dialog on STB channel for channelData V1 was incompatible with the response handler of the STB. This happens due to the lack of several fields, that are not mandatory for the channelData V1 response, but are handled as mandatory by STB.
  • Related documents:

2024-05-09 - Changed default value of env var for managing KPIs blob

  • In WhatsApp/Novum channels, the conversation was not expired after AURA_BOT_CONTEXT_CACHE_TTL timeout (set to 180) and a response was sent to the user. It has been fixed to expire after 240 seconds (180 + 60, as MongoDB removes old conversations every 60 seconds) and no response is sent after that time.

2024-05-09 - Unhandled exception for unauthenticated users

  • When a user did not have authorizationId and did not exist in Kernel, an unhandled exception occurred. Now, an unauthenticated error with ‘Invalid auraid’ message is shown.

7 - Aura bridge changelog

Aura bridge changelog

Changelog of Aura bridge component for Prince Aura Platform release

Added

2025-05-09 - Certified Payments feature in WhatsApp channel for PIX method

  • The end-to-end performance of WhatsApp’s Payment feature has been formally validated by the Aura Global Team for compliance and integration with Brazil’s PIX instant payment system.
  • For this purpose, Kernel has enabled a mock of the PIX payment method.
  • This feature significantly enhances the user experience and optimizes payment efficiency within WhatsApp.

Changed

2025-04-30 - Updated Nodejs components dependencies versions

Fixed

2025-05-09 - Resolved error when sending a file in WhatsApp

  • aura-bridge returned an upload error message when the user sent a file in the WhatsApp channel. This behavior has been solved and now the user can send a file and get back a proper response.

8 - Aura channel connections manager changelog

Aura channel connections manager changelog

Changelog of Aura channel connections manager for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

9 - Aura Complex Logic Framework changelog

Aura Complex Logic Framework changelog

Changelog of Aura Complex Logic Framework for Prince Aura Platform release

Changed

2025-04-30 - Migration of CLF plugins to Python 3.13.

Fixed

2025-05-09 - Fixed error message with empty `aura_user

  • Different error messages appeared when sending a request to TV plugin with the aura_user field empty. This behavior has been resolved and now, a 400 error message is sent in this scenario, as expected.

2025-05-09 - Pods wait for a grace period before shutdown

  • Before Prince release, if an event caused a pod restarting (for example, due to pod downscaling), this restart was immediate, so Aura returned an error to the user.
  • Now, pods wait for a grace period (5-30 seconds) before shutdown.

10 - Aura Configuration API changelog

Aura Configuration API changelog

Changelog of Aura Configuration API component for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

Fixed

2025-04-28 - Update aura-configuration-api with new preset

  • In previous releases, When a new preset was added, the preset configuration was not updated. This behavior has been solved and now the configuration is updated with the new preset.

11 - Aura deployment changelog

Aura deployment changelog

Changelog of Aura deployment for Prince Aura Platform release

Added

2025-05-12 - Added new Databricks metrics and alert

  • Two new metrics have been added using Databricks logs.
    • query_databricks_upload_last_24h_policy: Upload events count from avro/databricks.ERROR blob in the last 24h.
    • query_databricks_delete_last_24h_policy: Delete events count from avro/databricks.ERROR blob in the last 24h. Using these metrics, a new alert DatabricksUploadWithoutDelete has been created to notify the user when those files are uploaded but not deleted in the last 24h.
  • prometheus-es-exporter is deployed by default to collect the metrics from Databricks logs.

Changed

2025-05-12 - Changed Microsoft app registration password behavior

  • Azure not longer allows setting the password for app registration. The password is now generated by Azure and should be retrieved during the creation. The installer has been modified to handle this change.
  • A new utils container is created in the Common Storage account to store the app registration password in encrypted files, allowing the installer to retrieve it later.
  • microsoft_app_password must not be set in the config.yml file anymore. The installer will set it automatically.
  • Related documents:

2025-05-12 - Azure DNS

  • Starting in this release, the DNS entries are also created in a DNS Azure resource from global as a first step to move DNS resolution to this service instead of arsys.
  • This will be completed in future releases once all the environments are registered in the new resource.

12 - Aura File Manager changelog

Aura File Manager changelog

Changelog of Aura File Manager component for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

13 - Aura Gateway API changelog

Aura Gateway API changelog

Changelog of Aura Gateway API component for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

14 - Aura Groot changelog

Aura Groot changelog

Changelog of Aura Groot component for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

15 - Aura KPIs uploader changelog

Aura KPIs uploader changelog

Changelog of Aura KPIs uploader for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

2025-04-28 - Redefinition of Aura KPIs uploader metrics

  • aura-kpis-uploader metrics have been updated to better support Operation teams, incorporating:
    • Parameters related to datasets writing in AVRO format to be displayed in Grafana dashboards.
    • Metrics suitable for alarm triggering in the event of errors.
  • Related documents:

Fixed

2025-05-09 - Resolved error executing aura-kpis-uploader job

  • An error in the aura-kpis-uploader job resulted in not processed KPIs files. This issue has been resolved and now the KPIs files are correctly processed by the aura-kpis-uploader.

16 - Aura NLP changelog

Aura NLP changelog

Changelog of Aura NLP component for Prince Aura Platform release

Changed

2025-04-30 - Migration of NLP packages to Python 3.13.

2025-05-09 - New Virtual Machine

  • A new version of Aura NLP Virtual Machine has been launched, available from Prince release onwards.
  • Related documents:

2025-05-09 - Deleted references to LUIS

  • With Microsoft LUIS now deprecated and all use case migrations completed, all remaining references to LUIS have been removed from the documentation.

Fixed

2025-05-09 - Video use cases: Wrong entity in film titles with numbers

  • In global video use cases, when users asked for films that included numbers in the title, Aura NLP wrongly returned the number of the channel. For example: “Busca la película El 47”. This issue has been resolved and now the system correctly recognizes the movie title using the ent.audiovisual_film_title entity.

2025-05-09 - Pods wait for a grace period before shutdown

  • Before Prince release, if an event caused a pod restarting (for example, due to pod downscaling), this restart was immediate, so Aura returned an error to the user.
  • Now, pods wait for a grace period (5-30 seconds) before shutdown.

17 - Aura operations changelog

Aura operations changelog

Changelog of Aura operations for Prince Aura Platform release

Added

2025-05-05 - New section “Technologies used”

  • New document that summarizes the core technologies used in both Aura Virtual Assistant and ATRIA, that support their different functionalities and services.
  • Related documents:

18 - Aura PyUtils changelog

Aura PyUtils changelog

Changelog of Aura PyUtils for Prince Aura Platform release

Changed

2025-04-30 - Migration of PyUtils repositories to Python 3.13.

19 - Aura Redis Mongo Synchronizer changelog

Aura Redis Mongo Synchronizer changelog

Changelog of Aura Redis Mongo Synchronizer for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

20 - Aura Terms & Conditions API changelog

Aura Terms & Conditions API changelog

Changelog of Terms & Conditions API for Prince Aura Platform release

Changed

2025-04-30 - Updated Nodejs components dependencies versions

21 - Aura Documentation changelog

Aura documentation changelog

Changelog of Aura documentation for Prince Aura Platform release

Changed

2025-05-14 - 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-05-14 - Improved information in indexes

  • Clarify the index of components and guidelines in Aura Virtual Assistant and ATRIA
  • Add links between documents and redirect directly to the Technicians Hub.
  • Add target users for documents.

2025-05-14 - 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.