Skip to content
New issue

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

Post release tasks for 4.8.1 #3045

Closed
3 tasks done
davidjiglesias opened this issue Jul 18, 2024 · 2 comments · Fixed by #3047, #3048 or #3052
Closed
3 tasks done

Post release tasks for 4.8.1 #3045

davidjiglesias opened this issue Jul 18, 2024 · 2 comments · Fixed by #3047, #3048 or #3052
Assignees
Labels
level/subtask Task issue request/operational Operational requests type/maintenance Maintenance issue

Comments

@davidjiglesias
Copy link
Member

davidjiglesias commented Jul 18, 2024

Description

This issue attempts to track the steps necessary to complete post-release maintenance tasks for 4.8.1.
The goal is to complete the following tasks, each task must have a PR associated with this issue.

The branches must follow the naming: merge-<ORIGIN_BRANCH>-into-<DESTINATION_BRANCH>. For example, merge-4.8.1-into-4.9.0.

Tasks

@davidjiglesias davidjiglesias added level/subtask Task issue request/operational Operational requests type/maintenance Maintenance issue labels Jul 18, 2024
@wazuhci wazuhci moved this to Triage in Release 4.8.1 Jul 18, 2024
@vikman90 vikman90 self-assigned this Jul 19, 2024
@wazuhci wazuhci moved this from Triage to In progress in Release 4.8.1 Jul 19, 2024
@vikman90 vikman90 linked a pull request Jul 19, 2024 that will close this issue
@vikman90 vikman90 linked a pull request Jul 19, 2024 that will close this issue
@vikman90
Copy link
Member

Conflict at passwordFunctions.sh

Possible related commit: c6f3ca0

<<<<<<< HEAD

=======
            eval "echo ${adminpass} | filebeat keystore add password --force --stdin ${debug}"
            conf="$(awk '{sub("password: .*", "password: ${password}")}1' /etc/filebeat/filebeat.yml)"
            echo "${conf}" > /etc/filebeat/filebeat.yml
            eval "echo admin | filebeat keystore add username --force --stdin ${debug}"
            conf="$(awk '{sub("username: .*", "username: ${username}")}1' /etc/filebeat/filebeat.yml)"
            echo "${conf}" > /etc/filebeat/filebeat.yml
            common_logger "The filebeat.yml file has been updated to use the Filebeat Keystore username and password."
>>>>>>> 4.10.0

@vikman90 vikman90 linked a pull request Jul 19, 2024 that will close this issue
1 task
@davidcr01
Copy link
Contributor

The new lines must be added to the 5.0 branch. These changes come from #2989 (merged in 4.9.0), then, the changes were bumped into 4.10.0, and now it is necessary to bump it to the master branch.

@wazuhci wazuhci moved this from In progress to Pending review in Release 4.8.1 Jul 19, 2024
@wazuhci wazuhci moved this from Pending review to Done in Release 4.8.1 Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/subtask Task issue request/operational Operational requests type/maintenance Maintenance issue
Projects
No open projects
Status: Done
3 participants