Skip to content

Commit af689b3

Browse files
authored
Fix docker changelogs discrepancy between 2.8.3 and 2.9.0 (#38269)
1 parent 2c1d0f8 commit af689b3

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/docker-stack/changelog.rst

+2-10
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,16 @@ Airflow 2.9
6161
* Constraints used to install the image are available in "${HOME}/constraints.txt" now - you can use them
6262
to install additional packages in the image without having to find out which constraints you should use.
6363

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-
7064
Airflow 2.8
7165
~~~~~~~~~~~
72-
* 2.8.3
73-
74-
* Remove ``gosu`` binary from our images (#37677)
75-
7666
* 2.8.3
7767

7868
* The ``gosu`` binary was removed from the image. This is a potentially breaking change for users who relied on
7969
``gosu`` to change the user in the container. The ``gosu`` binary was removed because it was a source of
8070
security vulnerabilities as it was linked against older Go standard libraries.
8171

72+
* The ``smtp`` provider is now included in the list of providers installed by default in the image.
73+
8274
* 2.8.1
8375

8476
* Fixed a discrepancy in MySQL client libraries. In 2.8.0 if not specify ``INSTALL_MYSQL_CLIENT_TYPE`` build arg

0 commit comments

Comments
 (0)