Skip to content

Commit

Permalink
chore: Bump statsd-exporter to 0.28.0 (#982)
Browse files Browse the repository at this point in the history
* chore: Bump statsd exporter 0.28.0

* changelog entry

* adjust changelog
  • Loading branch information
xeniape authored Jan 30, 2025
1 parent 23a34a2 commit acb678d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

### Removed

Expand All @@ -36,6 +37,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.1] - 2025-01-14

Expand Down
6 changes: 3 additions & 3 deletions airflow/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"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",
},
{
"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",
},
{
"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",
},
Expand Down
2 changes: 1 addition & 1 deletion statsd_exporter/versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
versions = [
{
"product": "0.27.1",
"product": "0.28.0",
"stackable-base": "1.0.0",
}
]
2 changes: 1 addition & 1 deletion superset/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
]

0 comments on commit acb678d

Please sign in to comment.