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

Bump revision to 02 (4.5.2) #5844

Merged
merged 2 commits into from
Sep 4, 2023
Merged

Bump revision to 02 (4.5.2) #5844

merged 2 commits into from
Sep 4, 2023

Conversation

Desvelao
Copy link
Member

@Desvelao Desvelao commented Sep 4, 2023

Description

This pull request bumps the revision to 02 (4.5.2).

Issues Resolved

#5843

Check List

  • All tests pass
    • yarn test:jest
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@Desvelao Desvelao requested a review from a team as a code owner September 4, 2023 08:31
@Desvelao Desvelao self-assigned this Sep 4, 2023
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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

Code coverage (Jest) % values
Statements 8.78% ( 3244 / 36913 )
Branches 4.49% ( 1285 / 28577 )
Functions 7.63% ( 698 / 9146 )
Lines 8.84% ( 3129 / 35356 )

@Desvelao Desvelao linked an issue Sep 4, 2023 that may be closed by this pull request
4 tasks
@Desvelao Desvelao merged commit 2664730 into 4.5.2 Sep 4, 2023
@Desvelao Desvelao deleted the branch/prepare-4.5.2-rc2 branch September 4, 2023 08:47
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

The backport to 4.5.2-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.5.2-7.16 4.5.2-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.5.2-7.16
# Create a new branch
git switch --create backport-5844-to-4.5.2-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2664730673a3e2777ad6ac1bc770c87c6247f77e
# Push it to GitHub
git push --set-upstream origin backport-5844-to-4.5.2-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.5.2-7.16

Then, create a pull request where the base branch is 4.5.2-7.16 and the compare/head branch is backport-5844-to-4.5.2-7.16.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

The backport to 4.5.2-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.5.2-7.10 4.5.2-7.10
# Navigate to the new working tree
cd .worktrees/backport-4.5.2-7.10
# Create a new branch
git switch --create backport-5844-to-4.5.2-7.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2664730673a3e2777ad6ac1bc770c87c6247f77e
# Push it to GitHub
git push --set-upstream origin backport-5844-to-4.5.2-7.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.5.2-7.10

Then, create a pull request where the base branch is 4.5.2-7.10 and the compare/head branch is backport-5844-to-4.5.2-7.10.

Desvelao added a commit that referenced this pull request Sep 4, 2023
bump: revision to 02
(cherry picked from commit 2664730)
Desvelao added a commit that referenced this pull request Sep 4, 2023
bump: revision to 02
(cherry picked from commit 2664730)
Desvelao added a commit that referenced this pull request Sep 4, 2023
Bump revision to 02 (4.5.2) (#5844)

bump: revision to 02
(cherry picked from commit 2664730)
Desvelao added a commit that referenced this pull request Sep 4, 2023
Bump revision to 02 (4.5.2) (#5844)

bump: revision to 02
(cherry picked from commit 2664730)
Desvelao added a commit that referenced this pull request Sep 7, 2023
* Bump revision to 02 (4.5.2) (#5844)

bump: revision to 02

* Add environments for 4.5 (#5797)

* Add environments for 4.5

* Add saml required: false

* Fix readme

* Fix readme 4.4

* Update README.md

* Update README.md

---------

Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Desvelao added a commit that referenced this pull request Sep 7, 2023
* [Backport 4.5.2-7.10] Bump revision to 02 (4.5.2) (#5847)

Bump revision to 02 (4.5.2) (#5844)

bump: revision to 02
(cherry picked from commit 2664730)

* [Backport 4.5.2-7.10]Add environments for 4.5 (#5797) (#5851)

Add environments for 4.5 (#5797)

* Add environments for 4.5

* Add saml required: false

* Fix readme

* Fix readme 4.4

* Update README.md

* Update README.md

(cherry picked from commit 622f346)

---------

Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
Desvelao added a commit that referenced this pull request Sep 7, 2023
* [Backport 4.5.2-7.16] Bump revision to 02 (4.5.2) (#5846)

Bump revision to 02 (4.5.2) (#5844)

bump: revision to 02
(cherry picked from commit 2664730)

* [Backport 4.5.2-7.16] Add environments for 4.5 (#5850)

Add environments for 4.5 (#5797)

* Add environments for 4.5

* Add saml required: false

* Fix readme

* Fix readme 4.4

* Update README.md

* Update README.md

(cherry picked from commit 622f346)

Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>

---------

Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Desvelao added a commit that referenced this pull request Sep 7, 2023
* Bump 4.5.3 (#5824)

* Merge 4.5.2 into 4.5.3 (#5856)

* Bump revision to 02 (4.5.2) (#5844)

bump: revision to 02

* Add environments for 4.5 (#5797)

* Add environments for 4.5

* Add saml required: false

* Fix readme

* Fix readme 4.4

* Update README.md

* Update README.md

---------

Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>

---------

Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support new stage RC 2 for 4.5.2 in wazuh-kibana-app repository
2 participants