From 63bfe86afd82dae58973cf5fa676e06b4a4de4c1 Mon Sep 17 00:00:00 2001 From: Cody Shepherd Date: Tue, 17 Aug 2021 11:34:01 -0700 Subject: [PATCH] fix: influxdb-server packages should depend on curl (#22228) * fix: influxdb2 packages should depend on curl * chore: update changelog --- .goreleaser.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 96128304ad6..120b2cbe674 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -53,6 +53,8 @@ nfpms: postremove: scripts/post-uninstall.sh conflicts: - influxdb + dependencies: + - curl recommends: - influxdb2-cli overrides: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9b0927e8d..22b3e6559cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]