Skip to content

Commit

Permalink
Merge pull request #237 from dcermak/new-version
Browse files Browse the repository at this point in the history
New version 0.4.3
  • Loading branch information
dcermak authored Dec 3, 2024
2 parents c00de10 + 7c50569 commit 384ac21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@ Next Release

Breaking changes:


Improvements and new features:


Documentation:


Internal changes:


0.4.3 (December 4 2024)
-----------------------

Breaking changes:

- Change addition of SELinux flags to volumes: SELinux flags are only added if
:py:attr:`~pytest_container.container.ContainerVolumeBase.flags` is ``None``.

Improvements and new features:

- Tolerate already deleted lockfiles (`gh#233
<https://github.com/dcermak/pytest_container/pull/233>`_)

- Add the function
:py:func:`~pytest_container.container.ContainerData.read_container_logs` to
get access to the logs of the running container
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest_container"
version = "0.4.2"
version = "0.4.3"
description = "Pytest fixtures for writing container based tests"
authors = ["Dan Čermák <[email protected]>"]
homepage = "https://dcermak.github.io/pytest_container/"
Expand Down

0 comments on commit 384ac21

Please sign in to comment.