From 332a18404429b7338f83625762d796685a0bbd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Zimmermann?= Date: Mon, 30 Dec 2024 21:14:02 +0100 Subject: [PATCH] add changelog --- .github/workflows/container-build.yml | 7 +++---- .trivyignore | 2 -- CHANGELOG.md | 1 + 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .trivyignore diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 453164d98..bddc9b12c 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.10", "3.11", "3.12" ] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 @@ -83,7 +83,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3.7.0 with: - cosign-release: 'v2.4.1' + cosign-release: "v2.4.1" - name: Create SBOM of container image uses: anchore/sbom-action@v0 @@ -110,8 +110,7 @@ jobs: with: path: cache/db key: trivy-cache-${{ steps.date.outputs.date }} - restore-keys: - trivy-cache- + restore-keys: trivy-cache- - name: Scan image using Trivy uses: aquasecurity/trivy-action@0.24.0 diff --git a/.trivyignore b/.trivyignore deleted file mode 100644 index c2ffb7993..000000000 --- a/.trivyignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore Python 3.10 CVE that is only fixed in Python 3.11 as long as we still support Python 3.10. -CVE-2023-36632 diff --git a/CHANGELOG.md b/CHANGELOG.md index a06ada075..c148108ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## next release ### Breaking +* drop support for python 3.10 and add support for python 3.13 * `CriticalInputError` is raised when the input preprocessor values can't be set, this was so far only true for the hmac preprocessor, but is now also applied for all other preprocessors. * fix `delimiter` typo in `StringSplitterRule` configuration