Skip to content

Commit

Permalink
Prepare release v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg committed May 13, 2024
1 parent 532bb9b commit bc4b040
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## v0.17.0
* [CHANGE] Upgrade cortex to v1.17.0

## v0.16.1
* [CHANGE] Upgrade cortex to v1.16.1

Expand Down
33 changes: 33 additions & 0 deletions changelogs/v0.17.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# v0.17.0 Release

## Changes

* [CHANGE] Upgrade cortex to v1.17.0

## Installation

## cortextool

```console
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "cortextool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.17.0/cortextool_0.17.0_linux_x86_64"

# make it executable
$ chmod a+x "cortextool"

# have fun :)
$ ./cortextool --help
```

## benchtool

```console
# download the binary (adapt os and arch as needed)
$ curl -fSL -o "benchtool" "https://github.com/cortexproject/cortex-tools/releases/download/v0.17.0/benchtool_0.17.0_linux_x86_64"

# make it executable
$ chmod a+x "benchtool"

# have fun :)
$ ./benchtool --help
```

0 comments on commit bc4b040

Please sign in to comment.