Skip to content

Commit

Permalink
Update docker stack documentation with today's changes (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Mar 12, 2024
1 parent 2513d36 commit a5b4bf8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
9 changes: 8 additions & 1 deletion docs-archive/docker-stack/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ the Airflow team.

Airflow 2.8
~~~~~~~~~~~

* 2.8.3

* Remove ``gosu`` binary from our images (#37677)
* The ``gosu`` binary was removed from the image. This is a potentially breaking change for users who relied on
``gosu`` to change the user in the container. The ``gosu`` binary was removed because it was a source of
security vulnerabilities as it was linked against older Go standard libraries.

* 2.8.1

Expand Down Expand Up @@ -285,3 +288,7 @@ here so that users affected can find the reason for the changes.
| | | * MySQL ``apt`` repository key changed. | removed after the | |
| | | | key expiry fiasco | |
+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+
| 12 Mar 2024 | 2.8.3 | * The image was refreshed with new | Both dependencies | https://github.com/apache/airflow/pull/37748 |
| | | dependencies (pandas < 2.2 and | caused breaking | https://github.com/apache/airflow/pull/37701 |
| | | SMTP provider 1.6.1 | changes | |
+--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+
18 changes: 17 additions & 1 deletion docs-archive/docker-stack/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,9 @@ <h2>Airflow 2.8<a class="headerlink" href="#airflow-2-8" title="Permalink to thi
<li><p>2.8.3</p>
<blockquote>
<div><ul class="simple">
<li><p>Remove <code class="docutils literal notranslate"><span class="pre">gosu</span></code> binary from our images (#37677)</p></li>
<li><p>The <code class="docutils literal notranslate"><span class="pre">gosu</span></code> binary was removed from the image. This is a potentially breaking change for users who relied on
<code class="docutils literal notranslate"><span class="pre">gosu</span></code> to change the user in the container. The <code class="docutils literal notranslate"><span class="pre">gosu</span></code> binary was removed because it was a source of
security vulnerabilities as it was linked against older Go standard libraries.</p></li>
</ul>
</div></blockquote>
</li>
Expand Down Expand Up @@ -941,6 +943,20 @@ <h2>Changes after publishing the images<a class="headerlink" href="#changes-afte
key expiry fiasco</p></td>
<td><p><a class="reference external" href="https://github.com/apache/airflow/issues/36231">https://github.com/apache/airflow/issues/36231</a></p></td>
</tr>
<tr class="row-odd"><td><p>12 Mar 2024</p></td>
<td><p>2.8.3</p></td>
<td><ul class="simple">
<li><p>The image was refreshed with new
dependencies (pandas &lt; 2.2 and
SMTP provider 1.6.1</p></li>
</ul>
</td>
<td><p>Both dependencies
caused breaking
changes</p></td>
<td><p><a class="reference external" href="https://github.com/apache/airflow/pull/37748">https://github.com/apache/airflow/pull/37748</a>
<a class="reference external" href="https://github.com/apache/airflow/pull/37701">https://github.com/apache/airflow/pull/37701</a></p></td>
</tr>
</tbody>
</table>
</div>
Expand Down
Loading

0 comments on commit a5b4bf8

Please sign in to comment.