diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf08890c..671ef5dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +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]) +- opa: Add version 1.0.0 ([#981]). +- statsd-exporter: Bump version to 0.28.0 ([#982]). ### Changed @@ -43,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 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 }, ]