Skip to content

Commit 896bf75

Browse files
authored
Merge pull request #457 from openmina/develop
Merge `develop` into `main`
2 parents e82628f + a12b904 commit 896bf75

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
uses: docker/build-push-action@v5
4747
with:
4848
context: .
49-
# TODO: disabled for now, building for ARM is too slow
50-
#platforms: linux/amd64,linux/arm64
49+
platforms: linux/amd64,linux/arm64
5150
push: true
5251
tags: ${{ steps.meta.outputs.tags }}
5352
cache-from: type=gha

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2024-06-01
11+
12+
### Added
13+
14+
- ARM docker builds.
15+
1016
## [0.5.0] - 2024-05-31
1117

1218
### Fixed
@@ -144,7 +150,9 @@ First public release.
144150
- Alpha version of the node which can connect and syncup to the berkeleynet network, and keep applying new blocks to maintain consensus state and ledger up to date.
145151
- Web-based frontend for the node.
146152

147-
[Unreleased]: https://github.com/openmina/openmina/compare/v0.4.0...develop
153+
[Unreleased]: https://github.com/openmina/openmina/compare/v0.5.1...develop
154+
[0.5.1]: https://github.com/openmina/openmina/releases/tag/v0.5.0...v0.5.1
155+
[0.5.0]: https://github.com/openmina/openmina/releases/tag/v0.4.0...v0.5.0
148156
[0.4.0]: https://github.com/openmina/openmina/releases/tag/v0.3.0...v0.4.0
149157
[0.3.1]: https://github.com/openmina/openmina/releases/tag/v0.3.0...v0.3.1
150158
[0.3.0]: https://github.com/openmina/openmina/releases/tag/v0.2.0...v0.3.0

docker-compose.local.producers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
local-producer-cluster:
33
container_name: local-producer-cluster
4-
image: openmina/openmina:0.5.0
4+
image: openmina/openmina:0.5.1
55
entrypoint: ["openmina-node-testing", "scenarios-generate", "--name", "simulation-small-forever-real-time"]
66
ports:
77
- 11010:11010

0 commit comments

Comments
 (0)