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

Add 2.15 release notes #4442

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Add 2.15 release notes #4442

merged 2 commits into from
Jun 11, 2024

Conversation

derek-ho
Copy link
Contributor

@derek-ho derek-ho commented Jun 11, 2024

Description

Adds release notes for 2.15 release

  • Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)
    Maintenace
  • Why these changes are required?
    Releasing version 2.15
  • What is the old behavior before changes and new behavior after changes?
    No release notes, now there is

Issues Resolved

Fix: #4318
Is this a backport? If so, please add backport PR # and/or commits #
No

Testing

None

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --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.

Signed-off-by: Derek Ho <dxho@amazon.com>
* Fix DelegatingRestHandlerTests ([#4435](https://github.com/opensearch-project/security/pull/4435))
* Extracted the user attr handling methods from ConfigModelV7 into its own class ([#4431](https://github.com/opensearch-project/security/pull/4431))
* Bump io.dropwizard.metrics:metrics-core and org.checkerframework:checker-qual ([#4425](https://github.com/opensearch-project/security/pull/4425))
* Bump com.nimbusds:nimbus-jose-jwt from 9.39.3 to 9.40 ([#4424](https://github.com/opensearch-project/security/pull/4424))
Copy link
Collaborator

Choose a reason for hiding this comment

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

You could condense this with the above as one line with multiple PRs:

Bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.40 (#4353, #4424](#4424))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure we can do that let

* Configure masking algorithm default ([#4345](https://github.com/opensearch-project/security/pull/4345))
* Remove static metaFields list and get version-specific values from core ([#4412](https://github.com/opensearch-project/security/pull/4412))


Copy link
Member

Choose a reason for hiding this comment

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

nit: single space between sections

cwperks
cwperks previously approved these changes Jun 11, 2024
Signed-off-by: Derek Ho <dxho@amazon.com>
@derek-ho derek-ho dismissed stale reviews from cwperks and stephen-crawford via 2cc7be2 June 11, 2024 20:41
@cwperks cwperks merged commit 7c47b41 into opensearch-project:main Jun 11, 2024
4 of 30 checks passed
@derek-ho derek-ho added backport 2.x backport to 2.x branch and removed backport 2.x backport to 2.x branch labels Jun 11, 2024
@opensearch-trigger-bot
Copy link
Contributor

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:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/security/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/security/backport-2.x
# Create a new branch
git switch --create backport/backport-4442-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7c47b411a98ebd8bd2b30082de61a8d6d4743d48
# Push it to GitHub
git push --set-upstream origin backport/backport-4442-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-2.x

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

opensearch-trigger-bot bot pushed a commit that referenced this pull request Jun 11, 2024
Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 7c47b41)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RELEASE] Release version 2.15.0
4 participants