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.git


The following commit(s) were added to refs/heads/main by this push:
     new 24d02bf  Prepares documentation for RC2 release of Docker Provider 
(#17066)
24d02bf is described below

commit 24d02bfa840ae2a315af4280b2c185122e3c30e1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 19 11:39:51 2021 +0200

    Prepares documentation for RC2 release of Docker Provider (#17066)
---
 airflow/providers/docker/CHANGELOG.rst           | 3 +++
 docs/apache-airflow-providers-docker/commits.rst | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/airflow/providers/docker/CHANGELOG.rst 
b/airflow/providers/docker/CHANGELOG.rst
index 1e81358..8f9cc6f 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -31,6 +31,8 @@ Features
 Bug Fixes
 ~~~~~~~~~
 
+* ``[FIX] Docker provider - retry docker in docker (#17061)``
+
 The ``DockerOperator`` in version 2.0.0 did not work for remote Docker Engine 
or Docker-In-Docker case.
 That was an unintended side effect of #15843 that has been fixed in #16932. 
There is a fallback mode
 which will make Docker Operator works with warning and you will be able to 
remove the warning by
@@ -40,6 +42,7 @@ using the new parameter to disable mounting the folder.
    appropriate section above if needed. Do not delete the lines(!):
    * ``Removes pylint from our toolchain (#16682)``
    * ``Prepare documentation for July release of providers. (#17015)``
+   * ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
 
 2.0.0
 .....
diff --git a/docs/apache-airflow-providers-docker/commits.rst 
b/docs/apache-airflow-providers-docker/commits.rst
index 506b8df..93605c1 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 2.1.0
 .....
 
-Latest change: 2021-07-15
+Latest change: 2021-07-18
 
 
================================================================================================
  ===========  
===============================================================================
 Commit                                                                         
                   Committed    Subject
 
================================================================================================
  ===========  
===============================================================================
+`b076ac592 
<https://github.com/apache/airflow/commit/b076ac5925e1a316dd6e9ad8ee4d1a2223e376ca>`_
  2021-07-18   ``[FIX] Docker provider - retry docker in docker (#17061)``
+`d02ded65e 
<https://github.com/apache/airflow/commit/d02ded65eaa7d2281e249b3fa028605d1b4c52fb>`_
  2021-07-15   ``Fixed wrongly escaped characters in amazon's changelog 
(#17020)``
 `b916b7507 
<https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_
  2021-07-15   ``Prepare documentation for July release of providers. (#17015)``
 `bc004151e 
<https://github.com/apache/airflow/commit/bc004151ed6924ee7bec5d9d047aedb4873806da>`_
  2021-07-15   ``Adds option to disable mounting temporary folder in 
DockerOperator (#16932)``
 `866a601b7 
<https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_
  2021-06-28   ``Removes pylint from our toolchain (#16682)``

Reply via email to