vector: Update to version 0.17.0

This commit is contained in:
Jakub Čábera 2021-10-10 05:46:21 -07:00
parent 0075bac315
commit 8eb7e94293

View File

@ -1,12 +1,12 @@
{
"version": "0.16.1",
"version": "0.17.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.16.1/vector-0.16.1-x86_64-pc-windows-msvc.zip",
"hash": "864d7fbcd8a37c83a1a718340b5246b754027c7615b9691f887dea37aba98241"
"url": "https://packages.timber.io/vector/0.17.0/vector-0.17.0-x86_64-pc-windows-msvc.zip",
"hash": "36585388a95b39d0e5aaab08e092a06e3a43385ac79504a361a0a1d3b471597f"
}
},
"bin": "bin\\vector.exe",
@ -17,7 +17,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timberio/vector/releases/download/v$version/vector-$version-x86_64-pc-windows-msvc.zip"
"url": "https://packages.timber.io/vector/$version/vector-$version-x86_64-pc-windows-msvc.zip"
}
}
}