diff --git a/.trivyignore b/.trivyignore new file mode 100644 index 0000000..e69de29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0d21c..d905684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ # Changelog -## 0.4.2 +## 0.4.3 + +### Fix + +* Rebuild also removes CVE-2024-41096, CVE-2024-42228, CVE-2024-42314, CVE-2024-44940, CVE-2024-44974, CVE-2024-44983, CVE-2024-44985, CVE-2024-44986, CVE-2024-44987, CVE-2024-44998, CVE-2024-44999, CVE-2024-45026, CVE-2024-46673, CVE-2024-46674, CVE-2024-46722, CVE-2024-46723, CVE-2024-46724, CVE-2024-46725, CVE-2024-46731, CVE-2024-46738, CVE-2024-46740, CVE-2024-46743, CVE-2024-46744, CVE-2024-46746, CVE-2024-46747, CVE-2024-46756, CVE-2024-46757, CVE-2024-46758, CVE-2024-46759, CVE-2024-46782, CVE-2024-46798, CVE-2024-46800, CVE-2024-46804, CVE-2024-46814, CVE-2024-46818, CVE-2024-46821, CVE-2024-46844, CVE-2024-46849, CVE-2024-46852, CVE-2024-46853, CVE-2024-46854, CVE-2024-46858, CVE-2024-46859 and CVE-2024-46865 from the image. [Ben Dalling] + +* Bump Sentry SDK from 2.14.0 to 2.15.0. [Ben Dalling] + + +## 0.4.2 (2024-09-24) ### Changes diff --git a/requirements.txt b/requirements.txt index 86f3d35..aee4e5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ prometheus_client==0.21.0 redmx==0.2.2 referencing==0.35.1 rpds-py==0.20.0 -sentry-sdk==2.14.0 +sentry-sdk==2.15.0 setuptools==75.1.0 urllib3==2.2.3 wheel==0.44.0 diff --git a/router.py b/router.py index eee3da2..f69eb0d 100755 --- a/router.py +++ b/router.py @@ -54,7 +54,7 @@ Producer) from prometheus_client import Counter, Info, Summary, start_http_server -__version__ = '0.4.2' +__version__ = '0.4.3' PROG = os.path.basename(sys.argv[0]).removesuffix('.py') logging.basicConfig() logger = logging.getLogger(PROG)