Skip to content

Commit

Permalink
Merge pull request #83 from cbdq-io/release/0.4.3
Browse files Browse the repository at this point in the history
Release/0.4.3
  • Loading branch information
dallinb authored Oct 8, 2024
2 parents 6094602 + 599f57f commit d387bdc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Empty file added .trivyignore
Empty file.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion router.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d387bdc

Please sign in to comment.