From b0f6e51b0792b3fe750a64b64cb9954170def0f4 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 27 Jan 2025 17:19:19 +0100 Subject: [PATCH 1/3] chore: Bump statsd exporter 0.28.0 --- airflow/versions.py | 6 +++--- statsd_exporter/versions.py | 2 +- superset/versions.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/airflow/versions.py b/airflow/versions.py index 25dfdba74..324b19277 100644 --- a/airflow/versions.py +++ b/airflow/versions.py @@ -3,7 +3,7 @@ "product": "2.9.2", "python": "3.9", "git_sync": "v4.2.4", - "statsd_exporter": "0.27.1", + "statsd_exporter": "0.28.0", "tini": "0.19.0", "vector": "0.43.1", }, @@ -11,7 +11,7 @@ "product": "2.9.3", "python": "3.9", "git_sync": "v4.2.4", - "statsd_exporter": "0.27.1", + "statsd_exporter": "0.28.0", "tini": "0.19.0", "vector": "0.43.1", }, @@ -19,7 +19,7 @@ "product": "2.10.2", "python": "3.12", "git_sync": "v4.2.4", - "statsd_exporter": "0.27.1", + "statsd_exporter": "0.28.0", "tini": "0.19.0", "vector": "0.43.1", }, diff --git a/statsd_exporter/versions.py b/statsd_exporter/versions.py index 665b4dcbb..adb26f18a 100644 --- a/statsd_exporter/versions.py +++ b/statsd_exporter/versions.py @@ -1,6 +1,6 @@ versions = [ { - "product": "0.27.1", + "product": "0.28.0", "stackable-base": "1.0.0", } ] diff --git a/superset/versions.py b/superset/versions.py index cb27bb581..feaccc109 100644 --- a/superset/versions.py +++ b/superset/versions.py @@ -3,7 +3,7 @@ "product": "4.0.2", "python": "3.9", "vector": "0.43.1", - "statsd_exporter": "0.27.1", + "statsd_exporter": "0.28.0", "authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7 }, ] From f7e0298ad92eea0f8a422ad817e3aa6772d7dd68 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 27 Jan 2025 17:21:17 +0100 Subject: [PATCH 2/3] changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf08890c..28c851258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. command logger which allows to enter messages into the system log. - vector: Add version 0.43.1 ([#980]). - opa: Add version 1.0.0 ([#981]) +- statsd-exporter: Bump version to 0.28.0 ### Changed From 4b9e889eb844f8b895b4e7fb7c166a1da264a079 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 27 Jan 2025 17:26:38 +0100 Subject: [PATCH 3/3] adjust changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c851258..671ef5dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ All notable changes to this project will be documented in this file. util-linux-core contains a basic set of Linux utilities, including the command logger which allows to enter messages into the system log. - vector: Add version 0.43.1 ([#980]). -- opa: Add version 1.0.0 ([#981]) -- statsd-exporter: Bump version to 0.28.0 +- opa: Add version 1.0.0 ([#981]). +- statsd-exporter: Bump version to 0.28.0 ([#982]). ### Changed @@ -44,6 +44,7 @@ All notable changes to this project will be documented in this file. [#962]: https://github.com/stackabletech/docker-images/pull/962 [#980]: https://github.com/stackabletech/docker-images/pull/980 [#981]: https://github.com/stackabletech/docker-images/pull/981 +[#982]: https://github.com/stackabletech/docker-images/pull/982 ## [24.11.0] - 2024-11-18