vector: Add version 0.7.0 (#750)

This commit is contained in:
Ana Hobden 2020-02-02 18:05:47 -08:00 committed by GitHub
parent d54e711db5
commit ac6ad42a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/vector.json Normal file
View File

@ -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"
}
}
}
}