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

Return to the regular view of this page.

Rolling Stones release changelog

Rolling Stones 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:"24", GitVersion:"v1.24.6", GitCommit:"6c23b67c202a4cfa7c76c3e1b370bd5f0e654f30", GitTreeState:"clean", BuildDate:"2022-11-09T17:13:23Z", GoVersion:"go1.18.6", Compiler:"gc", Platform:"linux/amd64"}
  • Kubernetes version: v1.24.6
  • Nodepools:
    • common: v1.24.6
    • system: v1.24.6
    • management: v1.24.6
    • database: v1.24.6
    • redis: v1.24.6

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:1.7.0
elasticsearch-es-aura aura-system devopstf.azurecr.io/tools/elasticsearch:7.17.6
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:1.5.0
kibana-kb aura-system docker.elastic.co/kibana/kibana:7.17.6
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.24.6 28/07/23 https://kubernetes.io/releases/#release-history
elasticsearch 7.17.6 02/10/23 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 7.17.6 02/10/23 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 Rolling Stones Aura Platform release

Added

2023-03-21 - New global dialog to handle normalized TV display use case

  • TV display use case is available for those channels working in channelData V3. The generic dialog v3, responsible for handling this experience, now includes a specific configuration for it.
  • Affected Documents:

Changed

2023-04-18 - Updated Generic Use Case to include the new channel setting

  • Update STB navigation.section_show intent configuration to return the canon of the entity as value instead of the value of the entity. This is done by the use of the new setting included in the channel configuration: settings.swapEntityCanonValue, that contains the list of entities that should be transformed in this way.
  • Affected documents:

3 - Aura Channels changelog

Aura Channels changelog

Changelog of Aura Channels component for Rolling Stones Aura Platform release

Added

2023-04-18 - New setting in channels configuration to transform entities’ values

  • settings.swapEntityCanonValue has been added to the channel configuration. This setting contains the list of entities that should be transformed by the dialog to return de canon as value in the response of Aura Bot.
  • Affected documents:

4 - Aura Complex Logic Framework changelog

Aura Complex Logic Framework changelog

Changelog of Aura Complex Logic Framework for Rolling Stones Aura Platform release

Added

2023-03-21 - Added TV display plugin

  • Generation of a new Complex Logic Framework plugin for the TV display use case.
  • Affected documents:

5 - Aura Google Bridge changelog

Aura Google Bridge changelog

Changelog of Aura Google Bridge component for Rolling Stones Aura Platform release

Changed

2023-04-13 - Deprecated aog-bridge

  • aura-aog-bridge has been deprecated. This implies removing aog-bridge use.
  • Affected documents:
    • References to this component are deleted throughout the documentation.

6 - Aura NLP Training changelog

Aura NLP Training changelog

Changelog of Aura NLP Training component for Rolling Stones Aura Platform release

Added

2023-04-03 - Inclusion of new canons, aliases and commands for sections in STB channel

Changed

2023-04-03 - Update of new canons for sections and training of record intent in STB channel

Removed

2023-04-03 - Remove radio use cases and old canons for sections in STB channel

7 - Aura documentation changelog

Aura documentation changelog

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

Changed

2023-04-15 - New design for top menu sections

  • The top menu sections now include a more user-friendly design to introduce contents in these sections, through different cards that show a brief summary of each sub-section and the corresponding link.
  • Affected documents:
    • Top menu sections in Aura Technical Documentation website

2023-04-18 - New organization of practical guidelines

  • In previous releases, practical content for developers was divided into two sections: Aura Operation and Aura Developers. However, based on the feedback received from a workshop, it became evident that a more structured organization and layout of sub-sections was necessary. As a result, these two sections have been renamed, and their contents have been re-organized to clearly differentiate documents on each one.
    • Work over Aura: Practical processes over Aura system for Aura core developers, DevOps, QA and GES Teams (processes for use case development are not included):
      • Install and configure components
      • Develop features
      • Test Aura
      • Operate Aura
      • Monitor Aura
    • Develop Experiences: Practical processes for the development of use cases for bot use cases developers, linguists and content managers.
  • Affected documents:

Fixed

2023-04-13 - 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.