File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
77vector = " 0.55.0"
88stackable-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"
2424vector = " 0.55.0"
2525stackable-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"
6060vector = " 0.55.0"
6161stackable-devel = " 1.0.0"
6262
Original file line number Diff line number Diff line change 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.
99golang-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)
1111cyclonedx-gomod-version = " 1.7.0"
1212
13- [versions ."0 .29 .0" .local-images ]
13+ [versions ."0 .30 .0" .local-images ]
1414stackable-devel = " 1.0.0"
Original file line number Diff line number Diff line change 11mirror = " https://github.com/stackabletech/statsd_exporter.git"
2- base = " c0a390a2c43f77863278615b47d46e886bdca726 "
2+ base = " 4a7feb4d0ec9f1061b9e2f548810dd6efc6a294a "
Original file line number Diff line number Diff line change 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"
66stackable-devel = " 1.0.0"
77vector = " 0.55.0"
88
@@ -22,7 +22,7 @@ nodejs-version = "18.20.1"
2222nvm-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"
2626stackable-devel = " 1.0.0"
2727vector = " 0.55.0"
2828
@@ -41,7 +41,7 @@ nodejs-version = "20.18.3"
4141nvm-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"
4545stackable-devel = " 1.0.0"
4646vector = " 0.55.0"
4747
You can’t perform that action at this time.
0 commit comments