-
Notifications
You must be signed in to change notification settings - Fork 58
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
Bumped semver to latest legacy version #565
Conversation
Bumped semver versions to address dependabot alerts. Signed-off-by: Vijayan Balasubramanian <[email protected]>
|
added backport to 1.3 tag. Hopefully the workflow will succeed @VijayanB |
Codecov Report
@@ Coverage Diff @@
## main #565 +/- ##
=======================================
Coverage 50.28% 50.28%
=======================================
Files 166 166
Lines 5590 5590
Branches 1055 1055
=======================================
Hits 2811 2811
Misses 2508 2508
Partials 271 271 |
@kaituo looks like issue from AD backend plugin. Is anyone working on that? |
@VijayanB Will prepare a PR to fix backend. |
Thanks for updating! |
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-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-565-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 306f5facb5cd193b33a46562297c5e394d4a8b16
# Push it to GitHub
git push --set-upstream origin backport/backport-565-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3 Then, create a pull request where the |
Bumped semver versions to address dependabot alerts. Signed-off-by: Vijayan Balasubramanian <[email protected]> (cherry picked from commit 306f5fa)
Bumped semver versions to address dependabot alerts. Signed-off-by: Vijayan Balasubramanian <[email protected]> (cherry picked from commit 306f5fa) Co-authored-by: Vijayan Balasubramanian <[email protected]>
Backport 306f5fa from opensearch-project#565 Signed-off-by: Vijayan Balasubramanian <[email protected]>
Backport 306f5fa from #565 Signed-off-by: Vijayan Balasubramanian <[email protected]>
Description
Bumped semver versions to address dependabot alerts.
Issues Resolved
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.