Skip to content

Commit 158a94b

Browse files
Merge branch '2.19' into stopreplication-2.x
Signed-off-by: aggarwalShivani <[email protected]>
2 parents af906fc + 579945e commit 158a94b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ jobs:
129129
- name: Upload Artifacts
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
132+
name: index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
133133
path: index-management-artifacts
134134
overwrite: 'true'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit
2626
buildscript {
2727
ext {
2828
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
29-
opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT")
29+
opensearch_version = System.getProperty("opensearch.version", "2.19.1-SNAPSHOT")
3030
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
3131
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3232
version_tokens = opensearch_version.tokenize('-')
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Version 2.19.1.0 2025-02-27
2+
3+
Compatible with OpenSearch 2.19.1
4+
5+
### Maintenance
6+
* CVE fix - Bump logback to 1.5.16 ([#1383](https://github.com/opensearch-project/index-management/pull/1383/files))

0 commit comments

Comments
 (0)