Skip to content

release 0.5.1 - Update dependencies #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2025
Merged

release 0.5.1 - Update dependencies #522

merged 2 commits into from
Mar 25, 2025

Conversation

mocsharp
Copy link
Collaborator

@mocsharp mocsharp commented Mar 25, 2025

Description

Fixes #521

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • All tests passed locally.
  • Documentation comments included/updated.
  • User guide updated.
  • I have updated the changelog

Signed-off-by: Victor Chang <[email protected]>
@mocsharp mocsharp added the build Build & build workflow label Mar 25, 2025
@mocsharp mocsharp added this to the 0.5.1 milestone Mar 25, 2025
@mocsharp mocsharp self-assigned this Mar 25, 2025
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.24226%. Comparing base (c41faaf) to head (52accdb).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop        #522   +/-   ##
=============================================
  Coverage   73.24226%   73.24226%           
=============================================
  Files            445         445           
  Lines          29939       29939           
  Branches        1427        1427           
=============================================
  Hits           21928       21928           
  Misses          7468        7468           
  Partials         543         543           
Flag Coverage Δ
unittests 73.24226% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c41faaf...52accdb. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mocsharp mocsharp force-pushed the release/0.5.1 branch 3 times, most recently from c844475 to 1e1eb06 Compare March 25, 2025 18:02
- Updated libc6-dev version in Dockerfile from 2.35-0ubuntu3.8 to 2.35-0ubuntu3.9.
- Modified GitHub Actions CI configuration to use updated versions for GitVersion and upload-artifact actions.
- Adjusted artifact paths in CI workflow to reflect new naming conventions.

Also added a new entry in the changelog for version 0.5.1 addressing vulnerabilities in .NET (CVE-2024-38229, CVE-2024-35264).

Signed-off-by: Victor Chang <[email protected]>
Copy link
Member

@dbericat dbericat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mocsharp mocsharp merged commit bb05540 into develop Mar 25, 2025
28 of 31 checks passed
Copy link

🎉 This issue has been resolved in version 0.5.1 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build & build workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CVE-2024-38229, CVE-2024-35264
2 participants