The Installation Assistant, when it has to download the Filebeat template, uses the branch as a reference in the URL. This can cause problems when testing the correct functioning of the components because, if this file is updated in the branch, it would be using a version that does not belong to the current stage.
To solve this problem, a variable has been added in installVariables.sh file that refers to the stage of the current version.
[!IMPORTANT]
With this, whenever we have to bump a version we will need to change the new tag reference.
Logs example
Every test doing in this process can be seen here:
Description
The Installation Assistant, when it has to download the Filebeat template, uses the branch as a reference in the URL. This can cause problems when testing the correct functioning of the components because, if this file is updated in the branch, it would be using a version that does not belong to the current stage.
To solve this problem, a variable has been added in
installVariables.sh
file that refers to the stage of the current version.Logs example
Every test doing in this process can be seen here: