Skip to content

Commit f83b6bd

Browse files
committed
chore(airflow): Bump uv to 0.11.19
1 parent 07e8dc8 commit f83b6bd

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

airflow/boil-config.toml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ git-sync-version = "v4.6.0"
1616
s3fs-version = "2024.9.0"
1717
cyclonedx-bom-version = "7.3.0"
1818
tini-version = "0.19.0"
19-
uv-version = "0.11.7"
19+
# Bump to the latest release found here: https://github.com/astral-sh/uv/releases
20+
# TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
21+
uv-version = "0.11.19"
2022
airflow-extras-other = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
2123
opa-auth-manager = "airflow-2"
2224
nodejs-version = "20"
@@ -36,7 +38,9 @@ git-sync-version = "v4.6.0"
3638
s3fs-version = "2024.9.0"
3739
cyclonedx-bom-version = "7.3.0"
3840
tini-version = "0.19.0"
39-
uv-version = "0.11.7"
41+
# Bump to the latest release found here: https://github.com/astral-sh/uv/releases
42+
# TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
43+
uv-version = "0.11.19"
4044

4145
# Airflow extras are defined in separate lists to make them easier to check against the links below.
4246
# The lists will be concatenated and duplicates removed in the dockerfile.
@@ -77,7 +81,9 @@ git-sync-version = "v4.6.0"
7781
s3fs-version = "2026.1.0"
7882
cyclonedx-bom-version = "7.3.0"
7983
tini-version = "0.19.0"
80-
uv-version = "0.11.7"
84+
# Bump to the latest release found here: https://github.com/astral-sh/uv/releases
85+
# TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
86+
uv-version = "0.11.19"
8187

8288
# Airflow extras are defined in separate lists to make them easier to check against the links below.
8389
# The lists will be concatenated and duplicates removed in the dockerfile.
@@ -105,7 +111,7 @@ nodejs-version = "22"
105111

106112
# Supported
107113
[versions."3.2.1".local-images]
108-
"shared/statsd-exporter" = "0.28.0"
114+
"shared/statsd-exporter" = "0.30.0"
109115
vector = "0.55.0"
110116
stackable-devel = "1.0.0"
111117

@@ -118,7 +124,9 @@ git-sync-version = "v4.6.0"
118124
s3fs-version = "2026.3.0"
119125
cyclonedx-bom-version = "7.3.0"
120126
tini-version = "0.19.0"
121-
uv-version = "0.11.7"
127+
# Bump to the latest release found here: https://github.com/astral-sh/uv/releases
128+
# TODO: mirror the uv images, and then use `COPY --from` instead of using pip.
129+
uv-version = "0.11.19"
122130

123131
# Airflow extras are defined in separate lists to make them easier to check against the links below.
124132
# The lists will be concatenated and duplicates removed in the dockerfile.

0 commit comments

Comments
 (0)