Skip to content

chore(jmx_exporter): Bump to 1.3.0 #1156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/early-pre-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Part of stackabletech/issues#xxx.
- [ ] testing-tools
- [ ] statsd_exporter
- [ ] cyclonedx-bom (pip)
- [ ] cargo-cyclonedx (Look for: `CARGO_CYCLONEDX_CRATE_VERSION`)
- [ ] cargo-auditable (Look for: `CARGO_AUDITABLE_CRATE_VERSION`)
- [ ] csi-provisioner for secret-operator
- [ ] csi-provisioner for listener-operator
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/update-product-trino.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Add/Change/Remove anything that isn't applicable anymore
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
- [ ] Update other dependencies if applicable (eg: jmx_exporter, opa_authorizer, storage_connector, etc).
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
- [ ] Update versions in `tests/templates/kuttl/opa-authorization/check-opa.py.j2`
- [ ] Update the version in demos. Add the PR(s) to the list below.

### trino-cli
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ All notable changes to this project will be documented in this file.
- stackable-devel: Bump ubi9 base image ([#1103], [#1137]).
- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([#1034]).
- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([#1071]).
- jmx_exporter: Bump products to use `1.2.0` ([#1090]).
- jmx_exporter: Bump products to use `1.3.0` ([#1090], [#1156]).
- kubectl: Bump products to use `1.33.0` ([#1090]).
- yq: Bump products to use `4.45.2` ([#1090]).
- cyclonedx-bom: Bump airflow and superset to use `6.0.0` ([#1090]).
Expand Down Expand Up @@ -181,6 +181,7 @@ All notable changes to this project will be documented in this file.
[#1150]: https://github.com/stackabletech/docker-images/pull/1150
[#1151]: https://github.com/stackabletech/docker-images/pull/1151
[#1152]: https://github.com/stackabletech/docker-images/pull/1152
[#1156]: https://github.com/stackabletech/docker-images/pull/1156

## [25.3.0] - 2025-03-21

Expand Down
4 changes: 2 additions & 2 deletions hadoop/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"java-base": "11",
"java-devel": "11",
"async_profiler": "2.9",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"protobuf": "3.7.1",
"hdfs_utils": "0.4.0",
},
Expand All @@ -14,7 +14,7 @@
"java-base": "11",
"java-devel": "11",
"async_profiler": "2.9",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"protobuf": "3.7.1",
"hdfs_utils": "0.4.1",
},
Expand Down
6 changes: 3 additions & 3 deletions hive/versions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
versions = [
{
"product": "3.1.3",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
# Hive 3 must be built with Java 8 but will run on Java 11
"java-base": "11",
"java-devel": "8",
Expand All @@ -13,7 +13,7 @@
},
{
"product": "4.0.0",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
"java-base": "11",
"java-devel": "8",
Expand All @@ -25,7 +25,7 @@
},
{
"product": "4.0.1",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
# Hive 4 must be built with Java 8 (according to GitHub README) but seems to run on Java 11
"java-base": "11",
"java-devel": "8",
Expand Down
8 changes: 4 additions & 4 deletions kafka/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scala": "2.13",
"kafka/kcat": "1.7.0",
"opa_authorizer": "1.5.1",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
{
"product": "3.9.0",
Expand All @@ -15,7 +15,7 @@
"scala": "2.13",
"kafka/kcat": "1.7.0",
"opa_authorizer": "1.5.1",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
{
"product": "3.9.1",
Expand All @@ -24,7 +24,7 @@
"scala": "2.13",
"kafka/kcat": "1.7.0",
"opa_authorizer": "1.5.1",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
{
"product": "4.0.0",
Expand All @@ -33,6 +33,6 @@
"scala": "2.13",
"kafka/kcat": "1.7.0",
"opa_authorizer": "1.5.1",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
]
4 changes: 2 additions & 2 deletions omid/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"product": "1.1.2",
"java-base": "11",
"java-devel": "11",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
{
"product": "1.1.3",
"java-base": "11",
"java-devel": "11",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
]
4 changes: 2 additions & 2 deletions spark-k8s/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"vector": "0.47.0",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"tini": "0.19.0",
"hbase_connector": "1.0.1",
},
Expand All @@ -31,7 +31,7 @@
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
"vector": "0.47.0",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"tini": "0.19.0",
"hbase_connector": "1.0.1",
},
Expand Down
6 changes: 3 additions & 3 deletions trino/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"product": "451",
"java-base": "22",
"java-devel": "22",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"trino/storage-connector": "451",
},
{
"product": "470",
"java-base": "23",
"java-devel": "23",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"trino/storage-connector": "470",
},
{
"product": "476",
"java-base": "24",
"java-devel": "24",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
"trino/storage-connector": "476",
},
]
2 changes: 1 addition & 1 deletion zookeeper/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# zookeeper: Execution spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.0.0:spotbugs failed: Java
# returned: 1 -> [Help 1]
"java-devel": "11",
"jmx_exporter": "1.2.0",
"jmx_exporter": "1.3.0",
},
]
Loading