From 57b461b5cdb078872424f3d8384c385b6e16fefb Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 16 Aug 2021 14:58:33 -0700 Subject: [PATCH 1/2] Bump wiggins plugin --- vendor_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor_download.sh b/vendor_download.sh index ab3c26055..7e88b5e64 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -45,7 +45,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-08-05-19b866c" +WIGGINS_TAG="2021-08-12-8fff384" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor/wiggins-release.json From 89ed86eee5c55919f269917f69424fcb50215cc8 Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 16 Aug 2021 15:01:44 -0700 Subject: [PATCH 2/2] Update changelog --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b8caa6418..13c01af55 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Spectrometer Changelog +## v2.15.3 + +- Resolve a scan performance regression for `fossa vps` invocations. ([#335](https://github.com/fossas/spectrometer/pull/335)) +- Resolve a scan performance regression for `fossa analyze --experimental-enable-monorepo` invocations. ([#335](https://github.com/fossas/spectrometer/pull/335)) + ## v2.15.2 - Maven: Fixes an issue where dependencies parsed from `dependency:tree` would fail to resolve when uploaded. ([#332](https://github.com/fossas/spectrometer/pull/332))