From a478d8c2e52231dc04cf404407fbb4557ea9fd81 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Fri, 14 Feb 2025 00:09:04 +0000 Subject: [PATCH 1/2] Increment version to 2.19.1-SNAPSHOT Signed-off-by: opensearch-ci-bot --- alerting/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alerting/build.gradle b/alerting/build.gradle index bb6b8e60e..10ecb27a4 100644 --- a/alerting/build.gradle +++ b/alerting/build.gradle @@ -78,7 +78,7 @@ configurations.all { force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}" force "commons-logging:commons-logging:${versions.commonslogging}" force "org.apache.httpcomponents:httpcore:${versions.httpcore}" - // force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379 + // force the version until OpenSearch upgrade to an invulnerable one, https://www.whitesourcesoftware.com/vulnerability-database/WS-2.19.1379 force "commons-codec:commons-codec:1.13" // This is required because kotlin-coroutines-core 1.1.1 still requires kotlin stdlib 1.3.20 and we're using a higher kotlin version diff --git a/build.gradle b/build.gradle index d84cc628e..60d4af5cf 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { apply from: 'build-tools/repositories.gradle' ext { - opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.19.1-SNAPSHOT") buildVersionQualifier = System.getProperty("build.version_qualifier", "") isSnapshot = "true" == System.getProperty("build.snapshot", "true") // 2.7.0-SNAPSHOT -> 2.7.0.0-SNAPSHOT From 512387cdeaca1b6ca608e5ce0578bd073ca8a3e0 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 18 Feb 2025 16:05:27 -0500 Subject: [PATCH 2/2] Update upload artifacts Signed-off-by: Peter Zhu --- .github/workflows/test-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 8439c45af..928361c09 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -61,7 +61,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: alerting-plugin-${{ matrix.os }} + name: alerting-plugin-${{ matrix.java }} path: alerting-artifacts overwrite: true @@ -110,6 +110,6 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: alerting-plugin-${{ matrix.os }} + name: alerting-plugin-${{ matrix.java }}-${{ matrix.os }} path: alerting-artifacts overwrite: true