Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #66 from jrasell/f-release-0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
jrasell authored Oct 10, 2019
2 parents b450ef4 + 293db6a commit 6f829f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0 (Unreleased)
## 0.2.0 (10 October, 2019)

IMPROVEMENTS:
* Sherpa server now performs clustering and leadership locking. The internal autoscaler, policy garbage collector, and API endpoints with the exception of `ui` and `system` are leader protected. The sub-process will not run unless the server is considered the cluster leader. Protected API endpoints called on a non-leader server will respond with a HTTP redirect [[GH-45]](https://github.com/jrasell/sherpa/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:latest
LABEL maintainer James Rasell<([email protected])> (@jrasell)
LABEL vendor "jrasell"

ENV SHERPA_VERSION 0.1.0
ENV SHERPA_VERSION 0.2.0

WORKDIR /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sherpa is a job scaler for [HashiCorp Nomad](https://www.nomadproject.io/) and a

## Download & Install

* The Sherpa binary can be downloaded from the [GitHub releases page](https://github.com/jrasell/sherpa/releases) using `curl -L https://github.com/jrasell/sherpa/releases/download/v0.1.0/sherpa_0.1.0_linux_amd64 -o sherpa`
* The Sherpa binary can be downloaded from the [GitHub releases page](https://github.com/jrasell/sherpa/releases) using `curl -L https://github.com/jrasell/sherpa/releases/download/v0.2.0/sherpa_0.2.0_linux_amd64 -o sherpa`

* A docker image can be found on [Docker Hub](https://hub.docker.com/r/jrasell/sherpa/), the latest version can be downloaded using `docker pull jrasell/sherpa`.

Expand Down

0 comments on commit 6f829f6

Please sign in to comment.