Skip to content

Commit

Permalink
Merge pull request #4545 from oasisprotocol/kostko/stable/22.0.x/chan…
Browse files Browse the repository at this point in the history
…gelog-22.0.1

changelog: Assemble changes for 22.0.1 release
  • Loading branch information
kostko authored Mar 7, 2022
2 parents de8caea + e5ce45c commit 5e8e74c
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 8 deletions.
1 change: 0 additions & 1 deletion .changelog/4534.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4544.bugfix.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 = '22'
minor = 0
micro = 0
micro = 1
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 22.0.1 (2022-03-07)

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

### Bug Fixes

- go/worker/common: Don't crash if current descriptor is not ready
([#4534](https://github.com/oasisprotocol/oasis-core/issues/4534))

- go/worker/beacon: Don't submit VRF proofs if registration disabled
([#4536](https://github.com/oasisprotocol/oasis-core/issues/4536))

- go/runtime/host/multi: Release lock before calling into runtime
([#4538](https://github.com/oasisprotocol/oasis-core/issues/4538))

- go/worker/common: Watch for all deployment updates when suspended
([#4541](https://github.com/oasisprotocol/oasis-core/issues/4541))

- go/worker/common: Properly refresh liveness statistics
([#4543](https://github.com/oasisprotocol/oasis-core/issues/4543))

- go/worker/storage: Only attempt checkpoint sync on initial startup
([#4544](https://github.com/oasisprotocol/oasis-core/issues/4544))

### Internal Changes

- go/runtime/bundle: Verify SGX signature if present
([#4542](https://github.com/oasisprotocol/oasis-core/issues/4542))

## 22.0 (2022-03-01)

| Protocol | Version |
Expand Down

0 comments on commit 5e8e74c

Please sign in to comment.