opensearch-project / performance-analyzer

📈 Get detailed performance metrics from your cluster independently of the Java Virtual Machine (JVM)
https://opensearch.org/docs/latest/monitoring-plugins/pa/index/
Apache License 2.0
32 stars 66 forks source link

Update to Gradle 8.5 and Fixing CVE-2023-33202 #617

Closed psychbot closed 5 months ago

psychbot commented 5 months ago

Updating gradle to 8.5 and fixing CVE-2023-33202.

gaiksaya commented 4 months ago

Do we need to backport this to 2.12? Looks like branch was cut. https://github.com/opensearch-project/performance-analyzer/tree/2.12

opensearch-trigger-bot[bot] commented 4 months ago

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

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-617-to-2.x.

opensearch-trigger-bot[bot] commented 4 months ago

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

Then, create a pull request where the base branch is 2.12 and the compare/head branch is backport/backport-617-to-2.12.