Skip to content

Commit

Permalink
Remove class references in changelogs (#16454)
Browse files Browse the repository at this point in the history
PyPI does not handle class references in changelogs.
Since we want changelogs to be part of PyPI readmes,
we need to remove those.
  • Loading branch information
potiuk committed Jun 15, 2021
1 parent 1fba540 commit 8a9c337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions airflow/providers/docker/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ Breaking changes
* ``Replace DockerOperator's 'volumes' arg for 'mounts' (#15843)``

The ``volumes`` parameter in
:class:`~airflow.providers.docker.operators.docker.DockerOperator` and
:class:`~airflow.providers.docker.operators.docker_swarm.DockerSwarmOperator`
``airflow.providers.docker.operators.docker.DockerOperator`` and
``airflow.providers.docker.operators.docker_swarm.DockerSwarmOperator``
was replaced by the ``mounts`` parameter, which uses the newer
`mount syntax <https://docs.docker.com/storage/>`__ instead of ``--bind``.

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Updated documentation for June 2021 provider release (#16294)``
* ``More documentation update for June providers release (#16405)``
1.2.0
.....
Expand Down
4 changes: 2 additions & 2 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Bug Fixes
* ``Updated documentation for June 2021 provider release (#16294)``
* ``Fix spelling (#15699)``
* ``Add short description to BaseSQLToGCSOperator docstring (#15728)``
* ``More documentation update for June providers release (#16405)``
3.0.0
.....
Expand All @@ -77,7 +77,7 @@ Breaking changes
Change in ``AutoMLPredictOperator``
```````````````````````````````````

The ``params`` parameter in :class:`~airflow.providers.google.cloud.operators.automl.AutoMLPredictOperator` class
The ``params`` parameter in ``airflow.providers.google.cloud.operators.automl.AutoMLPredictOperator`` class
was renamed ``operation_params`` because it conflicted with a ``param`` parameter in the ``BaseOperator`` class.

Integration with the ``apache.beam`` provider
Expand Down

0 comments on commit 8a9c337

Please sign in to comment.