- [ci/cd] Update go version to 1.17.x
- [feat] update influxdb sdk to 2.9.0 which supports
SetupWithToken()
method which allows auth using a pre-determined token- fixes #248
- [fix] default the influxdb host to
localhost
instead of0.0.0.0
which was incorrect.- related #254
Timestamp | SHA | Message | Author |
---|---|---|---|
2022-05-20T17:02Z | 65d3104 | (v0.4.6) Automated packaging of release by Packagr | packagrio-bot |
2022-05-20T16:52Z | 601d632 | update xgo version. | Jason Kulatunga |
2022-05-20T16:18Z | 8466c5e | upgrade to v2.9.0 for influxdb sdk -- this includes the SetupWithToken method. | Jason Kulatunga |
2022-05-18T16:40Z | aa786c0 | upgrade to go 1.17 | Jason Kulatunga |
2022-05-18T16:30Z | f3faee3 | trying to fix the docker builds. | Jason Kulatunga |
2022-05-18T16:14Z | 5ac0aa8 | Forked InfluxDB SDK and added support for using pre-generated admin token during setup. This ensures we no longer need to persist the token during startup. fixes #248 | Jason Kulatunga |
2022-05-17T16:39Z | a589d11 | update influxdb host default to localhost. | Jason Kulatunga |