Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename arm rpms with yum-compatible names #21748

Merged
merged 1 commit into from Jun 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .goreleaser.yml
Expand Up @@ -82,6 +82,8 @@ nfpms:
rpm:
replacements:
amd64: x86_64
arm64: aarch64
armhf: armv7hl
file_name_template: "influxdb2-{{ .Version }}.{{ .Arch }}"
deb:
file_name_template: "influxdb2-{{ .Version }}-{{ .Arch }}"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -24,6 +24,7 @@
1. [21524](https://github.com/influxdata/influxdb/pull/21524): Replace telemetry file name with slug for `ttf`, `woff`, and `eot` files.
1. [21549](https://github.com/influxdata/influxdb/pull/21549): Enable use of absolute path for `--upgrade-log` when running `influxd upgrade` on Windows.
1. [21548](https://github.com/influxdata/influxdb/pull/21548): Make InfluxQL meta queries respect query timeouts.
1. [21748](https://github.com/influxdata/influxdb/pull/21748): rename arm rpms with yum-compatible names

## v2.0.6 [2021-04-29]
----------------------
Expand Down