Skip to content

Commit 59965ef

Browse files
committed
feat(shared/statsd-exporter): Bump to 0.30.0
1 parent 7c1159c commit 59965ef

5 files changed

Lines changed: 15 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ All notable changes to this project will be documented in this file.
1919

2020
### Changed
2121

22-
- airflow: Bump statsd_exporter to `0.29.0` ([#1522]).
22+
- airflow: Bump statsd_exporter to `0.30.0` ([#1524]).
2323
- ci: Bump `docker/login-action` from `v3.6.0` to `v4.1.0` and `stackabletech/actions` to `v0.14.3` to escape Node.js 20 deprecation ([#1507]).
2424
- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]).
2525
- stackable-base: Bump `containerdebug` to `0.4.0` and `config-utils` to `0.4.0` ([#1521]).
26-
- statsd_exporter: Bump version from `0.28.0` to `0.29.0` ([#1522]).
27-
- superset: Bump statsd_exporter to `0.29.0` ([#1522]).
26+
- statsd_exporter: Bump version from `0.28.0` to `0.30.0` ([#1524]).
27+
This uses a git mirror and patchable instead of sourcing from Nexus.
28+
- superset: Bump statsd_exporter to `0.30.0` ([#1524]).
2829

2930
### Fixed
3031

@@ -61,6 +62,7 @@ All notable changes to this project will be documented in this file.
6162
[#1518]: https://github.com/stackabletech/docker-images/pull/1518
6263
[#1520]: https://github.com/stackabletech/docker-images/pull/1520
6364
[#1521]: https://github.com/stackabletech/docker-images/pull/1521
65+
[#1524]: https://github.com/stackabletech/docker-images/pull/1524
6466

6567
## [26.3.0] - 2026-03-16
6668

airflow/boil-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Deprecated since SDP 25.11
55
[versions."2.9.3".local-images]
6-
"shared/statsd-exporter" = "0.29.0"
6+
"shared/statsd-exporter" = "0.30.0"
77
vector = "0.55.0"
88
stackable-devel = "1.0.0"
99

@@ -20,7 +20,7 @@ nodejs-version = "20"
2020

2121
# LTS
2222
[versions."3.0.6".local-images]
23-
"shared/statsd-exporter" = "0.29.0"
23+
"shared/statsd-exporter" = "0.30.0"
2424
vector = "0.55.0"
2525
stackable-devel = "1.0.0"
2626

@@ -56,7 +56,7 @@ nodejs-version = "20"
5656

5757
# Supported
5858
[versions."3.1.6".local-images]
59-
"shared/statsd-exporter" = "0.29.0"
59+
"shared/statsd-exporter" = "0.30.0"
6060
vector = "0.55.0"
6161
stackable-devel = "1.0.0"
6262

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
22
"oci.stackable.tech" = { namespace = "sdp" }
33

4-
[versions."0.29.0".build-arguments]
5-
# Find this in https://github.com/prometheus/statsd_exporter/blob/v0.29.0/go.mod
4+
[versions."0.30.0".build-arguments]
5+
# Find this in https://github.com/prometheus/statsd_exporter/blob/v0.30.0/go.mod
66
# You can find the latest patch version at: https://go.dev/doc/devel/release
77
# Mirror golang (no `v` prefix) via https://github.com/stackabletech/docker-images/actions/workflows/mirror.yaml
88
# Note: currently mirrored to the `sdp` project, but should probably move elsewhere.
99
golang-version = "1.22.12"
1010
# We use version 1.7.0, since a newer version of cyclonedx-gomod is not compatible with the version of Golang (>= 1.23.1)
1111
cyclonedx-gomod-version = "1.7.0"
1212

13-
[versions."0.29.0".local-images]
13+
[versions."0.30.0".local-images]
1414
stackable-devel = "1.0.0"

shared/statsd-exporter/stackable/patches/0.28.0/patchable.toml renamed to shared/statsd-exporter/stackable/patches/0.30.0/patchable.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mirror = "https://github.com/stackabletech/statsd_exporter.git"
2-
base = "c0a390a2c43f77863278615b47d46e886bdca726"
2+
base = "4a7feb4d0ec9f1061b9e2f548810dd6efc6a294a"

superset/boil-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"oci.stackable.tech" = { namespace = "sdp" }
33

44
[versions."4.1.4".local-images]
5-
"shared/statsd-exporter" = "0.29.0"
5+
"shared/statsd-exporter" = "0.30.0"
66
stackable-devel = "1.0.0"
77
vector = "0.55.0"
88

@@ -22,7 +22,7 @@ nodejs-version = "18.20.1"
2222
nvm-version = "v0.40.4"
2323

2424
[versions."6.0.0".local-images]
25-
"shared/statsd-exporter" = "0.29.0"
25+
"shared/statsd-exporter" = "0.30.0"
2626
stackable-devel = "1.0.0"
2727
vector = "0.55.0"
2828

@@ -41,7 +41,7 @@ nodejs-version = "20.18.3"
4141
nvm-version = "v0.40.4"
4242

4343
[versions."6.1.0".local-images]
44-
"shared/statsd-exporter" = "0.28.0"
44+
"shared/statsd-exporter" = "0.30.0"
4545
stackable-devel = "1.0.0"
4646
vector = "0.55.0"
4747

0 commit comments

Comments
 (0)