Skip to content

Commit

Permalink
Chia 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 2, 2021
1 parent d3b8340 commit 412be0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
platforms: linux/amd64
push: true
build-args: |
"CHIA_BRANCH=1.2.7"
"CHIA_BRANCH=1.2.9"
"FLAX_BRANCH=main"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
build-args: |
"CHIA_BRANCH=1.2.7"
"CHIA_BRANCH=1.2.9"
"FLAX_BRANCH=main"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
build-args: |
"CHIA_BRANCH=1.2.8"
"CHIA_BRANCH=1.2.9"
"FLAX_BRANCH=main"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:test
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.7] - 2021-10-02
- Chia - Update to version 1.2.8. See their [changelog for details](https://github.com/Chia-Network/chia-blockchain/releases/tag/1.2.8).
- Chia - Update to version 1.2.9. See their [changelog for details](https://github.com/Chia-Network/chia-blockchain/releases/tag/1.2.9).

## [0.5.6] - 2021-09-17

- Machinaris - On RaspPi, allow configurable status update frequency when running a Machinaris fullnode/controller.
Expand Down

0 comments on commit 412be0f

Please sign in to comment.