File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 22
33Order should be ` CHANGE ` , ` FEATURE ` , ` ENHANCEMENT ` , and ` BUGFIX `
44
5+ ## unreleased/master
6+ * [ CHANGE] Upgrade to v1.14.1
7+ * [ CHANGE] Remove chunktool and rules-migrator
8+
59## v0.13.2
610* [ CHANGE] Upgrade to v1.13.2
711* [ CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
Original file line number Diff line number Diff line change 1+ # v0.13.2 Release
2+
3+ ## Changes
4+
5+ * [ CHANGE] Upgrade to v1.13.2
6+ * [ CHANGE] Updates version of Go to 1.22 and Alpine to 3.19.1 in Dockerfiles
7+ * [ FEATURE] Make rulerAPI Path configurable
8+ * [ FEATURE] Add tool to deserialize alertmanager state file
9+ * [ ENHANCEMENT] Support loading alertmanager templates from different directories
10+ * [ BUGFIX] Set tenant id in prom analyse command
11+
12+ ## Installation
13+
14+ ## cortextool
15+
16+ ``` console
17+ # download the binary (adapt os and arch as needed)
18+ $ curl -fSL -o " cortextool" " https://github.com/cortexproject/cortex-tools/releases/download/v0.13.2/cortextool_0.13.2_linux_x86_64"
19+
20+ # make it executable
21+ $ chmod a+x " cortextool"
22+
23+ # have fun :)
24+ $ ./cortextool --help
25+ ```
26+
27+ ## benchtool
28+
29+ ``` console
30+ # download the binary (adapt os and arch as needed)
31+ $ curl -fSL -o " benchtool" " https://github.com/cortexproject/cortex-tools/releases/download/v0.13.2/benchtool_0.13.2_linux_x86_64"
32+
33+ # make it executable
34+ $ chmod a+x " benchtool"
35+
36+ # have fun :)
37+ $ ./benchtool --help
38+ ```
You can’t perform that action at this time.
0 commit comments