Skip to content

Commit

Permalink
add clog frag
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Apr 9, 2023
1 parent fa0c7b1 commit 25c86df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelogs/fragments/50-new-venv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
deprecated_features:
- Deprecate the ``get_command()`` methods of ``antsibull_core.venv.VenvRunner` and``antsibull_core.venv.FakeVenvRunner``.
These methods will be removed in antsibull-core 3.0.0.
Use the new ``log_run`` and ``async_run`` methods instead
(https://github.com/ansible-community/antsibull-core/pull/50).

breaking_changes:
- The ``install_package()`` method of ``antsibull_core.venv.VenvRunner`` now
returns a ``subprocess.CompletedProcess` object instead of an
``sh.RunningCommand``.
The rest of the function signature remains the same.
Most callers should not need to access the output to begin with
(https://github.com/ansible-community/antsibull-core/pull/50).

0 comments on commit 25c86df

Please sign in to comment.