This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Sabina release changelog

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

1 - Aura system components version

Aura system components versions

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

AKS versions

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"}
  • Kubernetes version: v1.26.3
  • Nodepools:
    • common: v1.26.3
    • system: v1.26.3
    • management: v1.26.3
    • database: v1.26.3
    • redis: v1.26.3

Statefulsets

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

Deployments

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

EOL

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/

2 - Aura Bot changelog

Aura Bot changelog

Changelog of Aura Bot component for Sabina Aura Platform release

Changed

2023-05-03 - Use eslint as linter in all nodejs projects

  • Change from tslint to eslint as linter in all nodejs projects.

Fixed

2023-05-03 - Allow using install-dialogs script in aura-minibot with Azure npm registry

  • Fixed an issue in install-dialogs script that returned an error when NPM_AUTH and NPM_AUTH_SCOPE are not being passed, or their values not being passed.
  • Added double quotes in their checks not to consider an empty string as true.
  • Along all projects some asynchronous code was not being handled properly, causing errors in the execution of the code. This has been fixed by adding async and await keywords in the right places.

3 - Aura NLP changelog

Aura NLP changelog

Changelog of Aura NLP documentation for Sabina Aura Platform release.

Added

2023-05-09 - Add NLP configuration by OB for TV display

  • The NLP configuration for the normalized TV display use case is added for those OBs where it is already validated (Brazil).
  • Affected documents:

Changed

  • The format of the snippet of the pipeline configuration file is corrected. Moreover, a link to the whole file in aura-nlpdata repository is added.
  • Affected documents:

4 - Aura Context changelog

Aura Context changelog

Changelog of Aura Context documentation for Sabina Aura Platform release.

Changed

2023-05-17 - Updated Context synchronizer

  • Updated version of SDK Kernel in order to synchronize context data.

5 - Aura operation changelog

Aura operation changelog

Changelog of Aura operation documentation for Sabina Aura Platform release.

Added

2023-05-16 - Updated procedures for locales management

  • A new section is added in Aura Technical Documentation Website to include the documents related to the management of locales in Aura. The guidelines have been reviewed and updated, depending on the component to which these locales belong: aura-bot, aura-authentication-api or aura-bridge.
  • The guidelines for handling locales for canonical phrases of intents have also been moved here.
  • Affected documents:
  • A new section is added in Aura Technical Documentation Website to group all the documents related to hot swapping processes in Aura, together with the review and update of these processes.
  • Affected documents:

6 - Aura documentation changelog

Aura documentation changelog

Changelog of Aura Documentation for Sabina 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.

Added

2023-04-27 - Add reference to releases in Cognitive metrics

Fixed

2023-04-24 - Replace references to 4P

  • Throughout Aura Technical Documentation website, the remaining references to 4P in documents have been replaced by references to Kernel.

2023-04-28 - Delete outdated and duplicated documents

  • Certain documents, that were outdated and had no relevancy for OBs, have been deleted from Aura Technical Documentation website. In addition, duplicated ones due to the website restructuration have been unified.

2023-05-03 - Unify format of Aura bot components’ names

  • Throughout Aura Technical Documentation website, the names of different aura-bot components have been unified regarding their format. The name of the corresponding file in Github is used (lowercase and hyphen-separated words). In addition, a link to the corresponding .ts file in Github is included.
  • Affected documents:

2023-05-08 - Review of Development troubleshooting section

  • An index is added to “Development troubleshooting” section and documents have been reviewed and updated.
  • Affected documents:

2023-05-11 - Updated structure for Aura APIs documents

  • Aura APIs files in Aura Technical Documentation website have been adapted to the new structure and will be later updated with a brief description.
  • Affected documents:

2023-05-11 - Review of Aura NLP documentation

2023-05-17 - Documents fixes and corrections

  • Throughout Aura Technical Documentation website, different links, styles and typos have been corrected, for a continuous improvement of Aura Platform documentation.