This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a5b4bf8487 Update docker stack documentation with today's changes 
(#980)
a5b4bf8487 is described below

commit a5b4bf8487dc482b2f682c956e39801e99094896
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Mar 12 20:20:11 2024 +0100

    Update docker stack documentation with today's changes (#980)
---
 docs-archive/docker-stack/_sources/changelog.rst.txt |  9 ++++++++-
 docs-archive/docker-stack/changelog.html             | 18 +++++++++++++++++-
 docs-archive/docker-stack/searchindex.js             |  2 +-
 3 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/docs-archive/docker-stack/_sources/changelog.rst.txt 
b/docs-archive/docker-stack/_sources/changelog.rst.txt
index dbf7715ceb..3f41469ea7 100644
--- a/docs-archive/docker-stack/_sources/changelog.rst.txt
+++ b/docs-archive/docker-stack/_sources/changelog.rst.txt
@@ -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
 
@@ -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                |                                                |
++--------------+---------------------+-----------------------------------------+------------------------+------------------------------------------------+
diff --git a/docs-archive/docker-stack/changelog.html 
b/docs-archive/docker-stack/changelog.html
index 8bdbc68e73..e70fec64cb 100644
--- a/docs-archive/docker-stack/changelog.html
+++ b/docs-archive/docker-stack/changelog.html
@@ -601,7 +601,9 @@ then you can use latest features from that image to build 
images for previous Ai
 <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>
@@ -941,6 +943,20 @@ removed after the
 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>
diff --git a/docs-archive/docker-stack/searchindex.js 
b/docs-archive/docker-stack/searchindex.js
index 273fed4f02..01098c6f1d 100644
--- a/docs-archive/docker-stack/searchindex.js
+++ b/docs-archive/docker-stack/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["build", "build-arg-ref", "changelog", 
"entrypoint", "index", "recipes"], "filenames": ["build.rst", 
"build-arg-ref.rst", "changelog.rst", "entrypoint.rst", "index.rst", 
"recipes.rst"], "titles": ["Building the image", "Image build arguments 
reference", "Dockerfile Changelog", "Entrypoint", "Docker Image for Apache 
Airflow", "Recipes"], "terms": {"befor": [0, 1, 2], "dive": 0, "deepli": 0, 
"wai": [0, 1, 2, 3, 4, 5], "how": [0, 2, 3, 4], "built": [0, 1, 2], " [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["build", "build-arg-ref", "changelog", 
"entrypoint", "index", "recipes"], "filenames": ["build.rst", 
"build-arg-ref.rst", "changelog.rst", "entrypoint.rst", "index.rst", 
"recipes.rst"], "titles": ["Building the image", "Image build arguments 
reference", "Dockerfile Changelog", "Entrypoint", "Docker Image for Apache 
Airflow", "Recipes"], "terms": {"befor": [0, 1, 2], "dive": 0, "deepli": 0, 
"wai": [0, 1, 2, 3, 4, 5], "how": [0, 2, 3, 4], "built": [0, 1, 2], " [...]
\ No newline at end of file

Reply via email to