~pguimaraes/opensearch-project-components/+git/opensearch-anomaly-detection:lp-2.11.1

Last commit made on 2024-02-28
Get this branch:
git clone -b lp-2.11.1 https://git.launchpad.net/~pguimaraes/opensearch-project-components/+git/opensearch-anomaly-detection
Only Pedro Guimarães can upload to this branch. If you are Pedro Guimarães please log in for upload directions.

Branch merges

Recent commits

3d884e1... by Pedro Guimarães

changed gradle distro url

fec39ca... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

Increment version to 2.11.1-SNAPSHOT (#1091)

Signed-off-by: opensearch-ci-bot <email address hidden>
Co-authored-by: opensearch-ci-bot <email address hidden>

35d4764... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

[2.x] Fix TransportService constructor due to changes in core plus guava bump (#1069) (#1070)

* adjust transportService constructor due to changes in core

Signed-off-by: Amit Galitzky <email address hidden>

* updated guava and fixed another compile issue

Signed-off-by: Amit Galitzky <email address hidden>

* fixed mocking of transport service

Signed-off-by: Amit Galitzky <email address hidden>

* adding 2.11 release notes

Signed-off-by: Amit Galitzky <email address hidden>

---------

Signed-off-by: Amit Galitzky <email address hidden>
(cherry picked from commit f81b75db2ddaceff06cd74aff041e051f0577791)

Co-authored-by: Amit Galitzky <email address hidden>

d83ec7c... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

Add dependabot.yml (#1026) (#1036)

Signed-off-by: Craig Perkins <email address hidden>
(cherry picked from commit 92256db92f9ed78cb1de9925297c9ff5cce6da74)

Co-authored-by: Craig Perkins <email address hidden>

096a13e... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

Add 2.10 release notes (#1031) (#1032)

(cherry picked from commit 23611f6d8ccdc9a4c41469ec0a4746290f976b4f)

Signed-off-by: Jackie Han <email address hidden>
Signed-off-by: owaiskazi19 <email address hidden>
Co-authored-by: Jackie Han <email address hidden>

c8aca72... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

Increment version to 2.11.0-SNAPSHOT (#1028)

Signed-off-by: opensearch-ci-bot <email address hidden>
Co-authored-by: opensearch-ci-bot <email address hidden>

3c1a830... by Kaituo Li <email address hidden>

Upgrade AD's bwc baseline version to 1.3.2 to resolve cluster join issue (#1029)

Issue:
- In versions between 1.1 and 2.10, the task :adBwcCluster#twoThirdsUpgradedClusterTask fails.
- Symptoms mirror those in [OpenSearch Issue #5076](https://github.com/opensearch-project/OpenSearch/issues/5076).
- Logs show nodes from old and new versions failing to join as a cluster, resulting in a "master not found" exception.

Resolution:
- Upgraded the bwc version to 1.3.2, aligning with other plugins which use 1.3+ as their baseline.
  - [Cross-Cluster Replication PR #469](https://github.com/opensearch-project/cross-cluster-replication/pull/469)
  - [Security PR #2253](https://github.com/opensearch-project/security/pull/2253)
  - [ML Commons PR #681](https://github.com/opensearch-project/ml-commons/pull/681)
- Post-upgrade, the twoThirdsUpgradedClusterTask runs successfully, suggesting potential incompatibility between versions 1.1 and 2.10.

Testing:
- Executed `./gradlew bwcTestSuite -Dtests.security.manager=false` and all tests passed.

Signed-off-by: Kaituo Li <email address hidden>

f05924b... by Owais Kazi <email address hidden>

Updates demo certs for integ tests (#1020)

Signed-off-by: Owais Kazi <email address hidden>

15dcdbf... by Jackie Han <email address hidden>

[Backport to 2.x] upgrading commons-lang3 version to fix conflict issue (#1013)

* Revert "[backport to 2.x] Enforce DOCUMENT Replication for AD Indices (#949)"

This reverts commit 4b2106848d7ea6ecb9193a4adadb2cdd2de7f66d.

Signed-off-by: Jackie Han <email address hidden>

* upgrading commons-lang3 version to fix conflict issue (#1012)

* force commons-lang3 version to fix conflict issue

Signed-off-by: Jackie Han <email address hidden>

* getting commons-lang3 version from upstream version properties file

Signed-off-by: Jackie Han <email address hidden>

* getting commons-lang3 version from core

Signed-off-by: Jackie Han <email address hidden>

* getting commons-lang3 version from core

Signed-off-by: Jackie Han <email address hidden>

* upgrading commons-lang3 version to align with core

Signed-off-by: Jackie Han <email address hidden>

---------

Signed-off-by: Jackie Han <email address hidden>
(cherry picked from commit db456c2543a6f1ff6b77db10bd19952768d16182)

---------

Signed-off-by: Jackie Han <email address hidden>

b4e2e4c... by "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

Adds auto release workflow (#1003) (#1010)

(cherry picked from commit db788f4714233121eba4238869b8db89ae0037d4)

Signed-off-by: owaiskazi19 <email address hidden>
Co-authored-by: Owais Kazi <email address hidden>