Skip to content

Commit e19ece7

Browse files
committed
Update changelog and statsd dependency for Airflow
1 parent a5ad5ab commit e19ece7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
- trino: Add version `455` ([#822]).
1616
- trino-cli: Add version `455` ([#822]).
1717
- spark: Add version `3.5.2` ([#848]).
18+
- statsd-exporter: Add version 0.27.0 ([#866]).
1819
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]).
1920

2021
### Changed
@@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
3435
- hbase: Remove 2.4.17 ([#846]).
3536
- omid: Remove 1.1.0 and 1.1.1 ([#846]).
3637
- spark: Remove 3.4.2 and 3.4.3 ([#848]).
38+
- statsd-exporter: Remove 0.26.1 ([#866]).
3739
- superset: Remove 2.1.3, 3.1.0 and 3.1.3 ([#866]).
3840
- zookeeper: Remove 3.8.4 ([#851]).
3941

airflow/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"product": "2.9.2",
44
"python": "3.9",
55
"git_sync": "v4.2.4",
6-
"statsd_exporter": "0.26.1",
6+
"statsd_exporter": "0.27.0",
77
"tini": "0.19.0",
88
"vector": "0.40.1",
99
},
1010
{
1111
"product": "2.9.3",
1212
"python": "3.9",
1313
"git_sync": "v4.2.4",
14-
"statsd_exporter": "0.26.1",
14+
"statsd_exporter": "0.27.0",
1515
"tini": "0.19.0",
1616
"vector": "0.40.1",
1717
},

0 commit comments

Comments
 (0)