From 8d943af79b39035670485c44ce297b6891a58ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 3 Dec 2024 15:33:41 +0100 Subject: [PATCH 1/2] Add missing changelog entry for #233 --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 56fa1ab..9a93e7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,9 @@ Breaking changes: Improvements and new features: +- Tolerate already deleted lockfiles (`gh#233 + `_) + - Add the function :py:func:`~pytest_container.container.ContainerData.read_container_logs` to get access to the logs of the running container From 7c505692adab17d2ac8f0bf7b38f37b28c7c9cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 3 Dec 2024 15:33:56 +0100 Subject: [PATCH 2/2] Bump version to 0.4.3 --- CHANGELOG.rst | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a93e7d..2617294 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,21 @@ 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``. diff --git a/pyproject.toml b/pyproject.toml index 7c0824e..2e5e9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] homepage = "https://dcermak.github.io/pytest_container/"