Skip to content

Commit

Permalink
fix: add upgrade helper script to nfpms manifest (#20339)
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Dec 15, 2020
1 parent fe04d34 commit 922ea32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nfpms:
"scripts/init.sh": "/usr/lib/influxdb/scripts/init.sh"
"scripts/influxdb.service": "/usr/lib/influxdb/scripts/influxdb.service"
"scripts/logrotate": "/etc/logrotate.d/influxdb"
"scripts/influxdb2-upgrade.sh": "/usr/share/influxdb/influxdb2-upgrade.sh"
scripts:
preinstall: "scripts/pre-install.sh"
postinstall: "scripts/post-install.sh"
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nfpms:
"scripts/init.sh": "/usr/lib/influxdb/scripts/init.sh"
"scripts/influxdb.service": "/usr/lib/influxdb/scripts/influxdb.service"
"scripts/logrotate": "/etc/logrotate.d/influxdb"
"scripts/influxdb2-upgrade.sh": "/usr/share/influxdb/influxdb2-upgrade.sh"
scripts:
preinstall: "scripts/pre-install.sh"
postinstall: "scripts/post-install.sh"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## v2.0.4 [unreleased]
----------------------

### Bug Fixes

1. [20339](https://github.com/influxdata/influxdb/pull/20339): Include upgrade helper script in goreleaser manifest.

## v2.0.3 [2020-12-14]
----------------------

Expand Down

0 comments on commit 922ea32

Please sign in to comment.