Skip to content

Commit

Permalink
Merge pull request #13 from NebulousLabs/release-v112
Browse files Browse the repository at this point in the history
Prepare for release v1.1.2
  • Loading branch information
MSevey authored Mar 8, 2021
2 parents 9e29d3c + 920eb95 commit 640b065
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=\")[^\"]*')" && \
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/changelog-tail.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down

0 comments on commit 640b065

Please sign in to comment.