Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Update VPS Plugin #231

Merged
merged 4 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v2.5.12

Update VPS plugin to 2021-04-19-9162a26 (#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)

# 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:
Expand Down
2 changes: 1 addition & 1 deletion vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down