Skip to content

Releases: kubescape/node-agent

Release v0.2.393

18 Sep 13:14
477a711
Compare
Choose a tag to compare
Merge pull request #649 from kubescape/grype

migrate to grype v0.99.1

Release v0.2.390

04 Sep 09:13
9cfda3e
Compare
Choose a tag to compare

This pull request improves the robustness of the toLayers function in pkg/sbommanager/v1/source.go by handling cases where the ms slice is shorter than the ds slice or is nil, and adds comprehensive unit tests to verify its behavior.

Improved error handling and robustness

  • Updated the toLayers function to check that the ms slice has enough elements before accessing it, preventing potential out-of-bounds errors when ms is shorter than ds or is nil. ([pkg/sbommanager/v1/source.goL165-R169](diffhunk://#diff-e8fbb3cdbbd84fec27ef49bdf1428f8cbea3bfe05009801a5bbfd1178292df30L165-R169))

Test coverage

  • Added a new test suite in pkg/sbommanager/v1/source_test.go for the toLayers function, covering cases with empty, nil, and mismatched layer size slices to ensure correct behavior and edge case handling. ([pkg/sbommanager/v1/source_test.goR1-R95](diffhunk://#diff-7e704476132c470486ae4022b5c856ff856caf61311bd87e6dc1bfb3e58dd8f1R1-R95))

Release v0.2.386

28 Aug 10:46
078b6a8
Compare
Choose a tag to compare

Overview

Release v0.2.385

28 Aug 09:10
d9b8b7d
Compare
Choose a tag to compare
Merge pull request #641 from kubescape/disable-tracers

add config to disable any tracer independently from capabilities

Release v0.2.384

28 Aug 07:37
5adc1fe
Compare
Choose a tag to compare

Overview

Release v0.2.378

26 Aug 12:44
a331707
Compare
Choose a tag to compare

Overview

Release v0.2.377

19 Aug 12:55
7f1258f
Compare
Choose a tag to compare

What's Changed

  • do not return an error if iouring tracer doesn't load by @matthyx in #627

Full Changelog: v0.2.376...v0.2.377

Release v0.2.376

19 Aug 11:59
d9fc295
Compare
Choose a tag to compare

What's Changed

  • cherry-pick containerEolNotificationChannel from refactoring by @matthyx in #626

Full Changelog: v0.2.375...v0.2.376

Release v0.2.375

18 Aug 12:42
e52e65b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.374...v0.2.375

Release v0.2.374

14 Aug 12:50
7a5cc82
Compare
Choose a tag to compare

Overview

What's Changed

Full Changelog: v0.2.372...v0.2.374