You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airflow/boil-config.toml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[versions."2.9.3".local-images]
2
2
"shared/statsd-exporter" = "0.28.0"
3
-
vector = "0.49.0"
3
+
vector = "0.52.0"
4
4
stackable-devel = "1.0.0"
5
5
6
6
[versions."2.9.3".build-arguments]
@@ -16,7 +16,7 @@ nodejs-version = "20"
16
16
17
17
[versions."2.10.5".local-images]
18
18
"shared/statsd-exporter" = "0.28.0"
19
-
vector = "0.49.0"
19
+
vector = "0.52.0"
20
20
stackable-devel = "1.0.0"
21
21
22
22
[versions."2.10.5".build-arguments]
@@ -32,7 +32,7 @@ nodejs-version = "20"
32
32
33
33
[versions."3.0.1".local-images]
34
34
"shared/statsd-exporter" = "0.28.0"
35
-
vector = "0.49.0"
35
+
vector = "0.52.0"
36
36
stackable-devel = "1.0.0"
37
37
38
38
[versions."3.0.1".build-arguments]
@@ -48,7 +48,7 @@ nodejs-version = "20"
48
48
49
49
[versions."3.0.6".local-images]
50
50
"shared/statsd-exporter" = "0.28.0"
51
-
vector = "0.49.0"
51
+
vector = "0.52.0"
52
52
stackable-devel = "1.0.0"
53
53
54
54
[versions."3.0.6".build-arguments]
@@ -61,22 +61,22 @@ uv-version = "0.7.8"
61
61
62
62
# Airflow extras are defined in separate lists to make them easier to check against the links below. The lists will be concatenated and duplicates removed in the dockerfile.
63
63
# See https://airflow.apache.org/docs/apache-airflow/3.0.6/extra-packages-ref.html#core-airflow-extras
0 commit comments