influxdb: Update to version 1.8.9, add influxdb2 (#2252)

* updating from 1.8.4 to 1.8.6

* creating influxdb2

Adding version 2.x to the bucket folder

* Update and rename influxdb2 to influxdb2.json

* influxdb: Modify checkver, Update to version 1.8.9

* influxdb2: Modify checkver, Update to version 2.0.8

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
Nefariis 2021-09-25 07:12:50 -07:00 committed by GitHub
parent f354ff0f6a
commit 6482a670ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 6 deletions

View File

@ -1,13 +1,13 @@
{ {
"version": "1.8.4", "version": "1.8.9",
"description": "Scalable datastore for metrics, events, and real-time analytics.", "description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/", "homepage": "https://www.influxdata.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.4_windows_amd64.zip", "url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.9_windows_amd64.zip",
"hash": "09c63a0afc3587a827670504d0354f0926192a046961838c922dbe8bd5a71783", "hash": "8aac83b70f02088f64e99b25884fea5bd4c81780e6f3740aa9ba0e8c3424f0ba",
"extract_dir": "influxdb-1.8.4-1" "extract_dir": "influxdb-1.8.9-1"
} }
}, },
"persist": "influxdb.conf", "persist": "influxdb.conf",
@ -15,11 +15,19 @@
"influx.exe", "influx.exe",
"influx_inspect.exe", "influx_inspect.exe",
"influx_stress.exe", "influx_stress.exe",
"influx_tsm.exe",
"influxd.exe" "influxd.exe"
], ],
"checkver": { "checkver": {
"url": "https://portal.influxdata.com/downloads", "url": "https://portal.influxdata.com/downloads",
"regex": ">InfluxDB v([\\d.]+)<" "regex": ">InfluxDB v1\\.([\\d.]+)",
"replace": "1.${1}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip",
"extract_dir": "influxdb-$version-1"
}
}
} }
} }

30
bucket/influxdb2.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "2.0.8",
"description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.8-windows-amd64.zip",
"hash": "68584fcb22ff63d35215eff055a5e6d64e9f5da939fe11adae85b661436c1e4b",
"extract_dir": "influxdb2-2.0.8-windows-amd64"
}
},
"persist": "influxdb.conf",
"bin": [
"influx.exe",
"influxd.exe"
],
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"regex": ">InfluxDB v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows-amd64.zip",
"extract_dir": "influxdb2-$version-windows-amd64"
}
}
}
}