5 Commits

Author SHA1 Message Date
b7eacf9ba9 chore: use remote package signing (#498) 2023-04-18 22:24:57 -04:00
929952d647 fix: rename package to influxdb2-cli (#495)
The package filename remains "influxdb2-client"; however, internally
the package has been renamed to "influxdb2-cli". This is so upgrades
are performed correctly by apt and yum (which use the package
metadata rather than the filename).

This also swaps out underscores to slashes to match what
influxdata-docker expects.
2023-04-10 12:48:17 -04:00
af76e69fa5 fix: don't attempt to overwrite influxdb installs (#493) (#494)
* fix: don't attempt to overwrite influxdb installs

* fix: don't attempt to overwrite influxdb installs
2023-04-06 12:29:54 -04:00
a5a89b41f6 chore: build windows packages on release (#490) 2023-04-05 13:12:26 -04:00
1164ca57ff chore: use fpm for packaging (#476)
* chore: remove goreleaser configuration and scripts

* chore: replace goreleaser with fpm

goreleaser handled signing and uploading packages. So, that
functionality had to be implemented here as well.
2023-03-01 17:26:34 -05:00