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

[AUTO] Incremented version to 1.3.8. #268

Closed
wants to merge 94 commits into from

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

@opensearch-trigger-bot opensearch-trigger-bot bot commented Oct 6, 2022

I've noticed that a new tag 1.3.7.0 was pushed, and incremented the version from 1.3.7 to 1.3.8.

adityaj1107 and others added 30 commits July 1, 2021 17:47
* Update Release Notes for GA

* Update Release Notes for GA include RC1 Changes as well.

Signed-off-by: Aditya Jindal <aditjind@amazon.com>
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
* Fix class loader issue for notifications

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix formatting

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Refactor creation of action listener object

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Fix indentation

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Remove unused suppresses

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add UT for notification API

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add UT for notification API

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add UT for send notification API

Signed-off-by: Chen Dai <daichen@amazon.com>

* Fix Github workflow failure

Signed-off-by: Chen Dai <daichen@amazon.com>

* Fix Github workflow failure

Signed-off-by: Chen Dai <daichen@amazon.com>

* Refactor UT code

Signed-off-by: Chen Dai <daichen@amazon.com>

Co-authored-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
…ontext property in InjectSecurity class (#47)

Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
Also updated Feature to be simple string for future plugin easy addition

[Tests]
Added unit tests for SesAccount
Updated Unit tests for changes

Signed-off-by: @akbhatta
…#53)

* Adds legacy chime, slack, custom webhook messages, request/response for publishing legacy notifications, and method for executing transport action

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Fixes import and removes username/password that is not used by ISM

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Throws error for toXContent for legacy notification response

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Renames legacy destination types to have legacy prefix

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Obfuscates message to remove from logs in toString method

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Makes destinationt type private and updates places to use getter

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Inlines destination type

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Makes base message content final

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

* Requires url to be defined in LegacyCustomWebhookMessage for use across transport wire and only writes the full url instead of each individual part

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
Signed-off-by: Vacha <vachshah@amazon.com>
Signed-off-by: Miki <mehranb@amazon.com>
* Removed tenant information from the models

[Tests]
Updated unit tests

Signed-off-by: @akbhatta

* Updated OpenSearch branch to 1.1

Signed-off-by: @akbhatta
* Updates common-utils version to 1.2 and Uses Maven for 1.2 dependencies

Signed-off-by: Clay Downs <downsrob@amazon.com>
* Publish .md5 and .sha1 signatures.

Signed-off-by: dblock <dblock@dblock.org>

* Use OpenSearch 1.1.

Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
This change adds a local staging repo task that will include cksums.  It will also update build.sh to use this new task and copy the contents of the staging repo to the output directory.
The maven publish plugin will not include these cksums when publishing to maven local but will when published to a separate folder.

Signed-off-by: Marc Handalian <handalm@amazon.com>
* Add release notes for version 1.2.0.0

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Marc Handalian <handalm@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: Vacha Shah <vachshah@amazon.com>
Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
sbcd90 and others added 5 commits September 23, 2022 11:20
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
…erting to common-utils (#254)

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
…258) (#261)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 7dcb3a0)

Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
dblock
dblock previously approved these changes Oct 7, 2022
eirsep and others added 12 commits October 10, 2022 14:54
…) (#278)

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
* Added legacy support for SNS messages.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Added license header to new classes.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Fixed style errors.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit 9c2621e)

Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
(cherry picked from commit fdd7cbb)
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
Signed-off-by: Petar <petar.dzepina@gmail.com>
(cherry picked from commit b9f370f)

Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
(cherry picked from commit b737142)

Co-authored-by: Subhobrata Dey <sbcd90@gmail.com>
…alerts constructor (#305) (#306)

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
(cherry picked from commit 67fda10)

Co-authored-by: Surya Sashank Nistala <sashank.nistala@gmail.com>
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>

Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
(cherry picked from commit b7ceeec)

Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
#303) (#311)

Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
(cherry picked from commit dfa9263)

Co-authored-by: Surya Sashank Nistala <sashank.nistala@gmail.com>
* 2.4 release notes

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>

* minor fixes

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
(cherry picked from commit 5fd25b0)

Co-authored-by: Surya Sashank Nistala <sashank.nistala@gmail.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
@opensearch-trigger-bot opensearch-trigger-bot bot changed the title [AUTO] Incremented version to 1.3.7. [AUTO] Incremented version to 1.3.8. Dec 13, 2022
Signed-off-by: GitHub <noreply@github.com>
@lezzago
Copy link
Member

lezzago commented Jan 20, 2023

Closing in favor #338

@lezzago lezzago closed this Jan 20, 2023
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.