Skip to content

Commit d7410e6

Browse files
authored
Add Arm64 on Darwin (#193)
1 parent b7df2d4 commit d7410e6

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ builds:
1616
- darwin
1717
goarch:
1818
- amd64
19+
- arm64
1920
- id: cortextool-linux
2021
ldflags:
2122
-s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Order should be `CHANGE`, `FEATURE`, `ENHANCEMENT`, and `BUGFIX`
44

5-
## unreleased/master
5+
## v0.10.2
66

77
* [FEATURE] Blockgen: adding a new tool to generate blocks of mock data.
8-
* [BUGFIX] Benchtool: avoid duplicate DNS metrics registration when enabling both query and write benchmarking. #188
8+
* [FEATURE] Support Arm64 on Darwin.
99
* [ENHANCEMENT] Added the ability to set an explicit user when Cortex is behind basic auth. #187
10+
* [BUGFIX] Benchtool: avoid duplicate DNS metrics registration when enabling both query and write benchmarking. #188
1011

1112
## v0.10.1
1213

changelogs/v0.10.2.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v0.10.2 Release
2+
3+
## Changes
4+
5+
* [FEATURE] Blockgen: adding a new tool to generate blocks of mock data.
6+
* [FEATURE] Support Arm64 on Darwin.
7+
* [ENHANCEMENT] Added the ability to set an explicit user when Cortex is behind basic auth. #187
8+
* [BUGFIX] Benchtool: avoid duplicate DNS metrics registration when enabling both query and write benchmarking. #188
9+
10+
## Installation
11+
12+
## cortextool
13+
14+
```console
15+
# download the binary (adapt os and arch as needed)
16+
$ curl -fSL -o "/usr/local/bin/cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.10.1/cortextool_0.10.1_linux_x86_64"
17+
18+
# make it executable
19+
$ chmod a+x "/usr/local/bin/cortextool"
20+
21+
# have fun :)
22+
$ cortextool --help
23+
```

0 commit comments

Comments
 (0)