File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -61,24 +61,16 @@ Airflow 2.9
61
61
* Constraints used to install the image are available in "${HOME}/constraints.txt" now - you can use them
62
62
to install additional packages in the image without having to find out which constraints you should use.
63
63
64
- * The ``gosu `` binary was removed from the image. This is a potentially breaking change for users who relied on
65
- ``gosu `` to change the user in the container. The ``gosu `` binary was removed because it was a source of
66
- security vulnerabilities as it was linked against older Go standard libraries.
67
-
68
- * The ``smtp `` provider is now included in the list of providers installed by default in the image.
69
-
70
64
Airflow 2.8
71
65
~~~~~~~~~~~
72
- * 2.8.3
73
-
74
- * Remove ``gosu `` binary from our images (#37677)
75
-
76
66
* 2.8.3
77
67
78
68
* The ``gosu `` binary was removed from the image. This is a potentially breaking change for users who relied on
79
69
``gosu `` to change the user in the container. The ``gosu `` binary was removed because it was a source of
80
70
security vulnerabilities as it was linked against older Go standard libraries.
81
71
72
+ * The ``smtp `` provider is now included in the list of providers installed by default in the image.
73
+
82
74
* 2.8.1
83
75
84
76
* Fixed a discrepancy in MySQL client libraries. In 2.8.0 if not specify ``INSTALL_MYSQL_CLIENT_TYPE `` build arg
You can’t perform that action at this time.
0 commit comments