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 v4.3.10 #4879

Merged
merged 9 commits into from
Nov 17, 2022
Merged

Post-release v4.3.10 #4879

merged 9 commits into from
Nov 17, 2022

Conversation

AlexRuiz7
Copy link
Member

Merge v4.3.10-7.10.2 into master.

@AlexRuiz7 AlexRuiz7 requested a review from a team as a code owner November 17, 2022 10:38
@AlexRuiz7 AlexRuiz7 linked an issue Nov 17, 2022 that may be closed by this pull request
9 tasks
@github-actions
Copy link
Contributor

Code coverage (Jest) % values
Statements 6.89% ( 2513 / 36483 )
Branches 2.72% ( 769 / 28224 )
Functions 4.6% ( 410 / 8920 )
Lines 6.97% ( 2432 / 34906 )

Copy link
Member

@Desvelao Desvelao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@yenienserrano yenienserrano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlexRuiz7 AlexRuiz7 merged commit d0c9e91 into master Nov 17, 2022
@AlexRuiz7 AlexRuiz7 deleted the 4.3-7.10 branch November 17, 2022 13:18
@github-actions
Copy link
Contributor

The backport to 4.4-7.16 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 4.4-7.16 and the compare/head branch is backport-4879-to-4.4-7.16.

@github-actions
Copy link
Contributor

The backport to 4.4-2.3-wzd failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 4.4-2.3-wzd and the compare/head branch is backport-4879-to-4.4-2.3-wzd.

@github-actions
Copy link
Contributor

The backport to 4.4-7.10 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 4.4-7.10 and the compare/head branch is backport-4879-to-4.4-7.10.

github-actions bot pushed a commit that referenced this pull request Nov 17, 2022
* [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)
AlexRuiz7 added a commit that referenced this pull request Nov 17, 2022
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>
AlexRuiz7 added a commit that referenced this pull request Nov 17, 2022
* [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)
AlexRuiz7 added a commit that referenced this pull request Nov 17, 2022
* [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)
AlexRuiz7 added a commit that referenced this pull request Nov 17, 2022
* [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)
chantal-kelm pushed a commit that referenced this pull request Nov 17, 2022
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)
AlexRuiz7 added a commit that referenced this pull request Nov 17, 2022
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)
AlexRuiz7 added a commit that referenced this pull request Nov 17, 2022
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Wazuh 4.3.10
5 participants