From 66a2a5a7fe3253c95d6bd52c84bbb3b4ab17a2cb Mon Sep 17 00:00:00 2001 From: vrenaville Date: Thu, 19 Sep 2024 13:46:14 +0200 Subject: [PATCH] Release: 4.5.10 --- .github/workflows/build.yaml | 2 +- HISTORY.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a94be43..bf626e9c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: - "release-4.5.X" - "dev-4.5.X" tags: - - "4.*.*.*.*" + - "4.*.*" pull_request: branches: diff --git a/HISTORY.rst b/HISTORY.rst index a59b35c4..1da944f1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -20,6 +20,18 @@ Release History --------------- +4.5.10 (2024-09-19) +++++++++++++++++++ + +** Build ** + +* Update Python dependencies, for all version except V11 +* V15, V16, V17: Update Python to Version 3.12 +* Update Debian version to bookworm for all versions +* Switch from Travis to github actions +* Add test on Sysdig Secure + + 4.5.9 (2024-05-22) ++++++++++++++++++