fix: influxdb-server packages should depend on curl (#22228)
* fix: influxdb2 packages should depend on curl * chore: update changelogpull/22211/head
parent
de9855d073
commit
63bfe86afd
|
@ -53,6 +53,8 @@ nfpms:
|
|||
postremove: scripts/post-uninstall.sh
|
||||
conflicts:
|
||||
- influxdb
|
||||
dependencies:
|
||||
- curl
|
||||
recommends:
|
||||
- influxdb2-cli
|
||||
overrides:
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue