We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
source_branch
unattended_installer/install_functions/installVariables.sh
wazuh-packages/unattended_installer/install_functions/installVariables.sh
Line 14 in 5f5d9f5
the source_branch in the unattended_installer/builder.sh file:
unattended_installer/builder.sh
wazuh-packages/unattended_installer/builder.sh
Line 19 in 5f5d9f5
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.
The text was updated successfully, but these errors were encountered:
Enaraque
Successfully merging a pull request may close this issue.
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:wazuh-packages/unattended_installer/install_functions/installVariables.sh
Line 14 in 5f5d9f5
the
source_branch
in theunattended_installer/builder.sh
file:wazuh-packages/unattended_installer/builder.sh
Line 19 in 5f5d9f5
The 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:
The text was updated successfully, but these errors were encountered: