Skip to content

Commit 1c9741f

Browse files
authored
chore: Bump statsd exporter 0.27.1 (#879)
* chore(statsd_exporter): Bump to 0.27.1 * chore(airflow): fix Dockerfile * chore(statsd_exporter): Update changelog
1 parent 7536b46 commit 1c9741f

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616
- trino: Add version `455` ([#822]).
1717
- trino-cli: Add version `455` ([#822]).
1818
- spark: Add version `3.5.2` ([#848]).
19-
- statsd-exporter: Add version 0.27.0 ([#866]).
19+
- statsd-exporter: Bump version to 0.27.1 ([#866], [#879]).
2020
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]).
2121
- hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and
2222
the Azure Data Lake Storage ([#853]).
@@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file.
6868
[#868]: https://github.com/stackabletech/docker-images/pull/868
6969
[#874]: https://github.com/stackabletech/docker-images/pull/874
7070
[#877]: https://github.com/stackabletech/docker-images/pull/877
71+
[#879]: https://github.com/stackabletech/docker-images/pull/879
7172

7273
## [24.7.0] - 2024-07-24
7374

airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG GIT_SYNC
44

55
# For updated versions check https://github.com/kubernetes/git-sync/releases
66
# which should contain a image location (e.g. registry.k8s.io/git-sync/git-sync:v3.6.8)
7-
FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} as gitsync-image
7+
FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} AS gitsync-image
88

99
FROM stackable/image/statsd_exporter AS statsd_exporter-builder
1010

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.0",
6+
"statsd_exporter": "0.27.1",
77
"tini": "0.19.0",
88
"vector": "0.41.1",
99
},
1010
{
1111
"product": "2.9.3",
1212
"python": "3.9",
1313
"git_sync": "v4.2.4",
14-
"statsd_exporter": "0.27.0",
14+
"statsd_exporter": "0.27.1",
1515
"tini": "0.19.0",
1616
"vector": "0.41.1",
1717
},
1818
{
1919
"product": "2.10.2",
2020
"python": "3.12",
2121
"git_sync": "v4.2.4",
22-
"statsd_exporter": "0.27.0",
22+
"statsd_exporter": "0.27.1",
2323
"tini": "0.19.0",
2424
"vector": "0.41.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.0",
3+
"product": "0.27.1",
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.41.1",
6-
"statsd_exporter": "0.27.0",
6+
"statsd_exporter": "0.27.1",
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)