U2 release changelog
Discover the record of all notable changes made in Aura for this release, organized by component.
Select the Aura component of your interest in the left menu.
This is the multi-page printable view of this section. Click here to print.
Discover the record of all notable changes made in Aura for this release, organized by component.
Select the Aura component of your interest in the left menu.
Updated versions of Aura system components for the current Aura Platform release
Kubernetes version can be obtained from an already deployed cluster with the following command, reading the information regarding Server version:
$ kubectl version
Client Version: ....
Server Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.3", GitCommit:"9e644106593f3f4aa98f8a84b23db5fa378900bd", GitTreeState:"clean", BuildDate:"2023-03-21T00:12:01Z", GoVersion:"go1.19.7", Compiler:"gc", Platform:"linux/amd64"}
| Name | Namespace | Image deployed |
|---|---|---|
| alertmanager | aura-system | devopstf.azurecr.io/tools/alertmanager:v0.23.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.7.0 |
| fluent-bit-aggregator | aura-system | devopstf.azurecr.io/tools/fluent-bit:1.7.7 |
| grafana | aura-system | devopstf.azurecr.io/tools/grafana:8.3.4 |
| mongodb | aura-system | devopstf.azurecr.io/tools/mongo:4.4.18 |
| prometheus | aura-system | devopstf.azurecr.io/tools/prom/prometheus:v2.32.1 |
| redis | aura-system | devopstf.azurecr.io/tools/redis-exporter:1.6.1 |
| thanos-store-gateway | aura-system | devopstf.azurecr.io/tools/thanos:v0.24.0 |
| Name | Namespace | Image deployed |
|---|---|---|
| atlas-logger | aura-system | devopstf.azurecr.io/tools/atlas-logger:1.0.0 |
| azure-logger | aura-system | devopstf.azurecr.io/tools/azure-logger:1.3.1 |
| elasticsearch-exporter | aura-system | devopstf.azurecr.io/tools/elasticsearch_exporter:v1.5.0 |
| kibana-kb | aura-system | docker.elastic.co/kibana/kibana:8.7.0 |
| mongodb-atlas-operator | aura-system | devopstf.azurecr.io/tools/mongodb-atlas-kubernetes-operator:1.5.1 |
| prometheus-msteams | aura-system | devopstf.azurecr.io/tools/prometheus-msteams:v1.5.0 |
| pushgateway | aura-system | devopstf.azurecr.io/tools/pushgateway:v1.4.1 |
| thanos-querier | aura-system | devopstf.azurecr.io/tools/thanos:v0.24.0 |
| Name | Version | EOL | Info |
|---|---|---|---|
| kubernetes | 1.26.3 | 28/02/24 | https://kubernetes.io/releases/#release-history |
| elasticsearch | 8.7.0 | 10/08/24 | https://www.elastic.co/es/support/eol |
| grafana | 8.3.4 | N/A | https://community.grafana.com/t/support-policy-for-previous-releases/53350 |
| kibana | 8.7.0 | 10/08/24 | https://www.elastic.co/es/support/eol |
| mongodb | 4.4 | 02/2024 | https://www.mongodb.com/support-policy/lifecycles |
| prometheus | 2.32.1 | N/A | https://prometheus.io/docs/introduction/release-cycle/ |
Changelog of Aura bridge component for U2 Aura Platform release.
origin field has been included in the incoming request log.Changelog of Aura Groot component for U2 Aura Platform release
recognizer to match each channel with its skill is used, but it is also stored as a recognizer interaction the eventual IntentResult returned by the skill.Changelog of Aura KPIs Uploader component for U2 Aura Platform release
Changelog of Aura Bot component for U2 Aura Platform release
Add getIndexedText function to generic dialog to obtain text resources based on dialogSettings information and entity value.
channelData V3. The generic dialog v3, responsible for handling this experience, now includes a specific configuration for it.origin field has been included in the incoming request log.content-type field is sent from aura-bot to file-managerIf a user sends a file from a WhatsApp channel to Aura, when it is sent as a document, the extension is not always included in the request, and it must be inferred from the Content-Type sent by WhatsApp in the body of the request. Currently, aura-bot sends the incoming Content-Type in the request to the file-manager, so it can store the file with a proper extension in all the cases.
Affected documents:
{
"subscribed_products/$1/users/*/products": "/subscribed_products\\\\/(v\\\\d)\\\\/users\\\\/.*\\\\/products/"
}
Changelog of Aura Channels component for U2 Aura Platform release
settings.indexedResourceBase has been added to the channel configuration. This setting configures text’s reference to obtain a textual resource.Changelog of Aura Complex Logic Framework for U2 Aura Platform release
Changelog of Aura Authentication API component for U2 Aura Platform release
origin field has been included in the incoming request log.Changelog of aura-utilities component for U2 Aura Platform release
Changelog of Aura Configuration API component for U2 Aura Platform release
origin field has been included in the incoming request log.Changelog of Aura file-manager component for U2 Aura Platform release
The new version of the file-manager API includes the content-type field, so it can be used to infer a proper extension to store the file for the cases when the provided URL has no extension.
Affected documents:
Changelog of Aura Documentation for U2 Aura Platform release.
The current section:
✅ Includes changes that exclusively affect to the improvement of Aura documentation (writing style, structure, format, fixing typos, etc.)
⛔ Does not include technical corrections in documents or modifications derived from changes over a specific Aura component. These ones will be included in their corresponding section within the release changelog.
Phase 1 of Aura distributed architecture has been successfully implemented in U2 release. Alongside the development work completed for this phase, Aura Platform Team has generated various documents for readers with varying levels of technical expertise and roles in the project, to understand the new Aura ecosystem: its main functionalities and benefits, operation, key components and practical guidelines.
Affected documents:
Throughout the website, different links, styles and typos have been corrected, for a continuous improvement of Aura Platform documentation.