From e37a625009dbab5ced3fc896c0d8b567c457efc9 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 3 Jan 2020 08:44:05 +0000 Subject: [PATCH] Prepare for v0.4.1 release. --- CHANGELOG.md | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd76f99..6761868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Dockerfile b/Dockerfile index ec094f9..eabd170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/README.md b/README.md index 4dbd8a7..2425765 100644 --- a/README.md +++ b/README.md @@ -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`.