Skip to content

Commit a9609c1

Browse files
committed
chore(jmx_exporter): Bump products to use 1.2.0
1 parent 286c587 commit a9609c1

File tree

9 files changed

+23
-22
lines changed

9 files changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ All notable changes to this project will be documented in this file.
3535
### Changed
3636

3737
- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([#1050]).
38-
- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([#1034])
38+
- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([#1034]).
39+
- jmx_exporter: Bump products to use `1.2.0` ([#xxx]).
3940

4041
### Fixed
4142

hadoop/versions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"java-base": "11",
55
"java-devel": "11",
66
"async_profiler": "2.9",
7-
"jmx_exporter": "1.1.0",
7+
"jmx_exporter": "1.2.0",
88
"protobuf": "3.7.1",
99
"hdfs_utils": "0.4.0",
1010
},
@@ -13,7 +13,7 @@
1313
"java-base": "11",
1414
"java-devel": "11",
1515
"async_profiler": "2.9",
16-
"jmx_exporter": "1.1.0",
16+
"jmx_exporter": "1.2.0",
1717
"protobuf": "3.7.1",
1818
"hdfs_utils": "0.4.0",
1919
},
@@ -22,7 +22,7 @@
2222
"java-base": "11",
2323
"java-devel": "11",
2424
"async_profiler": "2.9",
25-
"jmx_exporter": "1.1.0",
25+
"jmx_exporter": "1.2.0",
2626
"protobuf": "3.7.1",
2727
"hdfs_utils": "0.4.0",
2828
},
@@ -31,7 +31,7 @@
3131
"java-base": "11",
3232
"java-devel": "11",
3333
"async_profiler": "2.9",
34-
"jmx_exporter": "1.1.0",
34+
"jmx_exporter": "1.2.0",
3535
"protobuf": "3.7.1",
3636
"hdfs_utils": "0.4.1",
3737
},

hbase/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"phoenix": "5.2.1",
1212
"hbase_profile": "2.4",
1313
"hadoop": "3.3.6",
14-
"jmx_exporter": "1.1.0", # update the stackable/jmx/config<version> folder too
14+
"jmx_exporter": "1.2.0", # update the stackable/jmx/config<version> folder too
1515
"opa_authorizer": "", # only for HBase 2.6.1
1616
"delete_caches": "true",
1717
},

hive/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
versions = [
22
{
33
"product": "3.1.3",
4-
"jmx_exporter": "1.1.0",
4+
"jmx_exporter": "1.2.0",
55
# Hive 3 must be built with Java 8 but will run on Java 11
66
"java-base": "11",
77
"java-devel": "8",
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"product": "4.0.0",
16-
"jmx_exporter": "1.1.0",
16+
"jmx_exporter": "1.2.0",
1717
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
1818
"java-base": "11",
1919
"java-devel": "8",
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"product": "4.0.1",
28-
"jmx_exporter": "1.1.0",
28+
"jmx_exporter": "1.2.0",
2929
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
3030
"java-base": "11",
3131
"java-devel": "8",

kafka/versions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scala": "2.13",
77
"kcat": "1.7.0",
88
"opa_authorizer": "1.5.1",
9-
"jmx_exporter": "1.1.0",
9+
"jmx_exporter": "1.2.0",
1010
},
1111
{
1212
"product": "3.7.2",
@@ -15,7 +15,7 @@
1515
"scala": "2.13",
1616
"kcat": "1.7.0",
1717
"opa_authorizer": "1.5.1",
18-
"jmx_exporter": "1.1.0",
18+
"jmx_exporter": "1.2.0",
1919
},
2020
{
2121
"product": "3.8.0",
@@ -24,7 +24,7 @@
2424
"scala": "2.13",
2525
"kcat": "1.7.0",
2626
"opa_authorizer": "1.5.1",
27-
"jmx_exporter": "1.1.0",
27+
"jmx_exporter": "1.2.0",
2828
},
2929
{
3030
"product": "3.9.0",
@@ -33,6 +33,6 @@
3333
"scala": "2.13",
3434
"kcat": "1.7.0",
3535
"opa_authorizer": "1.5.1",
36-
"jmx_exporter": "1.1.0",
36+
"jmx_exporter": "1.2.0",
3737
},
3838
]

omid/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"product": "1.1.2",
44
"java-base": "11",
55
"java-devel": "11",
6-
"jmx_exporter": "1.1.0",
6+
"jmx_exporter": "1.2.0",
77
},
88
{
99
"product": "1.1.3-SNAPSHOT",
1010
"java-base": "11",
1111
"java-devel": "11",
12-
"jmx_exporter": "1.1.0",
12+
"jmx_exporter": "1.2.0",
1313
},
1414
]

spark-k8s/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1414
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1515
"vector": "0.43.1",
16-
"jmx_exporter": "1.1.0",
16+
"jmx_exporter": "1.2.0",
1717
"tini": "0.19.0",
1818
"hbase_connector": "1.0.1",
1919
},
@@ -31,7 +31,7 @@
3131
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3232
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3333
"vector": "0.43.1",
34-
"jmx_exporter": "1.1.0",
34+
"jmx_exporter": "1.2.0",
3535
"tini": "0.19.0",
3636
"hbase_connector": "1.0.1",
3737
},

trino/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"product": "451",
44
"java-base": "22",
55
"java-devel": "22",
6-
"jmx_exporter": "1.1.0",
6+
"jmx_exporter": "1.2.0",
77
"trino-storage-connector": "451",
88
},
99
{
1010
"product": "455",
1111
"java-base": "22",
1212
"java-devel": "22",
13-
"jmx_exporter": "1.1.0",
13+
"jmx_exporter": "1.2.0",
1414
"trino-storage-connector": "455",
1515
},
1616
{
1717
"product": "470",
1818
"java-base": "23",
1919
"java-devel": "23",
20-
"jmx_exporter": "1.1.0",
20+
"jmx_exporter": "1.2.0",
2121
"trino-storage-connector": "470",
2222
},
2323
]

zookeeper/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
88
# returned: 1 -> [Help 1]
99
"java-devel": "11",
10-
"jmx_exporter": "1.1.0",
10+
"jmx_exporter": "1.2.0",
1111
},
1212
{
1313
"product": "3.9.3",
@@ -17,6 +17,6 @@
1717
# zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
1818
# returned: 1 -> [Help 1]
1919
"java-devel": "11",
20-
"jmx_exporter": "1.1.0",
20+
"jmx_exporter": "1.2.0",
2121
},
2222
]

0 commit comments

Comments
 (0)