Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tag v1.0.6 #433

Merged
merged 2 commits into from
Jun 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## v1.0.6

*Jun 17, 2022*

* Improve behavior of KMS in Ostracon
* Improve supporting build environment
* Support building/running darwin/arm64
* Support building/running of linux/arm64 on Local/Docker via darwin/arm64
* Stop supporting linux/arm(32bit)

### BREAKING CHANGE
- [build] [\#431](https://github.com/line/ostracon/pull/431) Stop support for linux/arm(32bit)

### FEATURES
- Nothing

### IMPROVEMENTS
- [kms] [\#417](https://github.com/line/ostracon/pull/417) Add KMS functionality
- [build] [\#426](https://github.com/line/ostracon/pull/426) Remove binary check for localnode
- [build] [\#428](https://github.com/line/ostracon/pull/428) bls-eth-go-binary version update for apple M1 chip
- [security] [\#429](https://github.com/line/ostracon/pull/429) Apply runc version 1.1.2
- [test] [\#408](https://github.com/line/ostracon/pull/408) Use Docker Buildx and Cache in e2e.yml
- [repository/config] [\#432](https://github.com/line/ostracon/pull/432) Clean up unused configuration files

### BUG FIXES
- Nothing

## v1.0.5

*May 9, 2022*
Expand Down