Skip to content

Commit

Permalink
Merge pull request #3885 from oasisprotocol/tjanez/stable/21.1.x/chan…
Browse files Browse the repository at this point in the history
…gelog

changelog: Assemble changes for 21.1.1 release
  • Loading branch information
tjanez authored Apr 23, 2021
2 parents bd3eed9 + e492817 commit efadf65
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 10 deletions.
1 change: 0 additions & 1 deletion .changelog/3755.bugfix.2.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3857.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3858.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3869.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/3870.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3877.internal.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '21'
minor = 1
micro = 0
micro = 1
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,41 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 21.1.1 (2021-04-23)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 4.0.0 |
| Runtime Host | 2.0.0 |
| Runtime Committee | 2.0.0 |

### Features

- go/oasis-node/cmd/genesis: Display doc's hash and SHA256 checksum with `check`
([#3858](https://github.com/oasisprotocol/oasis-core/issues/3858))

### Bug Fixes

- go/oasis-node: Dump correct block height on halt
([#3755](https://github.com/oasisprotocol/oasis-core/issues/3755))

- go/storage/mkvs: Skip already pruned nodes in migration
([#3857](https://github.com/oasisprotocol/oasis-core/issues/3857))

- go/worker/storage: Fix checkpoint sync error handling
([#3869](https://github.com/oasisprotocol/oasis-core/issues/3869))

- Apply upgrade proposals directly from governance consensus application
([#3870](https://github.com/oasisprotocol/oasis-core/issues/3870))

This should make it more robust in light of fast sync as otherwise the worker
could miss upgrade events in certain edge cases.

### Internal Changes

- go: Ignore jwt-go vulnerabilities since we're not using the features
([#3877](https://github.com/oasisprotocol/oasis-core/issues/3877))

## 21.1 (2021-04-12)

| Protocol | Version |
Expand Down

0 comments on commit efadf65

Please sign in to comment.