Skip to content

Commit

Permalink
fix: influxdb2 packages should depend on curl (#22236)
Browse files Browse the repository at this point in the history
* fix: influxdb-server packages should depend on curl

* chore: update changelog

Co-authored-by: Daniel Moran <danxmoran@gmail.com>
  • Loading branch information
codyshepherd and danxmoran authored Aug 18, 2021
1 parent 2844820 commit 3789006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ nfpms:
postremove: scripts/post-uninstall.sh
conflicts:
- influxdb
dependencies:
- curl
overrides:
rpm:
replacements:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Bug Fixes

1. [22242](https://github.com/influxdata/influxdb/pull/22242): Preserve comments in flux queries when saving task definitions
1. [22236](https://github.com/influxdata/influxdb/pull/22236): influxdb2 packages should depend on curl

## v2.0.8 [2021-08-13]
----------------------
Expand Down

0 comments on commit 3789006

Please sign in to comment.