File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : prometheus-exporter-plugin-for-opensearch
3
3
version : 2.17.1.0
4
- epoch : 0
4
+ epoch : 1
5
5
description : |
6
6
Prometheus exporter plugin for OpenSearch & OpenSearch Mixin
7
7
copyright :
@@ -29,13 +29,17 @@ pipeline:
29
29
tag : ${{package.version}}
30
30
recurse-submodules : true
31
31
32
+ - name : Support OpenSearch 2.18.0.0, see https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/pull/316/files
33
+ runs : |
34
+ sed 's|^version = 2.17.1.0$|version = 2.18.0.0|' -i gradle.properties
35
+
32
36
- runs : |
33
37
#ignoring test as it requires to run opensearch as non-root
34
38
./gradlew build test -x integTest -x yamlRestTest
35
39
36
40
- runs : |
37
41
mkdir -p ${{targets.destdir}}/usr/share/opensearch/plugins/prometheus-exporter-plugin-for-opensearch
38
- unzip " build/distributions/prometheus-exporter-${{package.version}}. zip" -d "${{targets.destdir}}/usr/share/opensearch/plugins/prometheus-exporter-plugin-for-opensearch"
42
+ unzip build/distributions/prometheus-exporter-*. zip -d "${{targets.destdir}}/usr/share/opensearch/plugins/prometheus-exporter-plugin-for-opensearch"
39
43
40
44
update :
41
45
enabled : true
You can’t perform that action at this time.
0 commit comments