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 #122 from jrasell/f-prep-0.4.1-release
Browse files Browse the repository at this point in the history
Prepare for v0.4.1 release.
  • Loading branch information
jrasell authored Jan 3, 2020
2 parents 735a82b + e37a625 commit d215c85
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.4.1 (Unreleased)
## 0.4.1 (3 January, 2020)

BUG FIXES:
* Fix incorrect searching of allocs causing missed allocations when performing autoscaling evaluations in jobs with a mix of scalable, and non-scable groups [[GH-121]](https://github.com/jrasell/sherpa/pull/121)
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<(jamesrasell@gmail.com)> (@jrasell)
LABEL vendor "jrasell"

ENV SHERPA_VERSION 0.4.0
ENV SHERPA_VERSION 0.4.1

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 @@ -11,7 +11,7 @@ Sherpa is a highly available, fast, and flexible horizontal job scaling for [Has

## 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.3.0/sherpa_0.3.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.4.1/sherpa_0.4.1_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 d215c85

Please sign in to comment.