Skip to content

Commit acb678d

Browse files
authored
chore: Bump statsd-exporter to 0.28.0 (#982)
* chore: Bump statsd exporter 0.28.0 * changelog entry * adjust changelog
1 parent 23a34a2 commit acb678d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file.
1313
util-linux-core contains a basic set of Linux utilities, including the
1414
command logger which allows to enter messages into the system log.
1515
- vector: Add version 0.43.1 ([#980]).
16-
- opa: Add version 1.0.0 ([#981])
16+
- opa: Add version 1.0.0 ([#981]).
17+
- statsd-exporter: Bump version to 0.28.0 ([#982]).
1718

1819
### Removed
1920

@@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
3637
[#962]: https://github.com/stackabletech/docker-images/pull/962
3738
[#980]: https://github.com/stackabletech/docker-images/pull/980
3839
[#981]: https://github.com/stackabletech/docker-images/pull/981
40+
[#982]: https://github.com/stackabletech/docker-images/pull/982
3941

4042
## [24.11.1] - 2025-01-14
4143

airflow/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"product": "2.9.2",
44
"python": "3.9",
55
"git_sync": "v4.2.4",
6-
"statsd_exporter": "0.27.1",
6+
"statsd_exporter": "0.28.0",
77
"tini": "0.19.0",
88
"vector": "0.43.1",
99
},
1010
{
1111
"product": "2.9.3",
1212
"python": "3.9",
1313
"git_sync": "v4.2.4",
14-
"statsd_exporter": "0.27.1",
14+
"statsd_exporter": "0.28.0",
1515
"tini": "0.19.0",
1616
"vector": "0.43.1",
1717
},
1818
{
1919
"product": "2.10.2",
2020
"python": "3.12",
2121
"git_sync": "v4.2.4",
22-
"statsd_exporter": "0.27.1",
22+
"statsd_exporter": "0.28.0",
2323
"tini": "0.19.0",
2424
"vector": "0.43.1",
2525
},

statsd_exporter/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versions = [
22
{
3-
"product": "0.27.1",
3+
"product": "0.28.0",
44
"stackable-base": "1.0.0",
55
}
66
]

superset/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"product": "4.0.2",
44
"python": "3.9",
55
"vector": "0.43.1",
6-
"statsd_exporter": "0.27.1",
6+
"statsd_exporter": "0.28.0",
77
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
88
},
99
]

0 commit comments

Comments
 (0)