Closed teddytpc1 closed 2 months ago
Due to the changes made here: #3092, we need to add the installation assistant version bump in the bump_version.py script. The script should change:
bump_version.py
the source_branch in the unattended_installer/install_functions/installVariables.sh file: https://github.com/wazuh/wazuh-packages/blob/5f5d9f521078f6fa68bcf24fba4f9831c6aa33d2/unattended_installer/install_functions/installVariables.sh#L14
source_branch
unattended_installer/install_functions/installVariables.sh
the source_branch in the unattended_installer/builder.sh file: https://github.com/wazuh/wazuh-packages/blob/5f5d9f521078f6fa68bcf24fba4f9831c6aa33d2/unattended_installer/builder.sh#L19
unattended_installer/builder.sh
The final value should be vX.Y.Z-stage, e.g.: v4.9.1-rc1 for both variables.
vX.Y.Z-stage
v4.9.1-rc1
The tag should contain this change and should be reverted in the release branch.
Description
Due to the changes made here: #3092, we need to add the installation assistant version bump in the
bump_version.py
script. The script should change:the
source_branch
in theunattended_installer/install_functions/installVariables.sh
file: https://github.com/wazuh/wazuh-packages/blob/5f5d9f521078f6fa68bcf24fba4f9831c6aa33d2/unattended_installer/install_functions/installVariables.sh#L14the
source_branch
in theunattended_installer/builder.sh
file: https://github.com/wazuh/wazuh-packages/blob/5f5d9f521078f6fa68bcf24fba4f9831c6aa33d2/unattended_installer/builder.sh#L19The final value should be
vX.Y.Z-stage
, e.g.:v4.9.1-rc1
for both variables.The tag should contain this change and should be reverted in the release branch.
Related: