Skip to content

Commit

Permalink
Prepares documentation for RC2 release of Docker Provider (#17066)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jul 19, 2021
1 parent 026ffe6 commit 24d02bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions airflow/providers/docker/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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's changelog (#17020)``
2.0.0
.....
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-docker/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)``
Expand Down

0 comments on commit 24d02bf

Please sign in to comment.