vector: Update to version 0.11.0

This commit is contained in:
Jakub Čábera 2020-12-11 21:50:12 +01:00
parent c458f0f497
commit 8681095fa8

View File

@ -1,12 +1,12 @@
{
"version": "0.10.0",
"version": "0.11.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.10.0/vector-x86_64-pc-windows-msvc.zip",
"hash": "f2f0a2cae64b324cb46002f29d04e5620623218315ce658499a86ae2c7540551"
"url": "https://github.com/timberio/vector/releases/download/v0.11.0/vector-0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "83c155dcff40bef1e37bf79b510582fc3766f592fa3c5a42dcb2a8a0dd541739"
}
},
"bin": "bin\\vector.exe",
@ -17,7 +17,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timberio/vector/releases/download/v$version/vector-x86_64-pc-windows-msvc.zip"
"url": "https://github.com/timberio/vector/releases/download/v$version/vector-$version-x86_64-pc-windows-msvc.zip"
}
}
}