From 920eb95b486927dab0671695f5e5ab86ed58c513 Mon Sep 17 00:00:00 2001 From: Filip Rysavy Date: Mon, 8 Mar 2021 11:13:50 +0100 Subject: [PATCH] Prepare for release v1.1.2 --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- README.md | 17 ++++++++++------- changelog/changelog-tail.md | 6 ++++++ 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e54ff4..cb3e7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Sia Antfarm Docker Image Changelog +## Mar 8, 2021: +### v1.1.2 +**Key Updates** +- Update Docker image to use Sia Antfarm `v1.1.2` which contains several + Antfarm stability updates. + ## Mar 4, 2021: ### v1.1.1 **Key Updates** diff --git a/Dockerfile b/Dockerfile index fd8e202..cf029ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt update && \ RUN mkdir -p sia-antfarm/data # Download sia-antfarm and siad-dev binaries -ARG SIA_ANTFARM_VERSION=v1.1.1 +ARG SIA_ANTFARM_VERSION=v1.1.2 WORKDIR /sia-antfarm RUN curl -o tag-page.html --fail "https://gitlab.com/NebulousLabs/Sia-Ant-Farm/-/tags/${SIA_ANTFARM_VERSION}" && \ download_link="https://gitlab.com$(cat tag-page.html | grep job=build | grep -Po '(?<=href=\")[^\"]*')" && \ diff --git a/README.md b/README.md index 75211aa..1f516c2 100644 --- a/README.md +++ b/README.md @@ -11,25 +11,28 @@ ### Latest * **latest** -### v1.1.1 +### 1.1.2 +* Sia AntFarm `v1.1.2` with AntFarm stability updates + +### 1.1.1 * Sia AntFarm `v1.1.1` based on Sia `v1.5.5` -### v1.1.0 +### 1.1.0 * Sia AntFarm `v1.1.0` based on Sia `v1.5.4` -### v1.0.5 +### 1.0.5 * Allows publishing multiple ant HTTP API ports -### v1.0.4 +### 1.0.4 * Sia Ant Farm `v1.0.4` based on Sia `v1.5.3` -### v1.0.3 +### 1.0.3 * Sia Ant Farm `v1.0.3` based on Sia `v1.5.2` -### v1.0.2 +### 1.0.2 * Sia Ant Farm `v1.0.2` based on Sia `v1.5.1` -### v1.0.1 +### 1.0.1 * Sia Ant Farm `v1.0.1` based on Sia `v1.5.0` ## Running Ant Farm in Docker container diff --git a/changelog/changelog-tail.md b/changelog/changelog-tail.md index 7a8d6d1..bc34049 100644 --- a/changelog/changelog-tail.md +++ b/changelog/changelog-tail.md @@ -1,3 +1,9 @@ +## Mar 8, 2021: +### v1.1.2 +**Key Updates** +- Update Docker image to use Sia Antfarm `v1.1.2` which contains several + Antfarm stability updates. + ## Mar 4, 2021: ### v1.1.1 **Key Updates**