Skip to content

Commit 740accc

Browse files
committed
update to 3.1.0
Signed-off-by: Jonathan Schwarze <[email protected]>
1 parent a6786ee commit 740accc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ NOTE: OpenSearch plugins much match _exactly_ in major.minor.path version to the
5050

5151
| OpenSearch | Plugin | Release date |
5252
|-----------:|------------:|--------------:|
53+
| 3.1.0 | 3.1.0.0 | 2025-07-08 |
5354
| 2.19.2 | 2.19.2.0 | 2025-06-04 |
5455
| 2.19.0 | 2.19.0.0 | 2025-11-14 |
5556
| 2.18.0 | 2.18.0.0 | 2025-01-02 |

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#group = org.opensearch.plugin.prometheus
22

33
# An actual version of plugin
4-
version = 2.19.2.0
4+
version = 3.1.0.0
55

66
# Leave this property empty, it is assigned during the gradle build execution (yes, it is a hack! see issue #324)
77
opensearch_version =
88

99
# A version of OpenSearch cluster to run BWC tests against
10-
BWCversion = 2.19.1
10+
BWCversion = 3.1.0
1111

1212
# A version of plugin to deploy to BWC clusters
13-
BWCPluginVersion = 2.19.1.0
13+
BWCPluginVersion = 3.1.0.0
1414

1515
pluginName = prometheus-exporter
1616
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin

src/test/java/org/opensearch/plugin/bwc/PluginBackwardsCompatibilityIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
*/
3535
public class PluginBackwardsCompatibilityIT extends OpenSearchRestTestCase {
3636

37-
public static final Version BWCVersion = Version.V_2_19_1;
38-
public static final Version NewVersion = Version.V_2_19_2;
37+
public static final Version BWCVersion = Version.V_2_19_2;
38+
public static final Version NewVersion = Version.V_3_1_0;
3939

4040
private static final ClusterType CLUSTER_TYPE = ClusterType.parse(System.getProperty("tests.rest.bwcsuite"));
4141
private static final String CLUSTER_NAME = System.getProperty("tests.clustername");

0 commit comments

Comments
 (0)