From 7d3b4ffdd6b22ae80215f3a04421606b1f78de6a Mon Sep 17 00:00:00 2001 From: Aqua Security automated builds <54269356+aqua-bot@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:57:04 -0600 Subject: [PATCH] release: v0.61.1 [release/v0.61] (#8704) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e87b0eca83..72eeea8069 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.61.0"} +{".":"0.61.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index eca562d7ef..6f2dd4d310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.61.1](https://github.com/aquasecurity/trivy/compare/v0.61.0...v0.61.1) (2025-04-17) + + +### Bug Fixes + +* **k8s:** correct compare artifact versions [backport: release/v0.61] ([#8699](https://github.com/aquasecurity/trivy/issues/8699)) ([9d6290b](https://github.com/aquasecurity/trivy/commit/9d6290b31977b1bd4ab47349cd26498bc3b079c3)) +* **k8s:** skip passed misconfigs for the summary report [backport: release/v0.61] ([#8748](https://github.com/aquasecurity/trivy/issues/8748)) ([80d120f](https://github.com/aquasecurity/trivy/commit/80d120fa0f96695e09eb97f43fb7413e5c773e50)) + ## [0.61.0](https://github.com/aquasecurity/trivy/compare/v0.60.0...v0.61.0) (2025-03-28)