From 58676818a05d417b2d1dfbd90c8daf9ae08136c0 Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 19 Apr 2021 14:23:39 -0700 Subject: [PATCH 1/4] Update wiggins to 2021-04-19-9162a26 --- vendor_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor_download.sh b/vendor_download.sh index dad915eb1..95c596bdb 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -41,7 +41,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-04-05-14e2911" +WIGGINS_TAG="2021-04-19-9162a26" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor/wiggins-release.json From ea1b934c0db28c984fbaf6cc2fc29a530564ffc9 Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 19 Apr 2021 14:23:44 -0700 Subject: [PATCH 2/4] Update changelog --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 677ec9002..b3395f277 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,23 @@ +# v2.5.12 + +Update VPS plugin to 2021-04-19-9162a26 + +# v2.5.11 + +* Update container scanning version (#230) +* Change container scanning layer scope (#228) +* Initial configuration file (#220) +* Glide.lock: Parse versions as Text (#221) +* Add container layers and artifact locations (#225) +* Tiny hlint/ormolu fixes (#224) + +# v2.5.10 + +* Freeze dependencies to allow reproducible builds (#222) +* Add documentation for replay logging (#212) +* Only activate replay/record mode using --replay/--record (previously it was turned on in --debug mode) (#212) +* Fixed a bug where container scanning failed when ignored artifacts aren't in the right shape (#223) + # v2.5.9 - Update the VPS scanning plugin: From ac531eac6c463c1ddaabae904c911aa1196a7a29 Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 19 Apr 2021 14:24:51 -0700 Subject: [PATCH 3/4] Add PR to changelog --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b3395f277..5cb64facf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # v2.5.12 -Update VPS plugin to 2021-04-19-9162a26 +Update VPS plugin to 2021-04-19-9162a26 (#231) # v2.5.11 From a2fa007fe371d4a45d86738b82c7771b4dd96df4 Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 19 Apr 2021 14:26:03 -0700 Subject: [PATCH 4/4] Add links to changelog --- Changelog.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5cb64facf..35f28071f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,22 +1,22 @@ # v2.5.12 -Update VPS plugin to 2021-04-19-9162a26 (#231) +Update VPS plugin to 2021-04-19-9162a26 ([#231](https://github.com/fossas/spectrometer/pull/231)) # v2.5.11 -* Update container scanning version (#230) -* Change container scanning layer scope (#228) -* Initial configuration file (#220) -* Glide.lock: Parse versions as Text (#221) -* Add container layers and artifact locations (#225) -* Tiny hlint/ormolu fixes (#224) +* Update container scanning version ([#230](https://github.com/fossas/spectrometer/pull/230)) +* Change container scanning layer scope ([#228](https://github.com/fossas/spectrometer/pull/228)) +* Initial configuration file ([#220](https://github.com/fossas/spectrometer/pull/220)) +* Glide.lock: Parse versions as Text ([#221](https://github.com/fossas/spectrometer/pull/221)) +* Add container layers and artifact locations ([#225](https://github.com/fossas/spectrometer/pull/225)) +* Tiny hlint/ormolu fixes ([#224](https://github.com/fossas/spectrometer/pull/224)) # v2.5.10 -* Freeze dependencies to allow reproducible builds (#222) -* Add documentation for replay logging (#212) -* Only activate replay/record mode using --replay/--record (previously it was turned on in --debug mode) (#212) -* Fixed a bug where container scanning failed when ignored artifacts aren't in the right shape (#223) +* Freeze dependencies to allow reproducible builds ([#222](https://github.com/fossas/spectrometer/pull/222)) +* Add documentation for replay logging ([#212](https://github.com/fossas/spectrometer/pull/212)) +* Only activate replay/record mode using --replay/--record (previously it was turned on in --debug mode) ([#212](https://github.com/fossas/spectrometer/pull/212)) +* Fixed a bug where container scanning failed when ignored artifacts aren't in the right shape ([#223](https://github.com/fossas/spectrometer/pull/223)) # v2.5.9