-
Notifications
You must be signed in to change notification settings - Fork 196
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 v4.3.10 #4879
Post-release v4.3.10 #4879
Conversation
* change function to get the path programatically * update changelog
Bump 4.3.10
Fixed changelog
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-7.16 4.4-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.4-7.16
# Create a new branch
git switch --create backport-4879-to-4.4-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d0c9e91e1c7ac139b3073247938ec2a69aade946
# Push it to GitHub
git push --set-upstream origin backport-4879-to-4.4-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-7.16 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-2.3-wzd 4.4-2.3-wzd
# Navigate to the new working tree
cd .worktrees/backport-4.4-2.3-wzd
# Create a new branch
git switch --create backport-4879-to-4.4-2.3-wzd
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d0c9e91e1c7ac139b3073247938ec2a69aade946
# Push it to GitHub
git push --set-upstream origin backport-4879-to-4.4-2.3-wzd
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-2.3-wzd Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-7.10 4.4-7.10
# Navigate to the new working tree
cd .worktrees/backport-4.4-7.10
# Create a new branch
git switch --create backport-4879-to-4.4-7.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d0c9e91e1c7ac139b3073247938ec2a69aade946
# Push it to GitHub
git push --set-upstream origin backport-4879-to-4.4-7.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-7.10 Then, create a pull request where the |
* [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
Post-release v4.3.10 (#4879) * [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com>
* [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
* [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
* [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
Post-release v4.3.10 (#4879) * [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
Post-release v4.3.10 (#4879) * [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
Post-release v4.3.10 (#4879) * [Backport 4.3-7.10] Create pull_request_template.md (#4591) Create pull_request_template.md (#4583) (cherry picked from commit aac7f22) Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> * Bump 4.3.9 (#4655) * bump: Version v4.3.9-7.10.2 * bump: Version v4.3.9-7.10.2 * change function to get the path programatically (#4815) * change function to get the path programatically * update changelog * Add support for Wazuh 4.3.10 - 7.10.2 (#4839) Bump 4.3.10 * Fixed 4.3.10 changelog (#4845) Fixed changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Nico Guevara <42900763+Tostti@users.noreply.github.com> (cherry picked from commit d0c9e91)
Merge
v4.3.10-7.10.2
intomaster
.