fix: influxdb-server packages should depend on curl (#22228)

* fix: influxdb2 packages should depend on curl

* chore: update changelog
pull/22211/head
Cody Shepherd 2021-08-17 11:34:01 -07:00 committed by GitHub
parent de9855d073
commit 63bfe86afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,8 @@ nfpms:
postremove: scripts/post-uninstall.sh
conflicts:
- influxdb
dependencies:
- curl
recommends:
- influxdb2-cli
overrides:

View File

@ -80,6 +80,7 @@ This release adds an embedded SQLite database for storing metadata required by t
1. [22059](https://github.com/influxdata/influxdb/pull/22059): Copy names from mmapped memory before closing iterator
1. [22186](https://github.com/influxdata/influxdb/pull/22186): Preserve comments in flux queries when saving task definitions
1. [#22174](https://github.com/influxdata/influxdb/pull/22174): systemd service -- handle 40x and block indefinitely
1. [#22228](https://github.com/influxdata/influxdb/pull/22228): influxdb2 packages should depend on curl
## v2.0.7 [2021-06-04]