From ac6ad42a725756a011c7904bfb389565330fb6cb Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Sun, 2 Feb 2020 18:05:47 -0800 Subject: [PATCH] vector: Add version 0.7.0 (#750) --- bucket/vector.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/vector.json diff --git a/bucket/vector.json b/bucket/vector.json new file mode 100644 index 0000000000..86f8ae21db --- /dev/null +++ b/bucket/vector.json @@ -0,0 +1,24 @@ +{ + "version": "0.7.0", + "description": "Collect, transform, & route all observability data.", + "homepage": "https://vector.dev", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/timberio/vector/releases/download/v0.7.0/vector-x86_64-pc-windows-msvc.zip", + "hash": "70f5d130b1afe46ddbbe30c979627bd147919bd5bb3eda628448d820b43e1a84" + } + }, + "bin": "bin\\vector.exe", + "persist": "config", + "checkver": { + "github": "https://github.com/timberio/vector" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/timberio/vector/releases/download/v$version/vector-x86_64-pc-windows-msvc.zip" + } + } + } +}